This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch release-1.5.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 952f6132f01c87dd19c05a6199408eaa4f69d99d Author: nicolaferraro <[email protected]> AuthorDate: Fri Jul 9 15:36:09 2021 +0200 chore(release): bump to version 1.5.1-SNAPSHOT --- config/manager/operator-deployment.yaml | 2 +- config/manifests/bases/camel-k.clusterserviceversion.yaml | 2 +- helm/camel-k/Chart.yaml | 2 +- helm/camel-k/values.yaml | 2 +- pkg/resources/resources.go | 4 ++-- pkg/util/defaults/defaults.go | 2 +- script/Makefile | 6 +++--- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/manager/operator-deployment.yaml b/config/manager/operator-deployment.yaml index 4a5f7f0..ed49b93 100644 --- a/config/manager/operator-deployment.yaml +++ b/config/manager/operator-deployment.yaml @@ -39,7 +39,7 @@ spec: serviceAccountName: camel-k-operator containers: - name: camel-k-operator - image: docker.io/apache/camel-k:1.5.0 + image: docker.io/apache/camel-k:1.5.1-SNAPSHOT imagePullPolicy: IfNotPresent command: - kamel diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml index 8af11ea..676c9c8 100644 --- a/config/manifests/bases/camel-k.clusterserviceversion.yaml +++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml @@ -22,7 +22,7 @@ metadata: capabilities: Full Lifecycle categories: Integration & Delivery certified: "false" - containerImage: docker.io/apache/camel-k:1.5.0 + containerImage: docker.io/apache/camel-k:1.5.1-SNAPSHOT createdAt: 2021-05-03T07:48:00Z description: Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers. operators.operatorframework.io/builder: operator-sdk-v1.3.0 diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml index 221dec8..bc2dfb2 100644 --- a/helm/camel-k/Chart.yaml +++ b/helm/camel-k/Chart.yaml @@ -35,7 +35,7 @@ version: 0.7.0 # 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.5.0 +appVersion: 1.5.1-SNAPSHOT icon: https://github.com/apache/camel/raw/main/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 267d1a6..5a2cb6a 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.5.0 + image: docker.io/apache/camel-k:1.5.1-SNAPSHOT platform: build: diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go index ed636f9..7e8099f 100644 --- a/pkg/resources/resources.go +++ b/pkg/resources/resources.go @@ -142,9 +142,9 @@ var assets = func() http.FileSystem { "/manager/operator-deployment.yaml": &vfsgen۰CompressedFileInfo{ name: "operator-deployment.yaml", modTime: time.Time{}, - uncompressedSize: 2388, + uncompressedSize: 2397, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x55\x41\x6f\xe2\x48\x13\xbd\xfb\x57\x3c\xe1\xcb\x8c\x94\x40\x32\xd2\x27\x8d\xfc\x9d\xbc\x09\xd9\x41\x9b\x05\x84\x99\x8d\xe6\xb4\x6a\xda\x05\x2e\xa5\xdd\xe5\xed\x6e\x60\xd8\x5f\xbf\x6a\x83\x09\x30\xd9\xec\x1e\x22\x6d\x9f\xb0\xab\xea\xd5\x7b\x55\xcf\x4d\x8a\xeb\xf7\x3b\x49\x8a\x47\xd6\x64\x3d\x95\x08\x82\x50\x11\xf2\x46\xe9\x8a\x50\xc8\x32\x6c\x95\x23\x3c\xc8\xda\x96\x2a\xb0\x58\x7c\xc8\x8b\x87\x8f\x58\xdb\x92\x1c\x [...] + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x55\x41\x8f\xe2\x46\x13\xbd\xfb\x57\x3c\xe1\xcb\xae\x34\xc0\xb0\xd2\x27\xad\xfc\x9d\x9c\x19\x26\x8b\x32\x01\x84\xd9\x8c\xf6\x14\x35\xed\xc2\x6e\x4d\xbb\xcb\xe9\x6e\xc3\x3a\xbf\x3e\x6a\x83\x19\x60\x27\x93\x1c\x46\x4a\x9f\xb0\xab\xea\xd5\x7b\x55\xcf\x4d\x8c\xe1\xfb\x9d\x28\xc6\xa3\x92\x64\x1c\xe5\xf0\x0c\x5f\x12\xd2\x5a\xc8\x92\x90\xf1\xd6\xef\x85\x25\x3c\x70\x63\x72\xe1\x15\x1b\x7c\x48\xb3\x87\x8f\x68\x4c\x4e\x16\x [...] }, "/manager/operator-service-account.yaml": &vfsgen۰CompressedFileInfo{ name: "operator-service-account.yaml", diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go index 6be4c39..708c36d 100644 --- a/pkg/util/defaults/defaults.go +++ b/pkg/util/defaults/defaults.go @@ -23,7 +23,7 @@ package defaults const ( // Version -- - Version = "1.5.0" + Version = "1.5.1-SNAPSHOT" // DefaultRuntimeVersion -- DefaultRuntimeVersion = "1.8.0" diff --git a/script/Makefile b/script/Makefile index 038275e..75c1daf 100644 --- a/script/Makefile +++ b/script/Makefile @@ -14,9 +14,9 @@ # limitations under the License. VERSIONFILE := pkg/util/defaults/defaults.go -VERSION := 1.5.0 +VERSION := 1.5.1-SNAPSHOT OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION)) -LAST_RELEASED_VERSION := 1.4.1 +LAST_RELEASED_VERSION := 1.5.0 RUNTIME_VERSION := 1.8.0 BUILDAH_VERSION := 1.14.0 KANIKO_VERSION := 0.17.1 @@ -33,7 +33,7 @@ LINT_DEADLINE := 10m # Used to push pre-release artifacts STAGING_IMAGE_NAME := docker.io/camelk/camel-k -STAGING_RUNTIME_REPO := https://repository.apache.org/content/repositories/orgapachecamel-1342 +STAGING_RUNTIME_REPO := # Define here the repo containing the default Kamelet catalog (if any) KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git
