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/03/16 14:58:43 UTC

[camel-k] branch master updated: Bump version to 0.3.2-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 21cb015  Bump version to 0.3.2-SNAPSHOT
21cb015 is described below

commit 21cb015966782d769e9add96a65598d433481ce2
Author: nferraro <ni...@gmail.com>
AuthorDate: Sat Mar 16 15:58:27 2019 +0100

    Bump version to 0.3.2-SNAPSHOT
---
 deploy/operator-deployment-kubernetes.yaml | 2 +-
 deploy/operator-deployment-openshift.yaml  | 2 +-
 pkg/util/defaults/defaults.go              | 2 +-
 script/Makefile                            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/deploy/operator-deployment-kubernetes.yaml b/deploy/operator-deployment-kubernetes.yaml
index 710a59d..951a4a9 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.1-SNAPSHOT
+          image: docker.io/apache/camel-k:0.3.2-SNAPSHOT
           command:
           - camel-k
           imagePullPolicy: IfNotPresent
diff --git a/deploy/operator-deployment-openshift.yaml b/deploy/operator-deployment-openshift.yaml
index 225c8f4..cb5e131 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.1-SNAPSHOT
+          image: docker.io/apache/camel-k:0.3.2-SNAPSHOT
           command:
           - camel-k
           imagePullPolicy: IfNotPresent
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 0d88bc5..e301ddd 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -6,7 +6,7 @@ package defaults
 
 const (
   // Version -- 
-  Version = "0.3.1-SNAPSHOT"
+  Version = "0.3.2-SNAPSHOT"
 
   // CamelVersionConstraint -- 
   CamelVersionConstraint = "~2.23.x"
diff --git a/script/Makefile b/script/Makefile
index b3c7dcd..1107616 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -1,5 +1,5 @@
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION := 0.3.1-SNAPSHOT
+VERSION := 0.3.2-SNAPSHOT
 RUNTIME_VERSION := 0.3.1
 CAMEL_VERSION := 2.23.1
 CAMEL_VERSION_CONSTRAINT := ~2.23.x