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 09:19:55 UTC

[camel-k] branch release-1.8.x updated: Bump to 1.8.1-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/release-1.8.x by this push:
     new adf7be9  Bump to 1.8.1-SNAPSHOT
adf7be9 is described below

commit adf7be9c25b58652b96f99ac5b36f784875498f3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 24 10:18:31 2022 +0100

    Bump to 1.8.1-SNAPSHOT
---
 config/manager/operator-deployment.yaml                   | 2 +-
 config/manifests/bases/camel-k.clusterserviceversion.yaml | 2 +-
 pkg/resources/resources.go                                | 4 ++--
 pkg/util/defaults/defaults.go                             | 2 +-
 script/Makefile                                           | 6 +++---
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/config/manager/operator-deployment.yaml b/config/manager/operator-deployment.yaml
index b5beedc..94a8c56 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
+          image: docker.io/apache/camel-k:1.8.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 b6f2b0d..da481be 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
+    containerImage: docker.io/apache/camel-k:1.8.1-SNAPSHOT
     createdAt: 2021-12-20T16:11:27Z
     description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
       with serverless superpowers.
diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 03521bb..0b4e74d 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: 2388,
+			uncompressedSize: 2397,
 
-			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\x0d\xf6\x9e\xb6\x94\x93\x62\xe3\x2c\x15\x07\x28\xc4\xc6\xb5\xa7\xd4\x30\x6a\x50\x97\x47\xd3\xca\xcc\x00\x4b\xbe\x3e\x35\x02\x61\x60\x1d\x27\x07\x57\x65\x4e\x48\xdd\xfd\xfa\xbd\xee\xa7\x21\xc5\xf5\xfb\x9d\x24\xc5\x23\x6b\xb2\x9e\x4a\x04\x41\xa8\x08\x79\xa3\x74\x45\x28\x64\x19\xb6\xca\x11\x1e\x64\x6d\x4b\x15\x58\x2c\x3e\xe4\xc5\xc3\x47\xac\x6d\x49\x0e\x62\x09\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\xb3\xa7\x2d\xe5\xa4\xd8\x38\x4b\xc5\x01\x0a\xb1\x71\xed\x29\x35\x8c\x1a\x69\xca\xa3\x69\x65\x66\x04\xab\x7c\x7d\x6a\x04\xc2\xc0\x3a\x4e\x0e\xae\xca\x9c\x90\xba\xfb\xf5\x7b\xdd\x4f\x43\x8c\xe1\xfb\x9d\x28\xc6\xa3\x92\x64\x1c\xe5\xf0\x0c\x5f\x12\xd2\x5a\xc8\x92\x90\xf1\xd6\xef\x85\x25\x3c\x70\x63\x72\xe1\x15\x1b\x7c\x48\xb3\x87\x8f\x68\x4c\x4e\x16\x6c\x08\x [...]
 		},
 		"/manager/operator-service-account.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "operator-service-account.yaml",
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 6d69325..0b886dc 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"
+	Version = "1.8.1-SNAPSHOT"
 
 	// DefaultRuntimeVersion --
 	DefaultRuntimeVersion = "1.11.0"
diff --git a/script/Makefile b/script/Makefile
index e68623f..ad98d0c 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
+VERSION ?= 1.8.1-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
@@ -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