You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/01/24 17:55:20 UTC

[camel-k] branch main updated (f673087 -> 0eda38e)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from f673087  RI table setup
     new f3fc5a7  chore: Bump version to 1.9.0-SNAPSHOT
     new 8f70826  chore(release): Remove staging repository
     new 0eda38e  chore: Rebuild resources

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 config/manager/operator-deployment.yaml                   | 4 ++--
 config/manifests/bases/camel-k.clusterserviceversion.yaml | 6 +++---
 helm/camel-k/Chart.yaml                                   | 2 +-
 helm/camel-k/values.yaml                                  | 2 +-
 pkg/resources/resources.go                                | 4 ++--
 pkg/util/defaults/defaults.go                             | 4 ++--
 script/Makefile                                           | 6 +++---
 7 files changed, 14 insertions(+), 14 deletions(-)

[camel-k] 02/03: chore(release): Remove staging repository

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 8f7082605a761e17ba39b58d6488f4cb905e0515
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Mon Jan 24 14:33:01 2022 +0100

    chore(release): Remove staging repository
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index 123af3c..038e15b 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -54,7 +54,7 @@ PACKAGE := camel-k
 # Used to push pre-release artifacts
 STAGING_IMAGE_NAME := docker.io/camelk/camel-k
 
-STAGING_RUNTIME_REPO := https://repository.apache.org/content/repositories/orgapachecamel-1401/
+STAGING_RUNTIME_REPO :=
 
 # Define here the repo containing the default Kamelet catalog (if any)
 KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git

[camel-k] 03/03: chore: Rebuild resources

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 0eda38ec342f520650b0e0f25412fb1aae50c905
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Mon Jan 24 15:34:49 2022 +0100

    chore: Rebuild resources
---
 pkg/resources/resources.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 6fbb084..931a4a7 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -170,9 +170,9 @@ var assets = func() http.FileSystem {
 		"/manager/operator-deployment.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-deployment.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 2397,
+			uncompressedSize: 2395,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x55\xc1\x72\xe2\x46\x10\xbd\xeb\x2b\x5e\xa1\xcb\x6e\x95\x01\x7b\x4f\x2e\xe5\xa4\xd8\x38\xa6\xe2\x00\x85\xd8\xb8\xf6\x94\x1a\x46\x8d\x34\xe5\xd1\xb4\x32\x33\x82\x55\xbe\x3e\x35\x02\x61\x60\x1d\x27\x07\x57\x65\x4e\x48\xdd\xfd\xfa\xbd\xee\xa7\x21\xc6\xf0\xe3\x4e\x14\xe3\x49\x49\x32\x8e\x72\x78\x86\x2f\x09\x69\x2d\x64\x49\xc8\x78\xe3\x77\xc2\x12\x1e\xb8\x31\xb9\xf0\x8a\x0d\x3e\xa5\xd9\xc3\x67\x34\x26\x27\x0b\x36\x04\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x55\xc1\x72\xe2\x46\x10\xbd\xeb\x2b\x5e\xa1\xcb\x6e\x95\x01\x7b\x4f\x1b\xe5\xa4\xd8\x38\xa6\xe2\x08\x0a\xb1\x71\xed\x29\x35\x8c\x1a\xa9\xcb\xa3\x19\x65\x66\x04\x4b\xbe\x3e\x35\x02\x61\x60\x1d\x27\x07\x57\xed\x9c\x40\xdd\xfd\xfa\xbd\xee\xa7\x51\x8c\xe1\xfb\x9d\x28\xc6\x23\x4b\xd2\x8e\x0a\x78\x03\x5f\x11\xd2\x46\xc8\x8a\x90\x9b\xb5\xdf\x0a\x4b\xb8\x37\xad\x2e\x84\x67\xa3\xf1\x21\xcd\xef\x3f\xa2\xd5\x05\x59\x18\x4d\x [...]
 		},
 		"/manager/operator-service-account.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-service-account.yaml",

[camel-k] 01/03: chore: Bump version to 1.9.0-SNAPSHOT

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit f3fc5a788924c5727e514f403a600a0d1e5407ad
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Mon Jan 24 14:32:07 2022 +0100

    chore: Bump version to 1.9.0-SNAPSHOT
---
 config/manager/operator-deployment.yaml                   | 4 ++--
 config/manifests/bases/camel-k.clusterserviceversion.yaml | 6 +++---
 helm/camel-k/Chart.yaml                                   | 2 +-
 helm/camel-k/values.yaml                                  | 2 +-
 pkg/util/defaults/defaults.go                             | 4 ++--
 script/Makefile                                           | 4 ++--
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/config/manager/operator-deployment.yaml b/config/manager/operator-deployment.yaml
index f3e6302..f788171 100644
--- a/config/manager/operator-deployment.yaml
+++ b/config/manager/operator-deployment.yaml
@@ -39,7 +39,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:1.8.0-SNAPSHOT
+          image: docker.io/apache/camel-k:1.9.0-SNAPSHOT
           imagePullPolicy: IfNotPresent
           command:
             - kamel
@@ -58,7 +58,7 @@ spec:
               valueFrom:
                 fieldRef:
                   fieldPath: metadata.name
-            # NAMESPACE is always the operator namespace, independently from WATCH_NAMESPACE
+            # NAMESPACE is always the operator namespace, independently of WATCH_NAMESPACE
             - name: NAMESPACE
               valueFrom:
                 fieldRef:
diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index ed06b13..fc6d89e 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.8.0-SNAPSHOT
+    containerImage: docker.io/apache/camel-k:1.9.0-SNAPSHOT
     createdAt: 2021-12-20T16:11:27Z
     description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
       with serverless superpowers.
@@ -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.8.0
+  name: camel-k.v1.9.0
   namespace: placeholder
 spec:
   apiservicedefinitions: {}
@@ -156,4 +156,4 @@ spec:
   selector:
     matchLabels:
       name: camel-k-operator
-  version: 1.8.0-snapshot
+  version: 1.9.0-snapshot
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index d3b8154..5637e58 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -35,7 +35,7 @@ version: 0.9.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.8.0-SNAPSHOT
+appVersion: 1.9.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 3f62669..26522b0 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.8.0-SNAPSHOT
+  image: docker.io/apache/camel-k:1.9.0-SNAPSHOT
 
 platform:
   build:
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 993a27b..5964a8b 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
 	// Version --
-	Version = "1.8.0-SNAPSHOT"
+	Version = "1.9.0-SNAPSHOT"
 
 	// DefaultRuntimeVersion --
 	DefaultRuntimeVersion = "1.11.0"
@@ -47,5 +47,5 @@ const (
 	installDefaultKamelets = true
 )
 
-//GitCommit must be provided during application build
+// GitCommit must be provided during application build
 var GitCommit string
diff --git a/script/Makefile b/script/Makefile
index 4de5a75..123af3c 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -14,9 +14,9 @@
 # limitations under the License.
 
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION ?= 1.8.0-SNAPSHOT
+VERSION ?= 1.9.0-SNAPSHOT
 OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION))
-LAST_RELEASED_VERSION := 1.7.0
+LAST_RELEASED_VERSION := 1.8.0
 RUNTIME_VERSION := 1.11.0
 BUILDAH_VERSION := 1.14.0
 KANIKO_VERSION := 0.17.1