You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/05/03 14:11:14 UTC

[camel-k] 01/01: Release 0.3.3

This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to tag 0.3.3
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 87c0d6fe53978ffd753b2d0c95c02f44b374860e
Author: nferraro <ni...@gmail.com>
AuthorDate: Fri May 3 16:11:06 2019 +0200

    Release 0.3.3
---
 deploy/operator-deployment-kubernetes.yaml | 2 +-
 deploy/operator-deployment-openshift.yaml  | 2 +-
 deploy/resources.go                        | 4 ++--
 pkg/util/defaults/defaults.go              | 2 +-
 script/Makefile                            | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/deploy/operator-deployment-kubernetes.yaml b/deploy/operator-deployment-kubernetes.yaml
index 22061af..b0566e8 100644
--- a/deploy/operator-deployment-kubernetes.yaml
+++ b/deploy/operator-deployment-kubernetes.yaml
@@ -21,7 +21,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.3.3-SNAPSHOT
+          image: docker.io/apache/camel-k:0.3.3
           command:
           - camel-k
           imagePullPolicy: IfNotPresent
diff --git a/deploy/operator-deployment-openshift.yaml b/deploy/operator-deployment-openshift.yaml
index 22061af..b0566e8 100644
--- a/deploy/operator-deployment-openshift.yaml
+++ b/deploy/operator-deployment-openshift.yaml
@@ -21,7 +21,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.3.3-SNAPSHOT
+          image: docker.io/apache/camel-k:0.3.3
           command:
           - camel-k
           imagePullPolicy: IfNotPresent
diff --git a/deploy/resources.go b/deploy/resources.go
index fb45f2a..70fd4bb 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -10585,7 +10585,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.3.3-SNAPSHOT
+          image: docker.io/apache/camel-k:0.3.3
           command:
           - camel-k
           imagePullPolicy: IfNotPresent
@@ -10627,7 +10627,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.3.3-SNAPSHOT
+          image: docker.io/apache/camel-k:0.3.3
           command:
           - camel-k
           imagePullPolicy: IfNotPresent
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 8052d7a..94da944 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -6,7 +6,7 @@ package defaults
 
 const (
 	// Version --
-	Version = "0.3.3-SNAPSHOT"
+	Version = "0.3.3"
 
 	// CamelVersionConstraint --
 	CamelVersionConstraint = "~2.23.x"
diff --git a/script/Makefile b/script/Makefile
index 5e6f2be..6011f2a 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -1,5 +1,5 @@
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION := 0.3.3-SNAPSHOT
+VERSION := 0.3.3
 RUNTIME_VERSION := 0.3.2
 CAMEL_VERSION := 2.23.2
 CAMEL_VERSION_CONSTRAINT := ~2.23.x