This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new 61658be64 chore: bump next version to 2.4.0-SNAPSHOT 61658be64 is described below commit 61658be640c36658146afb1c02321d53ad027ab0 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Mon Apr 8 15:18:54 2024 +0200 chore: bump next version to 2.4.0-SNAPSHOT --- helm/camel-k/Chart.yaml | 2 +- helm/camel-k/values.yaml | 2 +- java/crds/pom.xml | 2 +- java/maven-logging/pom.xml | 2 +- pkg/resources/config/manager/operator-deployment.yaml | 6 +++--- .../config/manifests/bases/camel-k.clusterserviceversion.yaml | 10 +++++----- pkg/resources/config/manifests/kustomization.yaml | 2 +- pkg/util/defaults/defaults.go | 2 +- script/Makefile | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml index 732240900..4dd668e5b 100644 --- a/helm/camel-k/Chart.yaml +++ b/helm/camel-k/Chart.yaml @@ -35,7 +35,7 @@ version: 0.13.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: 2.3.0-SNAPSHOT +appVersion: 2.4.0-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 721876457..28a45a30b 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:2.3.0-SNAPSHOT + image: docker.io/apache/camel-k:2.4.0-SNAPSHOT global: "false" resources: {} securityContext: {} diff --git a/java/crds/pom.xml b/java/crds/pom.xml index 7eca799c9..d59c0d6c3 100644 --- a/java/crds/pom.xml +++ b/java/crds/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-crds</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/java/maven-logging/pom.xml b/java/maven-logging/pom.xml index 13241d238..1c3ace3a4 100644 --- a/java/maven-logging/pom.xml +++ b/java/maven-logging/pom.xml @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-maven-logging</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> <description>Set of dependencies used for structural logging of Maven output</description> <packaging>pom</packaging> diff --git a/pkg/resources/config/manager/operator-deployment.yaml b/pkg/resources/config/manager/operator-deployment.yaml index f44e150d5..7e3ac0777 100644 --- a/pkg/resources/config/manager/operator-deployment.yaml +++ b/pkg/resources/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: "2.3.0-SNAPSHOT" + app.kubernetes.io/version: "2.4.0-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: "2.3.0-SNAPSHOT" + app.kubernetes.io/version: "2.4.0-SNAPSHOT" spec: serviceAccountName: camel-k-operator containers: - name: camel-k-operator - image: docker.io/apache/camel-k:2.3.0-SNAPSHOT + image: docker.io/apache/camel-k:2.4.0-SNAPSHOT imagePullPolicy: IfNotPresent command: - kamel diff --git a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml index e0bb3a903..05f639f3f 100644 --- a/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml +++ b/pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml @@ -22,8 +22,8 @@ metadata: capabilities: Full Lifecycle categories: Integration & Delivery certified: "false" - containerImage: docker.io/apache/camel-k:2.3.0-SNAPSHOT - createdAt: 2024-02-16T10:30:52Z + containerImage: docker.io/apache/camel-k:2.4.0-SNAPSHOT + createdAt: 2024-04-08T13:18:44Z description: Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers. operators.operatorframework.io/builder: operator-sdk-v1.16.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.v2.3.0 + name: camel-k.v2.4.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -170,8 +170,8 @@ spec: minKubeVersion: 1.11.0 provider: name: The Apache Software Foundation - replaces: camel-k-operator.v2.2.0 + replaces: camel-k-operator.v2.3.0 selector: matchLabels: name: camel-k-operator - version: 2.3.0 + version: 2.4.0 diff --git a/pkg/resources/config/manifests/kustomization.yaml b/pkg/resources/config/manifests/kustomization.yaml index 1d9d71b91..7c6754326 100644 --- a/pkg/resources/config/manifests/kustomization.yaml +++ b/pkg/resources/config/manifests/kustomization.yaml @@ -37,4 +37,4 @@ patchesStrategicMerge: images: - name: docker.io/apache/camel-k newName: docker.io/apache/camel-k - newTag: 2.3.0-SNAPSHOT + newTag: 2.4.0-SNAPSHOT diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go index f51153756..63ed979f2 100644 --- a/pkg/util/defaults/defaults.go +++ b/pkg/util/defaults/defaults.go @@ -23,7 +23,7 @@ package defaults const ( // Version -- - Version = "2.3.0-SNAPSHOT" + Version = "2.4.0-SNAPSHOT" // DefaultRuntimeVersion -- DefaultRuntimeVersion = "3.8.1" diff --git a/script/Makefile b/script/Makefile index 53dc3d43f..36df380eb 100644 --- a/script/Makefile +++ b/script/Makefile @@ -20,9 +20,9 @@ SHELL := /bin/bash VERSIONFILE := pkg/util/defaults/defaults.go -VERSION ?= 2.3.0-SNAPSHOT +VERSION ?= 2.4.0-SNAPSHOT LAST_RELEASED_IMAGE_NAME := camel-k-operator -LAST_RELEASED_VERSION ?= 2.2.0 +LAST_RELEASED_VERSION ?= 2.3.0 DEFAULT_RUNTIME_VERSION := 3.8.1 CONTROLLER_GEN_VERSION := v0.6.1 CODEGEN_VERSION := v0.27.4