You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2021/11/23 15:06:29 UTC

[camel-k] branch main updated: chore(release): Update latest released version and OLM base CSV manifest

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d368f7a  chore(release): Update latest released version and OLM base CSV manifest
d368f7a is described below

commit d368f7a1f2be83fee1796be7f3b6f594dbe341d3
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Tue Nov 23 12:16:17 2021 +0100

    chore(release): Update latest released version and OLM base CSV manifest
---
 config/manifests/bases/camel-k.clusterserviceversion.yaml | 2 +-
 script/Makefile                                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 3e8dbc2..03b7414 100644
--- a/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -30,7 +30,7 @@ metadata:
     operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
     repository: https://github.com/apache/camel-k
     support: Camel
-  name: camel-k.v1.7.0
+  name: camel-k.v1.8.0
   namespace: placeholder
 spec:
   apiservicedefinitions: {}
diff --git a/script/Makefile b/script/Makefile
index ed8b878..6e2fa27 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -16,7 +16,7 @@
 VERSIONFILE := pkg/util/defaults/defaults.go
 VERSION ?= 1.8.0-SNAPSHOT
 OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION))
-LAST_RELEASED_VERSION := 1.6.1
+LAST_RELEASED_VERSION := 1.7.0
 RUNTIME_VERSION := 1.10.0
 BUILDAH_VERSION := 1.14.0
 KANIKO_VERSION := 0.17.1