You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/12/17 09:47:19 UTC

[camel-k] 03/10: Bump: change version to 1.0.0-RC1

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

commit 5c7f944cab5ecc08d74edc2035f7da615c0be9bd
Author: Nicola Ferraro <ni...@gmail.com>
AuthorDate: Mon Dec 16 12:21:41 2019 +0100

    Bump: change version to 1.0.0-RC1
---
 .../camel-k.v1.0.0-rc1-snapshot.clusterserviceversion.yaml}       | 8 ++++----
 .../{1.0.0-m5-snapshot => 1.0.0-rc1-snapshot}/crd-build.yaml      | 0
 .../crd-camel-catalog.yaml                                        | 0
 .../crd-integration-kit.yaml                                      | 0
 .../crd-integration-platform.yaml                                 | 0
 .../crd-integration.yaml                                          | 0
 deploy/olm-catalog/camel-k/camel-k.package.yaml                   | 2 +-
 deploy/operator-deployment.yaml                                   | 2 +-
 deploy/resources.go                                               | 2 +-
 pkg/util/defaults/defaults.go                                     | 2 +-
 script/Makefile                                                   | 2 +-
 11 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/deploy/olm-catalog/camel-k/1.0.0-m5-snapshot/camel-k.v1.0.0-m5-snapshot.clusterserviceversion.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/camel-k.v1.0.0-rc1-snapshot.clusterserviceversion.yaml
similarity index 98%
rename from deploy/olm-catalog/camel-k/1.0.0-m5-snapshot/camel-k.v1.0.0-m5-snapshot.clusterserviceversion.yaml
rename to deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/camel-k.v1.0.0-rc1-snapshot.clusterserviceversion.yaml
index e64705d..9ce7df6 100644
--- a/deploy/olm-catalog/camel-k/1.0.0-m5-snapshot/camel-k.v1.0.0-m5-snapshot.clusterserviceversion.yaml
+++ b/deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/camel-k.v1.0.0-rc1-snapshot.clusterserviceversion.yaml
@@ -66,13 +66,13 @@ metadata:
     capabilities: Basic Install
     categories: Integration & Delivery
     certified: "false"
-    containerImage: docker.io/apache/camel-k:1.0.0-M5-SNAPSHOT
+    containerImage: docker.io/apache/camel-k:1.0.0-RC1-SNAPSHOT
     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-m5-SNAPSHOT
+  name: camel-k-operator.v1.0.0-rc1-SNAPSHOT
   namespace: placeholder
 spec:
   apiservicedefinitions: {}
@@ -185,7 +185,7 @@ spec:
                   valueFrom:
                     fieldRef:
                       fieldPath: metadata.namespace
-                image: docker.io/apache/camel-k:1.0.0-M5-SNAPSHOT
+                image: docker.io/apache/camel-k:1.0.0-RC1-SNAPSHOT
                 imagePullPolicy: IfNotPresent
                 name: camel-k-operator
                 resources: {}
@@ -399,4 +399,4 @@ spec:
   selector:
     matchLabels:
       name: camel-k-operator
-  version: 1.0.0-m5-snapshot
+  version: 1.0.0-rc1-snapshot
diff --git a/deploy/olm-catalog/camel-k/1.0.0-m5-snapshot/crd-build.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-build.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k/1.0.0-m5-snapshot/crd-build.yaml
rename to deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-build.yaml
diff --git a/deploy/olm-catalog/camel-k/1.0.0-m5-snapshot/crd-camel-catalog.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-camel-catalog.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k/1.0.0-m5-snapshot/crd-camel-catalog.yaml
rename to deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-camel-catalog.yaml
diff --git a/deploy/olm-catalog/camel-k/1.0.0-m5-snapshot/crd-integration-kit.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-integration-kit.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k/1.0.0-m5-snapshot/crd-integration-kit.yaml
rename to deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-integration-kit.yaml
diff --git a/deploy/olm-catalog/camel-k/1.0.0-m5-snapshot/crd-integration-platform.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-integration-platform.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k/1.0.0-m5-snapshot/crd-integration-platform.yaml
rename to deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-integration-platform.yaml
diff --git a/deploy/olm-catalog/camel-k/1.0.0-m5-snapshot/crd-integration.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-integration.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k/1.0.0-m5-snapshot/crd-integration.yaml
rename to deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/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 11837ff..4a1671b 100644
--- a/deploy/olm-catalog/camel-k/camel-k.package.yaml
+++ b/deploy/olm-catalog/camel-k/camel-k.package.yaml
@@ -18,5 +18,5 @@
 packageName: camel-k
 channels:
 - name: alpha
-  currentCSV: camel-k-operator.v1.0.0-m5-snapshot
+  currentCSV: camel-k-operator.v1.0.0-rc1-snapshot
 defaultChannel: alpha
diff --git a/deploy/operator-deployment.yaml b/deploy/operator-deployment.yaml
index 0c41d60..7bbd4a8 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-M5-SNAPSHOT
+          image: docker.io/apache/camel-k:1.0.0-RC1-SNAPSHOT
           command:
           - kamel
           - operator
diff --git a/deploy/resources.go b/deploy/resources.go
index bba4c7f..6fc7c0c 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -4135,7 +4135,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:1.0.0-M5-SNAPSHOT
+          image: docker.io/apache/camel-k:1.0.0-RC1-SNAPSHOT
           command:
           - kamel
           - operator
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 04fc0db..928df10 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-M5-SNAPSHOT"
+	Version = "1.0.0-RC1-SNAPSHOT"
 
 	// DefaultCamelVersion --
 	DefaultCamelVersion = "3.0.0"
diff --git a/script/Makefile b/script/Makefile
index 303ff8f..65bde1c 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-M5-SNAPSHOT
+VERSION := 1.0.0-RC1-SNAPSHOT
 LAST_RELEASED_VERSION := 1.0.0-M4
 RUNTIME_VERSION := 1.0.8
 CAMEL_VERSION := 3.0.0