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 2023/02/27 08:48:57 UTC

[camel-k] branch main updated: Next is 1.13.0

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


The following commit(s) were added to refs/heads/main by this push:
     new 91ec6b465 Next is 1.13.0
91ec6b465 is described below

commit 91ec6b465e6b2e92f294884a1a7dc41d99b79c40
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 27 09:48:43 2023 +0100

    Next is 1.13.0
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .github/workflows/automatic-updates.yml                   | 2 +-
 .github/workflows/release.yml                             | 2 +-
 config/manifests/bases/camel-k.clusterserviceversion.yaml | 8 ++++----
 config/manifests/kustomization.yaml                       | 2 +-
 pkg/util/defaults/defaults.go                             | 2 +-
 script/Makefile                                           | 8 ++++----
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/automatic-updates.yml b/.github/workflows/automatic-updates.yml
index 766caa3e1..ba05c9421 100644
--- a/.github/workflows/automatic-updates.yml
+++ b/.github/workflows/automatic-updates.yml
@@ -41,7 +41,7 @@ jobs:
         secretGithubToken: ${{ secrets.GITHUB_TOKEN }}
         goVersion: "1.18.x"
 
-  v1_10_x:
+  v1_12_x:
     if: github.repository == 'apache/camel-k'
     runs-on: ubuntu-20.04
     steps:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9d6cee149..8105bc033 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
         secretDockerHubPassword: ${{ secrets.TEST_DOCKER_HUB_PASSWORD }}
         secretGithubToken: ${{ secrets.GITHUB_TOKEN }}
 
-  v1_10_x:
+  v1_12_x:
     if: github.repository == 'apache/camel-k'
     runs-on: ubuntu-20.04
     steps:
diff --git a/config/manifests/bases/camel-k.clusterserviceversion.yaml b/config/manifests/bases/camel-k.clusterserviceversion.yaml
index 77c33ab1f..18ef384da 100644
--- a/config/manifests/bases/camel-k.clusterserviceversion.yaml
+++ b/config/manifests/bases/camel-k.clusterserviceversion.yaml
@@ -23,7 +23,7 @@ metadata:
     categories: Integration & Delivery
     certified: "false"
     containerImage: docker.io/apache/camel-k:1.13.0-SNAPSHOT
-    createdAt: 2022-12-12T09:20:24Z
+    createdAt: 2023-02-27T08:48:34Z
     description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
       with serverless superpowers.
     operators.operatorframework.io/builder: operator-sdk-v1.16.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.12.0
+  name: camel-k.v1.13.0
   namespace: placeholder
 spec:
   apiservicedefinitions: {}
@@ -153,8 +153,8 @@ spec:
   minKubeVersion: 1.11.0
   provider:
     name: The Apache Software Foundation
-  replaces: camel-k-operator.v1.11.0
+  replaces: camel-k-operator.v1.12.0
   selector:
     matchLabels:
       name: camel-k-operator
-  version: 1.12.0
+  version: 1.13.0
diff --git a/config/manifests/kustomization.yaml b/config/manifests/kustomization.yaml
index 6da206206..3e6288ee1 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.12.0-SNAPSHOT
+  newTag: 1.13.0-SNAPSHOT
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index f0321821c..32abe0fd9 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
 
 const (
 	// Version --
-	Version = "1.12.0-SNAPSHOT"
+	Version = "1.13.0-SNAPSHOT"
 
 	// DefaultRuntimeVersion --
 	DefaultRuntimeVersion = "1.17.0"
diff --git a/script/Makefile b/script/Makefile
index c395f2000..473a21f15 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -20,9 +20,9 @@
 SHELL := /bin/bash
 
 VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION ?= 1.12.0-SNAPSHOT
+VERSION ?= 1.13.0-SNAPSHOT
 LAST_RELEASED_IMAGE_NAME := camel-k-operator
-LAST_RELEASED_VERSION ?= 1.11.1
+LAST_RELEASED_VERSION ?= 1.12.0
 RUNTIME_VERSION := 1.17.0
 BUILDAH_VERSION := 1.23.3
 KANIKO_VERSION := 0.17.1
@@ -79,13 +79,13 @@ OPM := opm
 
 # Used to push pre-release artifacts
 STAGING_IMAGE_NAME := docker.io/camelk/camel-k
-STAGING_RUNTIME_REPO := https://repository.apache.org/content/repositories/orgapachecamel-1528/
+STAGING_RUNTIME_REPO :=
 
 # Kamelets options
 INSTALL_DEFAULT_KAMELETS ?= true
 KAMELET_CATALOG_REPO := https://github.com/apache/camel-kamelets.git
 # Make sure to use a released tag or empty if you want to get the latest development bits
-KAMELET_CATALOG_REPO_TAG := v3.20.1.1
+KAMELET_CATALOG_REPO_TAG := main
 
 # When performing integration tests, it is not necessary to always execute build, especially
 # in e2e tests when lots of tests are being executed sequentially & the build has already taken place.