You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/05/03 12:51:19 UTC

[camel-k] 01/05: Preparing for next release

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

commit 14a397c7d2b520f9d7d31cbe493346d92f0289bc
Author: phantomjinx <p....@phantomjinx.co.uk>
AuthorDate: Thu Apr 28 16:37:42 2022 +0100

    Preparing for next release
---
 config/manager/operator-deployment.yaml                   |  6 +++---
 config/manifests/bases/camel-k.clusterserviceversion.yaml | 11 ++++++-----
 config/manifests/kustomization.yaml                       |  2 +-
 go.mod                                                    |  6 +++---
 helm/camel-k/Chart.yaml                                   |  2 +-
 helm/camel-k/values.yaml                                  |  2 +-
 pkg/client/camel/go.mod                                   |  2 +-
 pkg/kamelet/repository/go.mod                             |  4 ++--
 pkg/util/defaults/defaults.go                             |  2 +-
 9 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/config/manager/operator-deployment.yaml b/config/manager/operator-deployment.yaml
index a05075000..56fae2a86 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.0"
+    app.kubernetes.io/version: "1.9.1-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.0"
+        app.kubernetes.io/version: "1.9.1-SNAPSHOT"
     spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:1.9.0
+          image: docker.io/apache/camel-k:1.9.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 325f3ed11..c3bc1fddc 100644
--- a/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/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:1.9.0
-    createdAt: 2022-04-26T08:32:16Z
+    containerImage: docker.io/apache/camel-k:1.9.1-SNAPSHOT
+    createdAt: 2022-04-28T15:23:24Z
     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.9.0
+  name: camel-k.v1.9.1
   namespace: placeholder
 spec:
   apiservicedefinitions: {}
@@ -153,8 +153,9 @@ spec:
   minKubeVersion: 1.11.0
   provider:
     name: The Apache Software Foundation
+  replaces: camel-k-operator.v1.9.0
   selector:
     matchLabels:
       name: camel-k-operator
-  version: 1.9.0
-  replaces: camel-k-operator.v1.8.2
+  version: 1.9.1
+  replaces: camel-k-operator.v1.9.0
diff --git a/config/manifests/kustomization.yaml b/config/manifests/kustomization.yaml
index 3a6ba2eaa..712233df9 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.9.0
+  newTag: 1.9.1-SNAPSHOT
diff --git a/go.mod b/go.mod
index 540a92026..1fd5047e7 100644
--- a/go.mod
+++ b/go.mod
@@ -4,9 +4,9 @@ go 1.16
 
 require (
 	github.com/Masterminds/semver v1.5.0
-	github.com/apache/camel-k/pkg/apis/camel v1.9.0
-	github.com/apache/camel-k/pkg/client/camel v1.9.0
-	github.com/apache/camel-k/pkg/kamelet/repository v1.9.0
+	github.com/apache/camel-k/pkg/apis/camel v0.0.0
+	github.com/apache/camel-k/pkg/client/camel v0.0.0
+	github.com/apache/camel-k/pkg/kamelet/repository v0.0.0
 	github.com/container-tools/spectrum v0.3.8
 	github.com/evanphx/json-patch v4.12.0+incompatible
 	github.com/fatih/camelcase v1.0.0
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 6edb714c7..5bdd09068 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.10.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.9.0
+appVersion: 1.9.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 73aedaf9c..4cf6d7021 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.0
+  image: docker.io/apache/camel-k:1.9.1-SNAPSHOT
 
 platform:
   build:
diff --git a/pkg/client/camel/go.mod b/pkg/client/camel/go.mod
index 3c0fa8e33..fb7ea4a71 100644
--- a/pkg/client/camel/go.mod
+++ b/pkg/client/camel/go.mod
@@ -3,7 +3,7 @@ module github.com/apache/camel-k/pkg/client/camel
 go 1.16
 
 require (
-	github.com/apache/camel-k/pkg/apis/camel v1.9.0
+	github.com/apache/camel-k/pkg/apis/camel v0.0.0
 	k8s.io/api v0.22.5
 	k8s.io/apimachinery v0.22.5
 	k8s.io/client-go v0.22.5
diff --git a/pkg/kamelet/repository/go.mod b/pkg/kamelet/repository/go.mod
index 2904b1401..f7c94e829 100644
--- a/pkg/kamelet/repository/go.mod
+++ b/pkg/kamelet/repository/go.mod
@@ -3,8 +3,8 @@ module github.com/apache/camel-k/pkg/kamelet/repository
 go 1.16
 
 require (
-	github.com/apache/camel-k/pkg/apis/camel v1.9.0
-	github.com/apache/camel-k/pkg/client/camel v1.9.0
+	github.com/apache/camel-k/pkg/apis/camel v0.0.0
+	github.com/apache/camel-k/pkg/client/camel v0.0.0
 	github.com/google/go-github/v32 v32.1.0
 	github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
 	github.com/stretchr/testify v1.7.0
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 647181afd..e36b214b4 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
 	// Version --
-	Version = "1.9.0"
+	Version = "1.9.1-SNAPSHOT"
 
 	// DefaultRuntimeVersion --
 	DefaultRuntimeVersion = "1.13.0"