This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push:
new e0d4d2e Release Helm charts and bump versions
e0d4d2e is described below
commit e0d4d2e4b66632fc629e0f297a08aee631c97023
Author: nicolaferraro <[email protected]>
AuthorDate: Tue Oct 13 10:53:26 2020 +0200
Release Helm charts and bump versions
---
.../builds.camel.apache.org.crd.yaml | 0
.../camel-k.v1.2.0.clusterserviceversion.yaml} | 6 ++--
.../camelcatalogs.camel.apache.org.crd.yaml | 0
.../integrationkits.camel.apache.org.crd.yaml | 0
.../integrationplatforms.camel.apache.org.crd.yaml | 0
.../integrations.camel.apache.org.crd.yaml | 0
.../kameletbindings.camel.apache.org.crd.yaml | 0
.../kamelets.camel.apache.org.crd.yaml | 0
.../builds.camel.apache.org.crd.yaml | 0
...l-k.v1.3.0-snapshot.clusterserviceversion.yaml} | 10 +++---
.../camelcatalogs.camel.apache.org.crd.yaml | 0
.../integrationkits.camel.apache.org.crd.yaml | 0
.../integrationplatforms.camel.apache.org.crd.yaml | 0
.../integrations.camel.apache.org.crd.yaml | 0
.../kameletbindings.camel.apache.org.crd.yaml | 0
.../kamelets.camel.apache.org.crd.yaml | 0
.../camel-k-dev/camel-k-dev.package.yaml | 2 +-
deploy/operator-deployment.yaml | 2 +-
docs/charts/camel-k-0.4.0.tgz | Bin 0 -> 44039 bytes
docs/charts/index.yaml | 39 +++++++++++++++++----
helm/camel-k/Chart.yaml | 4 +--
helm/camel-k/values.yaml | 2 +-
pkg/util/defaults/defaults.go | 2 +-
script/Makefile | 4 +--
24 files changed, 48 insertions(+), 23 deletions(-)
diff --git
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/builds.camel.apache.org.crd.yaml
b/deploy/olm-catalog/camel-k-dev/1.2.0/builds.camel.apache.org.crd.yaml
similarity index 100%
copy from
deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/builds.camel.apache.org.crd.yaml
copy to deploy/olm-catalog/camel-k-dev/1.2.0/builds.camel.apache.org.crd.yaml
diff --git
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/camel-k.v1.2.0-snapshot.clusterserviceversion.yaml
b/deploy/olm-catalog/camel-k-dev/1.2.0/camel-k.v1.2.0.clusterserviceversion.yaml
similarity index 99%
copy from
deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/camel-k.v1.2.0-snapshot.clusterserviceversion.yaml
copy to
deploy/olm-catalog/camel-k-dev/1.2.0/camel-k.v1.2.0.clusterserviceversion.yaml
index fb43d7f..21146bf 100644
---
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/camel-k.v1.2.0-snapshot.clusterserviceversion.yaml
+++
b/deploy/olm-catalog/camel-k-dev/1.2.0/camel-k.v1.2.0.clusterserviceversion.yaml
@@ -157,14 +157,14 @@ metadata:
capabilities: Full Lifecycle
categories: Integration & Delivery
certified: "false"
- containerImage: docker.io/apache/camel-k:1.2.0-SNAPSHOT
+ containerImage: docker.io/apache/camel-k:1.2.0
createdAt: "2020-06-09T02:45:00Z"
description: Apache Camel K is a lightweight integration platform, born on
Kubernetes,
with serverless superpowers.
repository: https://github.com/apache/camel-k
operators.operatorframework.io/internal-objects:
'["builds.camel.apache.org","integrationkits.camel.apache.org","camelcatalogs.camel.apache.org"]'
support: Camel
- name: camel-k-operator.v1.2.0-snapshot
+ name: camel-k-operator.v1.2.0
namespace: placeholder
spec:
relatedImages:
@@ -312,7 +312,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- image: docker.io/apache/camel-k:1.2.0-SNAPSHOT
+ image: docker.io/apache/camel-k:1.2.0
imagePullPolicy: IfNotPresent
name: camel-k-operator
resources: {}
diff --git
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/camelcatalogs.camel.apache.org.crd.yaml
b/deploy/olm-catalog/camel-k-dev/1.2.0/camelcatalogs.camel.apache.org.crd.yaml
similarity index 100%
copy from
deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/camelcatalogs.camel.apache.org.crd.yaml
copy to
deploy/olm-catalog/camel-k-dev/1.2.0/camelcatalogs.camel.apache.org.crd.yaml
diff --git
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/integrationkits.camel.apache.org.crd.yaml
b/deploy/olm-catalog/camel-k-dev/1.2.0/integrationkits.camel.apache.org.crd.yaml
similarity index 100%
copy from
deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/integrationkits.camel.apache.org.crd.yaml
copy to
deploy/olm-catalog/camel-k-dev/1.2.0/integrationkits.camel.apache.org.crd.yaml
diff --git
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/integrationplatforms.camel.apache.org.crd.yaml
b/deploy/olm-catalog/camel-k-dev/1.2.0/integrationplatforms.camel.apache.org.crd.yaml
similarity index 100%
copy from
deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/integrationplatforms.camel.apache.org.crd.yaml
copy to
deploy/olm-catalog/camel-k-dev/1.2.0/integrationplatforms.camel.apache.org.crd.yaml
diff --git
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/integrations.camel.apache.org.crd.yaml
b/deploy/olm-catalog/camel-k-dev/1.2.0/integrations.camel.apache.org.crd.yaml
similarity index 100%
copy from
deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/integrations.camel.apache.org.crd.yaml
copy to
deploy/olm-catalog/camel-k-dev/1.2.0/integrations.camel.apache.org.crd.yaml
diff --git
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/kameletbindings.camel.apache.org.crd.yaml
b/deploy/olm-catalog/camel-k-dev/1.2.0/kameletbindings.camel.apache.org.crd.yaml
similarity index 100%
copy from
deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/kameletbindings.camel.apache.org.crd.yaml
copy to
deploy/olm-catalog/camel-k-dev/1.2.0/kameletbindings.camel.apache.org.crd.yaml
diff --git
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/kamelets.camel.apache.org.crd.yaml
b/deploy/olm-catalog/camel-k-dev/1.2.0/kamelets.camel.apache.org.crd.yaml
similarity index 100%
copy from
deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/kamelets.camel.apache.org.crd.yaml
copy to deploy/olm-catalog/camel-k-dev/1.2.0/kamelets.camel.apache.org.crd.yaml
diff --git
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/builds.camel.apache.org.crd.yaml
b/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/builds.camel.apache.org.crd.yaml
similarity index 100%
rename from
deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/builds.camel.apache.org.crd.yaml
rename to
deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/builds.camel.apache.org.crd.yaml
diff --git
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/camel-k.v1.2.0-snapshot.clusterserviceversion.yaml
b/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/camel-k.v1.3.0-snapshot.clusterserviceversion.yaml
similarity index 98%
rename from
deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/camel-k.v1.2.0-snapshot.clusterserviceversion.yaml
rename to
deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/camel-k.v1.3.0-snapshot.clusterserviceversion.yaml
index fb43d7f..af3bdc4 100644
---
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/camel-k.v1.2.0-snapshot.clusterserviceversion.yaml
+++
b/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/camel-k.v1.3.0-snapshot.clusterserviceversion.yaml
@@ -157,14 +157,14 @@ metadata:
capabilities: Full Lifecycle
categories: Integration & Delivery
certified: "false"
- containerImage: docker.io/apache/camel-k:1.2.0-SNAPSHOT
+ containerImage: docker.io/apache/camel-k:1.3.0-SNAPSHOT
createdAt: "2020-06-09T02:45:00Z"
description: Apache Camel K is a lightweight integration platform, born on
Kubernetes,
with serverless superpowers.
repository: https://github.com/apache/camel-k
operators.operatorframework.io/internal-objects:
'["builds.camel.apache.org","integrationkits.camel.apache.org","camelcatalogs.camel.apache.org"]'
support: Camel
- name: camel-k-operator.v1.2.0-snapshot
+ name: camel-k-operator.v1.3.0-snapshot
namespace: placeholder
spec:
relatedImages:
@@ -312,7 +312,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- image: docker.io/apache/camel-k:1.2.0-SNAPSHOT
+ image: docker.io/apache/camel-k:1.3.0-SNAPSHOT
imagePullPolicy: IfNotPresent
name: camel-k-operator
resources: {}
@@ -560,8 +560,8 @@ spec:
minKubeVersion: 1.11.0
provider:
name: The Apache Software Foundation
- replaces: camel-k-operator.v1.1.0
+ replaces: camel-k-operator.v1.2.0
selector:
matchLabels:
name: camel-k-operator
- version: 1.2.0
+ version: 1.3.0-snapshot
diff --git
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/camelcatalogs.camel.apache.org.crd.yaml
b/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/camelcatalogs.camel.apache.org.crd.yaml
similarity index 100%
rename from
deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/camelcatalogs.camel.apache.org.crd.yaml
rename to
deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/camelcatalogs.camel.apache.org.crd.yaml
diff --git
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/integrationkits.camel.apache.org.crd.yaml
b/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrationkits.camel.apache.org.crd.yaml
similarity index 100%
rename from
deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/integrationkits.camel.apache.org.crd.yaml
rename to
deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrationkits.camel.apache.org.crd.yaml
diff --git
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/integrationplatforms.camel.apache.org.crd.yaml
b/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrationplatforms.camel.apache.org.crd.yaml
similarity index 100%
rename from
deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/integrationplatforms.camel.apache.org.crd.yaml
rename to
deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrationplatforms.camel.apache.org.crd.yaml
diff --git
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/integrations.camel.apache.org.crd.yaml
b/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrations.camel.apache.org.crd.yaml
similarity index 100%
rename from
deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/integrations.camel.apache.org.crd.yaml
rename to
deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/integrations.camel.apache.org.crd.yaml
diff --git
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/kameletbindings.camel.apache.org.crd.yaml
b/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/kameletbindings.camel.apache.org.crd.yaml
similarity index 100%
rename from
deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/kameletbindings.camel.apache.org.crd.yaml
rename to
deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/kameletbindings.camel.apache.org.crd.yaml
diff --git
a/deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/kamelets.camel.apache.org.crd.yaml
b/deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/kamelets.camel.apache.org.crd.yaml
similarity index 100%
rename from
deploy/olm-catalog/camel-k-dev/1.2.0-snapshot/kamelets.camel.apache.org.crd.yaml
rename to
deploy/olm-catalog/camel-k-dev/1.3.0-snapshot/kamelets.camel.apache.org.crd.yaml
diff --git a/deploy/olm-catalog/camel-k-dev/camel-k-dev.package.yaml
b/deploy/olm-catalog/camel-k-dev/camel-k-dev.package.yaml
index 38dc116..7bbac05 100644
--- a/deploy/olm-catalog/camel-k-dev/camel-k-dev.package.yaml
+++ b/deploy/olm-catalog/camel-k-dev/camel-k-dev.package.yaml
@@ -16,7 +16,7 @@
# ---------------------------------------------------------------------------
channels:
-- currentCSV: camel-k-operator.v1.2.0-snapshot
+- currentCSV: camel-k-operator.v1.3.0-snapshot
name: stable
defaultChannel: stable
packageName: camel-k-dev
diff --git a/deploy/operator-deployment.yaml b/deploy/operator-deployment.yaml
index 32fb879..ea88763 100644
--- a/deploy/operator-deployment.yaml
+++ b/deploy/operator-deployment.yaml
@@ -39,7 +39,7 @@ spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
- image: docker.io/apache/camel-k:1.2.0-SNAPSHOT
+ image: docker.io/apache/camel-k:1.3.0-SNAPSHOT
command:
- kamel
- operator
diff --git a/docs/charts/camel-k-0.4.0.tgz b/docs/charts/camel-k-0.4.0.tgz
new file mode 100644
index 0000000..e8716ef
Binary files /dev/null and b/docs/charts/camel-k-0.4.0.tgz differ
diff --git a/docs/charts/index.yaml b/docs/charts/index.yaml
index cee599b..8d63b0c 100644
--- a/docs/charts/index.yaml
+++ b/docs/charts/index.yaml
@@ -2,8 +2,33 @@ apiVersion: v1
entries:
camel-k:
- apiVersion: v2
+ appVersion: 1.2.0
+ created: "2020-10-13T10:41:32.925987585+02:00"
+ description: A lightweight integration platform, born on Kubernetes, with
serverless
+ superpowers
+ digest: c47863e13644340b857acf5c688004927e0ad126a9c39e8c90fa6d84e2c445b9
+ home: https://camel.apache.org/camel-k/latest/
+ icon: https://github.com/apache/camel/raw/master/docs/img/logo64-d.png
+ keywords:
+ - serverless
+ - integration
+ - patterns
+ maintainers:
+ - email: [email protected]
+ name: nferraro
+ name: camel-k
+ sources:
+ - https://github.com/apache/camel-k
+ - https://github.com/apache/camel-k-runtime
+ - https://github.com/apache/camel-quarkus
+ - https://github.com/apache/camel
+ type: application
+ urls:
+ - https://apache.github.io/camel-k/charts/camel-k-0.4.0.tgz
+ version: 0.4.0
+ - apiVersion: v2
appVersion: 1.1.1
- created: "2020-09-15T12:51:02.014651571+02:00"
+ created: "2020-10-13T10:41:32.924145944+02:00"
description: A lightweight integration platform, born on Kubernetes, with
serverless
superpowers
digest: 46771bd1c0e52097f07e9c17e657690872716ed845b196cd0c981c97b984b573
@@ -28,7 +53,7 @@ entries:
version: 0.3.2
- apiVersion: v2
appVersion: 1.0.1
- created: "2020-09-15T12:51:02.01187172+02:00"
+ created: "2020-10-13T10:41:32.922192338+02:00"
description: A lightweight integration platform, born on Kubernetes, with
serverless
superpowers
digest: d7453b9b6281355caad37896c6760be64735f69009bc312a54cbc17e8a1f6697
@@ -53,7 +78,7 @@ entries:
version: 0.3.1
- apiVersion: v2
appVersion: 1.0.0
- created: "2020-09-15T12:51:02.011010499+02:00"
+ created: "2020-10-13T10:41:32.921639062+02:00"
description: A lightweight integration platform, born on Kubernetes, with
serverless
superpowers
digest: 610a2b024d539451ee278b72179f34c242a67b7949e2a4eae7b0fa2d8d3630e3
@@ -78,7 +103,7 @@ entries:
version: 0.3.0
- apiVersion: v2
appVersion: 1.0.0-RC2
- created: "2020-09-15T12:51:02.010133635+02:00"
+ created: "2020-10-13T10:41:32.920154994+02:00"
description: A lightweight integration platform, born on Kubernetes, with
serverless
superpowers
digest: 3d5397e111004a8735849dcebd55c9827e687aa3ab28b5c28de8fe69595e1b8f
@@ -103,7 +128,7 @@ entries:
version: 0.2.1
- apiVersion: v2
appVersion: 1.0.0-RC2
- created: "2020-09-15T12:51:02.009233388+02:00"
+ created: "2020-10-13T10:41:32.91910233+02:00"
description: A lightweight integration platform, born on Kubernetes, with
serverless
superpowers
digest: 43fa5d9563ce76d25695e4132c5870279541b26be2ac8023537b587483853260
@@ -128,7 +153,7 @@ entries:
version: 0.1.1
- apiVersion: v2
appVersion: 1.0.0-RC2
- created: "2020-09-15T12:51:02.007417289+02:00"
+ created: "2020-10-13T10:41:32.91828156+02:00"
description: A lightweight integration platform, born on Kubernetes, with
serverless
superpowers
digest: 3bc8c53c4d781c4b4e4aac254d291339b348c2d8b4cf24b579ceb4330a48edd5
@@ -151,4 +176,4 @@ entries:
urls:
- https://apache.github.io/camel-k/charts/camel-k-0.1.0.tgz
version: 0.1.0
-generated: "2020-09-15T12:51:02.006342977+02:00"
+generated: "2020-10-13T10:41:32.917385082+02:00"
diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml
index 6e289aa..3d4bb80 100644
--- a/helm/camel-k/Chart.yaml
+++ b/helm/camel-k/Chart.yaml
@@ -31,11 +31,11 @@ type: application
# This is the chart version. This version number should be incremented each
time you make changes
# to the chart and its templates, including the app version.
-version: 0.4.0
+version: 0.5.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.2.0-SNAPSHOT
+appVersion: 1.3.0-SNAPSHOT
icon: https://github.com/apache/camel/raw/master/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 9dbb44a..431ded2 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.2.0-SNAPSHOT
+ image: docker.io/apache/camel-k:1.3.0-SNAPSHOT
platform:
build:
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index fe1b5dd..ede7d07 100644
--- a/pkg/util/defaults/defaults.go
+++ b/pkg/util/defaults/defaults.go
@@ -23,7 +23,7 @@ package defaults
const (
// Version --
- Version = "1.2.0-SNAPSHOT"
+ Version = "1.3.0-SNAPSHOT"
// DefaultRuntimeVersion --
DefaultRuntimeVersion = "1.5.0"
diff --git a/script/Makefile b/script/Makefile
index 48bfd6a..5abb30c 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -14,8 +14,8 @@
# limitations under the License.
VERSIONFILE := pkg/util/defaults/defaults.go
-VERSION := 1.2.0-SNAPSHOT
-LAST_RELEASED_VERSION := 1.1.1
+VERSION := 1.3.0-SNAPSHOT
+LAST_RELEASED_VERSION := 1.2.0
RUNTIME_VERSION := 1.5.0
BUILDAH_VERSION := 1.14.0
KANIKO_VERSION := 0.17.1