This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch release-2.3.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-2.3.x by this push:
new 889b2cb9a chore: bump next version to 2.3.3-SNAPSHOT
889b2cb9a is described below
commit 889b2cb9a4c5e62b41d0f86c6ccd0ed278767efe
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Jun 4 14:23:59 2024 +0200
chore: bump next version to 2.3.3-SNAPSHOT
---
helm/camel-k/Chart.yaml | 2 +-
helm/camel-k/values.yaml | 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 ++--
8 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 2fcdeeb23..ebad1f11f 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.2
+appVersion: 2.3.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 01474ecae..d4e7d79f3 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.2
+ image: docker.io/apache/camel-k:2.3.3-SNAPSHOT
global: "false"
resources: {}
securityContext: {}
diff --git a/java/maven-logging/pom.xml b/java/maven-logging/pom.xml
index fb399ef46..c0a45dfc8 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.2-SNAPSHOT</version>
+ <version>2.3.3-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 5e39a78fd..2850331c9 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.2"
+ app.kubernetes.io/version: "2.3.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: "2.3.2"
+ app.kubernetes.io/version: "2.3.3-SNAPSHOT"
spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
- image: docker.io/apache/camel-k:2.3.2
+ image: docker.io/apache/camel-k:2.3.3-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 5fda8da62..062a26bf2 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.2
- createdAt: 2024-05-06T08:31:01Z
+ containerImage: docker.io/apache/camel-k:2.3.3-SNAPSHOT
+ createdAt: 2024-06-04T12:23:09Z
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.2
+ name: camel-k.v2.3.3
namespace: placeholder
spec:
apiservicedefinitions: {}
@@ -175,8 +175,8 @@ spec:
minKubeVersion: 1.11.0
provider:
name: The Apache Software Foundation
- replaces: camel-k-operator.v2.3.1
+ replaces: camel-k-operator.v2.3.2
selector:
matchLabels:
name: camel-k-operator
- version: 2.3.2
+ version: 2.3.3
diff --git a/pkg/resources/config/manifests/kustomization.yaml
b/pkg/resources/config/manifests/kustomization.yaml
index 20e561cfc..a368dfb61 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.2-SNAPSHOT
+ newTag: 2.3.3-SNAPSHOT
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 29a72ce9a..404e1d722 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
const (
// Version --
- Version = "2.3.2"
+ Version = "2.3.3-SNAPSHOT"
// DefaultRuntimeVersion --
DefaultRuntimeVersion = "3.8.1"
diff --git a/script/Makefile b/script/Makefile
index 0b0de3685..b93b11303 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -20,9 +20,9 @@
SHELL := /bin/bash
VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION ?= 2.3.2
+VERSION ?= 2.3.3-SNAPSHOT
LAST_RELEASED_IMAGE_NAME := camel-k-operator
-LAST_RELEASED_VERSION ?= 2.3.1
+LAST_RELEASED_VERSION ?= 2.3.2
DEFAULT_RUNTIME_VERSION := 3.8.1
CONTROLLER_GEN_VERSION := v0.6.1
CODEGEN_VERSION := v0.27.4