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

astefanutti 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 db659d6  chore(ci): 1.8.1 release post actions
db659d6 is described below

commit db659d65e5b426c4466bbceafb0dcf026a14435b
Author: Antonin Stefanutti <[email protected]>
AuthorDate: Wed Mar 2 11:04:58 2022 +0100

    chore(ci): 1.8.1 release post actions
---
 config/manifests/bases/camel-k.clusterserviceversion.yaml | 6 +++---
 pkg/util/defaults/defaults.go                             | 2 +-
 script/Makefile                                           | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml 
b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 9f3f6d9..490872e 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.1
+    containerImage: docker.io/apache/camel-k:1.8.2
     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.1
+  name: camel-k.v1.8.2
   namespace: placeholder
 spec:
   apiservicedefinitions: {}
@@ -156,4 +156,4 @@ spec:
   selector:
     matchLabels:
       name: camel-k-operator
-  version: 1.8.1-snapshot
+  version: 1.8.2-snapshot
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 89f6799..ae70737 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
        // Version --
-       Version = "1.8.1-SNAPSHOT"
+       Version = "1.8.2-SNAPSHOT"
 
        // DefaultRuntimeVersion --
        DefaultRuntimeVersion = "1.12.0"
diff --git a/script/Makefile b/script/Makefile
index 287092f..b70bb50 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -14,9 +14,9 @@
 # limitations under the License.
 
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION ?= 1.8.1-SNAPSHOT
+VERSION ?= 1.8.2-SNAPSHOT
 OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION))
-LAST_RELEASED_VERSION := 1.8.0
+LAST_RELEASED_VERSION := 1.8.1
 RUNTIME_VERSION := 1.12.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-1411/
+STAGING_RUNTIME_REPO :=
 
 # Define here the repo containing the default Kamelet catalog (if any)
 KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git

Reply via email to