Skip to content

Commit

Permalink
Release 1.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Dec 20, 2019
1 parent aaf63fa commit f448eb9
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down Expand Up @@ -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: {}
Expand Down Expand Up @@ -399,4 +399,4 @@ spec:
selector:
matchLabels:
name: camel-k-operator
version: 1.0.0-rc1-snapshot
version: 1.0.0-rc1
2 changes: 1 addition & 1 deletion deploy/olm-catalog/camel-k/camel-k.package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion deploy/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/util/defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package defaults

const (
// Version --
Version = "1.0.0-RC1-SNAPSHOT"
Version = "1.0.0-RC1"

// DefaultCamelVersion --
DefaultCamelVersion = "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f448eb9

Please sign in to comment.