This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to tag 1.0.0-RC2 in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 24ddce5afb41c70a0bf30e06f74c6f380f5fd851 Author: Nicola Ferraro <ni.ferr...@gmail.com> AuthorDate: Mon Feb 24 18:48:30 2020 +0100 Release 1.0.0-RC2 --- .../camel-k.v1.0.0-rc2.clusterserviceversion.yaml} | 8 ++++---- .../camel-k/{1.0.0-rc2-snapshot => 1.0.0-rc2}/crd-build.yaml | 0 .../{1.0.0-rc2-snapshot => 1.0.0-rc2}/crd-camel-catalog.yaml | 0 .../{1.0.0-rc2-snapshot => 1.0.0-rc2}/crd-integration-kit.yaml | 0 .../crd-integration-platform.yaml | 0 .../{1.0.0-rc2-snapshot => 1.0.0-rc2}/crd-integration.yaml | 0 deploy/olm-catalog/camel-k/camel-k.package.yaml | 2 +- deploy/operator-deployment.yaml | 2 +- deploy/resources.go | 8 ++++---- helm/camel-k/Chart.yaml | 2 +- helm/camel-k/values.yaml | 2 +- pkg/util/defaults/defaults.go | 2 +- script/Makefile | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/camel-k.v1.0.0-rc2-snapshot.clusterserviceversion.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc2/camel-k.v1.0.0-rc2.clusterserviceversion.yaml similarity index 98% rename from deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/camel-k.v1.0.0-rc2-snapshot.clusterserviceversion.yaml rename to deploy/olm-catalog/camel-k/1.0.0-rc2/camel-k.v1.0.0-rc2.clusterserviceversion.yaml index c6767d9..d2a37a3 100644 --- a/deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/camel-k.v1.0.0-rc2-snapshot.clusterserviceversion.yaml +++ b/deploy/olm-catalog/camel-k/1.0.0-rc2/camel-k.v1.0.0-rc2.clusterserviceversion.yaml @@ -70,13 +70,13 @@ metadata: capabilities: Basic Install categories: Integration & Delivery certified: "false" - containerImage: docker.io/apache/camel-k:1.0.0-RC2-SNAPSHOT + containerImage: docker.io/apache/camel-k:1.0.0-RC2 createdAt: "2019-07-26T02:45:00Z" description: Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers. repository: https://github.com/apache/camel-k support: Camel - name: camel-k-operator.v1.0.0-rc2-SNAPSHOT + name: camel-k-operator.v1.0.0-rc2 namespace: placeholder spec: apiservicedefinitions: {} @@ -189,7 +189,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: docker.io/apache/camel-k:1.0.0-RC2-SNAPSHOT + image: docker.io/apache/camel-k:1.0.0-RC2 imagePullPolicy: IfNotPresent name: camel-k-operator resources: {} @@ -416,4 +416,4 @@ spec: selector: matchLabels: name: camel-k-operator - version: 1.0.0-rc2-snapshot + version: 1.0.0-rc2 diff --git a/deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/crd-build.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc2/crd-build.yaml similarity index 100% rename from deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/crd-build.yaml rename to deploy/olm-catalog/camel-k/1.0.0-rc2/crd-build.yaml diff --git a/deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/crd-camel-catalog.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc2/crd-camel-catalog.yaml similarity index 100% rename from deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/crd-camel-catalog.yaml rename to deploy/olm-catalog/camel-k/1.0.0-rc2/crd-camel-catalog.yaml diff --git a/deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/crd-integration-kit.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc2/crd-integration-kit.yaml similarity index 100% rename from deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/crd-integration-kit.yaml rename to deploy/olm-catalog/camel-k/1.0.0-rc2/crd-integration-kit.yaml diff --git a/deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/crd-integration-platform.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc2/crd-integration-platform.yaml similarity index 100% rename from deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/crd-integration-platform.yaml rename to deploy/olm-catalog/camel-k/1.0.0-rc2/crd-integration-platform.yaml diff --git a/deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/crd-integration.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc2/crd-integration.yaml similarity index 100% rename from deploy/olm-catalog/camel-k/1.0.0-rc2-snapshot/crd-integration.yaml rename to deploy/olm-catalog/camel-k/1.0.0-rc2/crd-integration.yaml diff --git a/deploy/olm-catalog/camel-k/camel-k.package.yaml b/deploy/olm-catalog/camel-k/camel-k.package.yaml index 2693928..17afa52 100644 --- a/deploy/olm-catalog/camel-k/camel-k.package.yaml +++ b/deploy/olm-catalog/camel-k/camel-k.package.yaml @@ -16,7 +16,7 @@ # --------------------------------------------------------------------------- channels: -- currentCSV: camel-k-operator.v1.0.0-rc2-snapshot +- currentCSV: camel-k-operator.v1.0.0-rc2 name: alpha defaultChannel: alpha packageName: camel-k diff --git a/deploy/operator-deployment.yaml b/deploy/operator-deployment.yaml index 2c7543e..a7de01c 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.0.0-RC2-SNAPSHOT + image: docker.io/apache/camel-k:1.0.0-RC2 command: - kamel - operator diff --git a/deploy/resources.go b/deploy/resources.go index 4473ed5..a1b7c01 100644 --- a/deploy/resources.go +++ b/deploy/resources.go @@ -147,9 +147,9 @@ var assets = func() http.FileSystem { "/operator-deployment.yaml": &vfsgen۰CompressedFileInfo{ name: "operator-deployment.yaml", modTime: time.Time{}, - uncompressedSize: 2152, + uncompressedSize: 2143, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x54\xc1\x6e\xe3\x36\x10\xbd\xeb\x2b\x1e\xac\xcb\x2e\x10\xdb\xc9\x1e\xd5\x93\xea\x38\x88\xd1\x54\x36\x2c\x6f\x83\x3d\x15\x13\x6a\x24\x11\xa1\x48\x95\xa4\xa2\xd5\xdf\x17\x94\xed\xc4\xce\x66\xd3\x1e\x82\xe5\xc9\xe6\xcc\xbc\x79\x6f\xde\x88\x31\xa6\x1f\x77\xa2\x18\x77\x52\xb0\x76\x5c\xc0\x1b\xf8\x9a\x91\xb6\x24\x6a\x46\x6e\x4a\xdf\x93\x65\xdc\x98\x4e\x17\xe4\xa5\xd1\xf8\x94\xe6\x37\x9f\xd1\xe9\x82\x2d\x8c\x66\x18\x8b\x [...] + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x54\x41\x6f\xe3\x36\x13\xbd\xeb\x57\x3c\x58\x97\x5d\x20\xb6\x93\x3d\xea\x3b\xe9\x73\x1c\xac\xd1\x54\x36\x2c\x6f\x83\x3d\x15\x13\x6a\x24\x11\xa1\x48\x95\xa4\xa2\xd5\xbf\x2f\x28\xdb\xb1\x9d\xcd\xa6\x3d\x04\xe5\xc9\xe6\xcc\xbc\x79\x6f\xde\x88\x31\xa6\x1f\x77\xa2\x18\xf7\x52\xb0\x76\x5c\xc0\x1b\xf8\x9a\x91\xb6\x24\x6a\x46\x6e\x4a\xdf\x93\x65\xdc\x99\x4e\x17\xe4\xa5\xd1\xf8\x94\xe6\x77\x9f\xd1\xe9\x82\x2d\x8c\x66\x18\x [...] }, "/operator-role-binding-events.yaml": &vfsgen۰CompressedFileInfo{ name: "operator-role-binding-events.yaml", @@ -217,9 +217,9 @@ var assets = func() http.FileSystem { "/operator.yaml": &vfsgen۰CompressedFileInfo{ name: "operator.yaml", modTime: time.Time{}, - uncompressedSize: 2110, + uncompressedSize: 2101, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x54\xc1\x6e\xe3\x36\x10\xbd\xeb\x2b\x1e\xac\xcb\x2e\x10\xdb\xc9\x1e\xd5\x93\xea\x38\x88\xd1\x54\x32\x2c\x6f\x83\x3d\x15\x13\x6a\x24\x11\xa1\x48\x95\xa4\xa2\xd5\xdf\x17\x94\xed\xc4\xc9\x6e\xd3\x1e\x82\xf2\x24\x69\x66\xde\xbc\x37\xf3\xc4\x18\xf3\x8f\x3b\x51\x8c\x3b\x29\x58\x3b\x2e\xe1\x0d\x7c\xc3\x48\x3b\x12\x0d\xa3\x30\x95\x1f\xc8\x32\x6e\x4c\xaf\x4b\xf2\xd2\x68\x7c\x4a\x8b\x9b\xcf\xe8\x75\xc9\x16\x46\x33\x8c\x45\x [...] + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x54\xc1\x6e\xe3\x36\x10\xbd\xeb\x2b\x1e\xac\xcb\x2e\x10\xdb\x9b\x3d\xaa\x27\xd5\x71\xb0\x42\x53\xd9\xb0\xbc\x0d\xf6\x54\x4c\xa8\x91\x44\x84\x22\x55\x92\x8a\x56\x7f\x5f\x50\xb6\x13\x3b\xbb\x4d\x7b\x08\xca\x93\xa4\x99\x79\xf3\xde\xcc\x13\x63\xcc\xdf\xef\x44\x31\xee\xa4\x60\xed\xb8\x84\x37\xf0\x0d\x23\xed\x48\x34\x8c\xc2\x54\x7e\x20\xcb\xb8\x35\xbd\x2e\xc9\x4b\xa3\xf1\x21\x2d\x6e\x3f\xa2\xd7\x25\x5b\x18\xcd\x30\x16\x [...] }, "/platform-cr.yaml": &vfsgen۰CompressedFileInfo{ name: "platform-cr.yaml", diff --git a/helm/camel-k/Chart.yaml b/helm/camel-k/Chart.yaml index 0d4d587..e23ab43 100644 --- a/helm/camel-k/Chart.yaml +++ b/helm/camel-k/Chart.yaml @@ -35,7 +35,7 @@ version: 0.1.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.0.0-RC2-SNAPSHOT +appVersion: 1.0.0-RC2 icon: https://raw.githubusercontent.com/apache/camel/master/docs/img/logo-d.svg home: https://camel.apache.org/camel-k/latest/ diff --git a/helm/camel-k/values.yaml b/helm/camel-k/values.yaml index bf7d4d4..7972046 100644 --- a/helm/camel-k/values.yaml +++ b/helm/camel-k/values.yaml @@ -23,4 +23,4 @@ nameOverride: "" fullnameOverride: "" operator: - image: docker.io/apache/camel-k:1.0.0-RC2-SNAPSHOT + image: docker.io/apache/camel-k:1.0.0-RC2 diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go index 8213c5a..df082cf 100644 --- a/pkg/util/defaults/defaults.go +++ b/pkg/util/defaults/defaults.go @@ -23,7 +23,7 @@ package defaults const ( // Version -- - Version = "1.0.0-RC2-SNAPSHOT" + Version = "1.0.0-RC2" // DefaultRuntimeVersion -- DefaultRuntimeVersion = "1.1.0" diff --git a/script/Makefile b/script/Makefile index 8247fc7..b621dd4 100644 --- a/script/Makefile +++ b/script/Makefile @@ -14,7 +14,7 @@ # limitations under the License. VERSIONFILE := pkg/util/defaults/defaults.go -VERSION := 1.0.0-RC2-SNAPSHOT +VERSION := 1.0.0-RC2 LAST_RELEASED_VERSION := 1.0.0-RC1 RUNTIME_VERSION := 1.1.0 QUARKUS_VERSION := 1.2.0.Final