This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a commit to branch release-1.1.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-1.1.x by this push:
new 75cdfa0 preparing for next release
75cdfa0 is described below
commit 75cdfa0c4d71fe3022fdaff7d39585875509beb7
Author: nicolaferraro <[email protected]>
AuthorDate: Fri Sep 11 12:13:05 2020 +0200
preparing for next release
---
deploy/operator-deployment.yaml | 2 +-
deploy/resources.go | 4 ++--
helm/camel-k/Chart.yaml | 2 +-
helm/camel-k/values.yaml | 2 +-
script/Makefile | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/deploy/operator-deployment.yaml b/deploy/operator-deployment.yaml
index fb77996..be15105 100644
--- a/deploy/operator-deployment.yaml
+++ b/deploy/operator-deployment.yaml
@@ -39,7 +39,7 @@ spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
- image: docker.io/apache/camel-k:1.1.0
+ image: docker.io/apache/camel-k:1.1.1-SNAPSHOT
command:
- kamel
- operator
diff --git a/deploy/resources.go b/deploy/resources.go
index fcc7a57..37f86bc 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -147,9 +147,9 @@ var assets = func() http.FileSystem {
"/operator-deployment.yaml": &vfsgen۰CompressedFileInfo{
name: "operator-deployment.yaml",
modTime: time.Time{},
- uncompressedSize: 2139,
+ uncompressedSize: 2148,
- compressedContent:
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x54\xc1\x6e\xe3\x36\x14\xbc\xeb\x2b\x06\xd6\x65\x17\x88\xed\x4d\x8f\xea\x49\x4d\x1c\xac\xd0\xad\x6c\x58\xde\x06\x7b\x2a\x5e\xa8\x27\x89\x08\x45\xaa\x24\x15\xad\xfe\xbe\xa0\x6c\xc7\x76\x36\x9b\xf6\x10\x94\x27\x9b\x1c\xce\x9b\x79\xf3\xc4\x18\xf3\xf7\x5b\x51\x8c\x2f\x52\xb0\x76\x5c\xc2\x1b\xf8\x86\x91\x76\x24\x1a\x46\x61\x2a\x3f\x90\x65\xdc\x99\x5e\x97\xe4\xa5\xd1\xf8\x90\x16\x77\x1f\xd1\xeb\x92\x2d\x8c\x66\x18\x8b\x
[...]
+ compressedContent:
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x54\xc1\x6e\xe3\x36\x10\xbd\xeb\x2b\x1e\xac\xcb\x2e\x10\xdb\x4d\x8f\xea\x49\x4d\x1c\xc4\x68\x2a\x19\x96\xb7\xc1\x9e\x8a\x09\x35\x92\x88\x50\xa4\x4a\x52\xd1\xea\xef\x0b\xca\x76\x62\x67\xb3\x69\x0f\xc1\xf2\x64\x73\x66\xde\xbc\x37\x6f\xc4\x18\xf3\x8f\x3b\x51\x8c\x3b\x29\x58\x3b\x2e\xe1\x0d\x7c\xc3\x48\x3b\x12\x0d\xa3\x30\x95\x1f\xc8\x32\x6e\x4c\xaf\x4b\xf2\xd2\x68\x7c\x4a\x8b\x9b\xcf\xe8\x75\xc9\x16\x46\x33\x8c\x45\x
[...]
},
"/operator-role-binding-events.yaml":
&vfsgen۰CompressedFileInfo{
name: "operator-role-binding-events.yaml",
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 1c12f0c..c7aac3e 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.3.1
# This is the version number of the application being deployed. This version
number should be
# incremented each time you make changes to the application.
-appVersion: 1.1.0
+appVersion: 1.1.1-SNAPSHOT
icon: https://github.com/apache/camel/raw/master/docs/img/logo64-d.png
home: https://camel.apache.org/camel-k/latest/
diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml
index 4523887..a3b2acb 100644
--- a/helm/camel-k/values.yaml
+++ b/helm/camel-k/values.yaml
@@ -23,7 +23,7 @@ nameOverride: ""
fullnameOverride: ""
operator:
- image: docker.io/apache/camel-k:1.1.0
+ image: docker.io/apache/camel-k:1.1.1-SNAPSHOT
platform:
build:
diff --git a/script/Makefile b/script/Makefile
index 4861d4b..82bad6b 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -15,7 +15,7 @@
VERSIONFILE := pkg/util/defaults/defaults.go
VERSION := 1.1.1-SNAPSHOT
-LAST_RELEASED_VERSION := 1.0.1
+LAST_RELEASED_VERSION := 1.1.0
RUNTIME_VERSION := 1.4.1
BUILDAH_VERSION := 1.14.0
KANIKO_VERSION := 0.17.1