Skip to content

Commit

Permalink
Release 1.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Feb 24, 2020
1 parent 3f4f482 commit 24ddce5
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down Expand Up @@ -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: {}
Expand Down Expand Up @@ -416,4 +416,4 @@ spec:
selector:
matchLabels:
name: camel-k-operator
version: 1.0.0-rc2-snapshot
version: 1.0.0-rc2
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-rc2-snapshot
- currentCSV: camel-k-operator.v1.0.0-rc2
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-RC2-SNAPSHOT
image: docker.io/apache/camel-k:1.0.0-RC2
command:
- kamel
- operator
Expand Down
8 changes: 4 additions & 4 deletions 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 helm/camel-k/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion helm/camel-k/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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-RC2-SNAPSHOT"
Version = "1.0.0-RC2"

// DefaultRuntimeVersion --
DefaultRuntimeVersion = "1.1.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-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
Expand Down

0 comments on commit 24ddce5

Please sign in to comment.