This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch release-1.10.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-1.10.x by this push: new 50c536b6a Next is 1.10.3-SNAPSHOT 50c536b6a is described below commit 50c536b6a522f35920fb16d3d31f76d66baec351 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Oct 24 09:23:51 2022 +0200 Next is 1.10.3-SNAPSHOT Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- config/manifests/bases/camel-k.clusterserviceversion.yaml | 8 ++++---- config/manifests/kustomization.yaml | 2 +- pkg/util/defaults/defaults.go | 2 +- script/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml index 60dd423cd..28e262cab 100644 --- a/config/manifests/bases/camel-k.clusterserviceversion.yaml +++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml @@ -23,7 +23,7 @@ metadata: categories: Integration & Delivery certified: "false" containerImage: docker.io/apache/camel-k:1.10.3-SNAPSHOT - createdAt: 2022-10-13T09:04:01Z + createdAt: 2022-10-24T07:23:45Z description: Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers. operators.operatorframework.io/builder: operator-sdk-v1.3.0 @@ -31,7 +31,7 @@ metadata: operators.operatorframework.io/project_layout: go.kubebuilder.io/v2 repository: https://github.com/apache/camel-k support: Camel - name: camel-k.v1.10.2 + name: camel-k.v1.10.3 namespace: placeholder spec: apiservicedefinitions: {} @@ -153,8 +153,8 @@ spec: minKubeVersion: 1.11.0 provider: name: The Apache Software Foundation - replaces: camel-k-operator.v1.10.1 + replaces: camel-k-operator.v1.10.2 selector: matchLabels: name: camel-k-operator - version: 1.10.2 + version: 1.10.3 diff --git a/config/manifests/kustomization.yaml b/config/manifests/kustomization.yaml index f4fd23aa9..c5ae9caa6 100644 --- a/config/manifests/kustomization.yaml +++ b/config/manifests/kustomization.yaml @@ -34,4 +34,4 @@ patchesStrategicMerge: images: - name: docker.io/apache/camel-k newName: docker.io/apache/camel-k - newTag: 1.10.2-SNAPSHOT + newTag: 1.10.3-SNAPSHOT diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go index a2a779c7c..70f1a9fa5 100644 --- a/pkg/util/defaults/defaults.go +++ b/pkg/util/defaults/defaults.go @@ -23,7 +23,7 @@ package defaults const ( // Version -- - Version = "1.10.2" + Version = "1.10.3-SNAPSHOT" // DefaultRuntimeVersion -- DefaultRuntimeVersion = "1.15.1" diff --git a/script/Makefile b/script/Makefile index 267c9c7ce..3933acb82 100644 --- a/script/Makefile +++ b/script/Makefile @@ -14,9 +14,9 @@ # limitations under the License. VERSIONFILE := pkg/util/defaults/defaults.go -VERSION ?= 1.10.2 +VERSION ?= 1.10.3-SNAPSHOT LAST_RELEASED_IMAGE_NAME := camel-k-operator -LAST_RELEASED_VERSION ?= 1.10.1 +LAST_RELEASED_VERSION ?= 1.10.2 RUNTIME_VERSION := 1.15.1 BUILDAH_VERSION := 1.23.3 KANIKO_VERSION := 0.17.1