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/20 00:06:49 UTC

[camel-k] tag 1.0.0-RC1 created (now f448eb9)

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

nferraro pushed a change to tag 1.0.0-RC1
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


      at f448eb9  (commit)
This tag includes the following new commits:

     new f448eb9  Release 1.0.0-RC1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k] 01/01: Release 1.0.0-RC1

Posted by nf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to tag 1.0.0-RC1
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit f448eb9e21f8df79950e7b93ccafbaa922bdeea6
Author: Nicola Ferraro <ni...@gmail.com>
AuthorDate: Fri Dec 20 01:06:36 2019 +0100

    Release 1.0.0-RC1
---
 .../camel-k.v1.0.0-rc1.clusterserviceversion.yaml}                | 8 ++++----
 .../camel-k/{1.0.0-rc1-snapshot => 1.0.0-rc1}/crd-build.yaml      | 0
 .../{1.0.0-rc1-snapshot => 1.0.0-rc1}/crd-camel-catalog.yaml      | 0
 .../{1.0.0-rc1-snapshot => 1.0.0-rc1}/crd-integration-kit.yaml    | 0
 .../crd-integration-platform.yaml                                 | 0
 .../{1.0.0-rc1-snapshot => 1.0.0-rc1}/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-rc1-snapshot/camel-k.v1.0.0-rc1-snapshot.clusterserviceversion.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc1/camel-k.v1.0.0-rc1.clusterserviceversion.yaml
similarity index 98%
rename from deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/camel-k.v1.0.0-rc1-snapshot.clusterserviceversion.yaml
rename to deploy/olm-catalog/camel-k/1.0.0-rc1/camel-k.v1.0.0-rc1.clusterserviceversion.yaml
index 9ce7df6..307e604 100644
--- a/deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/camel-k.v1.0.0-rc1-snapshot.clusterserviceversion.yaml
+++ b/deploy/olm-catalog/camel-k/1.0.0-rc1/camel-k.v1.0.0-rc1.clusterserviceversion.yaml
@@ -66,13 +66,13 @@ metadata:
     capabilities: Basic Install
     categories: Integration & Delivery
     certified: "false"
-    containerImage: docker.io/apache/camel-k:1.0.0-RC1-SNAPSHOT
+    containerImage: docker.io/apache/camel-k:1.0.0-RC1
     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-rc1-SNAPSHOT
+  name: camel-k-operator.v1.0.0-rc1
   namespace: placeholder
 spec:
   apiservicedefinitions: {}
@@ -185,7 +185,7 @@ spec:
                   valueFrom:
                     fieldRef:
                       fieldPath: metadata.namespace
-                image: docker.io/apache/camel-k:1.0.0-RC1-SNAPSHOT
+                image: docker.io/apache/camel-k:1.0.0-RC1
                 imagePullPolicy: IfNotPresent
                 name: camel-k-operator
                 resources: {}
@@ -399,4 +399,4 @@ spec:
   selector:
     matchLabels:
       name: camel-k-operator
-  version: 1.0.0-rc1-snapshot
+  version: 1.0.0-rc1
diff --git a/deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-build.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc1/crd-build.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-build.yaml
rename to deploy/olm-catalog/camel-k/1.0.0-rc1/crd-build.yaml
diff --git a/deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-camel-catalog.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc1/crd-camel-catalog.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-camel-catalog.yaml
rename to deploy/olm-catalog/camel-k/1.0.0-rc1/crd-camel-catalog.yaml
diff --git a/deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-integration-kit.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc1/crd-integration-kit.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-integration-kit.yaml
rename to deploy/olm-catalog/camel-k/1.0.0-rc1/crd-integration-kit.yaml
diff --git a/deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-integration-platform.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc1/crd-integration-platform.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-integration-platform.yaml
rename to deploy/olm-catalog/camel-k/1.0.0-rc1/crd-integration-platform.yaml
diff --git a/deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-integration.yaml b/deploy/olm-catalog/camel-k/1.0.0-rc1/crd-integration.yaml
similarity index 100%
rename from deploy/olm-catalog/camel-k/1.0.0-rc1-snapshot/crd-integration.yaml
rename to deploy/olm-catalog/camel-k/1.0.0-rc1/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 7ca59a7..d3eb255 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-rc1-snapshot
+- currentCSV: camel-k-operator.v1.0.0-rc1
   name: alpha
 defaultChannel: alpha
 packageName: camel-k
diff --git a/deploy/operator-deployment.yaml b/deploy/operator-deployment.yaml
index 7bbd4a8..9913952 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-RC1-SNAPSHOT
+          image: docker.io/apache/camel-k:1.0.0-RC1
           command:
           - kamel
           - operator
diff --git a/deploy/resources.go b/deploy/resources.go
index cec53a4..73c64f7 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -4165,7 +4165,7 @@ spec:
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:1.0.0-RC1-SNAPSHOT
+          image: docker.io/apache/camel-k:1.0.0-RC1
           command:
           - kamel
           - operator
diff --git a/pkg/util/defaults/defaults.go b/pkg/util/defaults/defaults.go
index 7f88f56..5071628 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-RC1-SNAPSHOT"
+	Version = "1.0.0-RC1"
 
 	// DefaultCamelVersion --
 	DefaultCamelVersion = "3.0.0"
diff --git a/script/Makefile b/script/Makefile
index 163bcf6..dc42ec0 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-RC1-SNAPSHOT
+VERSION := 1.0.0-RC1
 LAST_RELEASED_VERSION := 1.0.0-M4
 RUNTIME_VERSION := 1.0.9
 CAMEL_VERSION := 3.0.0