This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch release-1.9.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 573db46e31156f282d4eb735fe4f02f547f3c03b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon May 23 12:07:49 2022 +0200 Set to next version 1.9.3-SNAPSHOT --- config/manager/operator-deployment.yaml | 6 +++--- config/manifests/bases/camel-k.clusterserviceversion.yaml | 2 +- helm/camel-k/Chart.yaml | 2 +- helm/camel-k/values.yaml | 2 +- pkg/util/defaults/defaults.go | 2 +- script/Makefile | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/manager/operator-deployment.yaml b/config/manager/operator-deployment.yaml index 7ac3d3a2a..a2ee6348d 100644 --- a/config/manager/operator-deployment.yaml +++ b/config/manager/operator-deployment.yaml @@ -25,7 +25,7 @@ metadata: name: camel-k-operator app.kubernetes.io/component: operator app.kubernetes.io/name: camel-k - app.kubernetes.io/version: "1.9.2-SNAPSHOT" + app.kubernetes.io/version: "1.9.3-SNAPSHOT" spec: replicas: 1 strategy: @@ -41,12 +41,12 @@ spec: app: "camel-k" app.kubernetes.io/component: operator app.kubernetes.io/name: camel-k - app.kubernetes.io/version: "1.9.2-SNAPSHOT" + app.kubernetes.io/version: "1.9.3-SNAPSHOT" spec: serviceAccountName: camel-k-operator containers: - name: camel-k-operator - image: docker.io/apache/camel-k:1.9.2-SNAPSHOT + image: docker.io/apache/camel-k:1.9.3-SNAPSHOT imagePullPolicy: IfNotPresent command: - kamel diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml index 719abd5cf..73dddf842 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.9.2-SNAPSHOT + containerImage: docker.io/apache/camel-k:1.9.3-SNAPSHOT createdAt: 2022-04-26T08:32:16Z description: Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers. diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml index ce5371c02..3df7e56f5 100644 --- a/helm/camel-k/Chart.yaml +++ b/helm/camel-k/Chart.yaml @@ -35,7 +35,7 @@ version: 0.10.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.9.2-SNAPSHOT +appVersion: 1.9.3-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 2f53d6320..518d02d1a 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.9.2-SNAPSHOT + image: docker.io/apache/camel-k:1.9.3-SNAPSHOT platform: build: diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go index 74262052f..20058b81c 100644 --- a/pkg/util/defaults/defaults.go +++ b/pkg/util/defaults/defaults.go @@ -23,7 +23,7 @@ package defaults const ( // Version -- - Version = "1.9.2-SNAPSHOT" + Version = "1.9.3-SNAPSHOT" // DefaultRuntimeVersion -- DefaultRuntimeVersion = "1.13.0" diff --git a/script/Makefile b/script/Makefile index 113e07790..841c8a126 100644 --- a/script/Makefile +++ b/script/Makefile @@ -14,7 +14,7 @@ # limitations under the License. VERSIONFILE := pkg/util/defaults/defaults.go -VERSION ?= 1.9.2-SNAPSHOT +VERSION ?= 1.9.3-SNAPSHOT OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION)) LAST_RELEASED_IMAGE_NAME := camel-k-operator LAST_RELEASED_VERSION := 1.9.1