Skip to content

Commit

Permalink
Release 1.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jul 25, 2019
1 parent 419950e commit 0e477f4
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
certified: "false"
containerImage: docker.io/apache/camel-k:1.0.0-M1-SNAPSHOT
containerImage: docker.io/apache/camel-k:1.0.0-M1
createdAt: "2019-05-06T16: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-M1-SNAPSHOT
name: camel-k-operator.v1.0.0-M1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -166,7 +166,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: docker.io/apache/camel-k:1.0.0-M1-SNAPSHOT
image: docker.io/apache/camel-k:1.0.0-M1
imagePullPolicy: IfNotPresent
name: camel-k-operator
resources: {}
Expand Down Expand Up @@ -379,4 +379,4 @@ spec:
selector:
matchLabels:
name: camel-k-operator
version: 1.0.0-M1-SNAPSHOT
version: 1.0.0-M1
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 @@ -18,4 +18,4 @@
packageName: camel-k
channels:
- name: alpha
currentCSV: camel-k-operator.v1.0.0-M1-SNAPSHOT
currentCSV: camel-k-operator.v1.0.0-M1
2 changes: 1 addition & 1 deletion deploy/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
image: docker.io/apache/camel-k:1.0.0-M1-SNAPSHOT
image: docker.io/apache/camel-k:1.0.0-M1
command:
- camel-k
imagePullPolicy: IfNotPresent
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.

4 changes: 2 additions & 2 deletions pkg/util/defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ package defaults

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

// CamelVersionConstraint --
CamelVersionConstraint = ">=3.0.0-M4"

// RuntimeVersion --
RuntimeVersion = "1.0.0-SNAPSHOT"
RuntimeVersion = "1.0.0"

// BaseImage --
BaseImage = "fabric8/s2i-java:3.0-java8"
Expand Down
4 changes: 2 additions & 2 deletions script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# limitations under the License.

VERSIONFILE := pkg/util/defaults/defaults.go
VERSION := 1.0.0-M1-SNAPSHOT
RUNTIME_VERSION := 1.0.0-SNAPSHOT
VERSION := 1.0.0-M1
RUNTIME_VERSION := 1.0.0
CAMEL_VERSION := 3.0.0-M4
CAMEL_VERSION_CONSTRAINT := >=3.0.0-M4
BASE_IMAGE := fabric8/s2i-java:3.0-java8
Expand Down

0 comments on commit 0e477f4

Please sign in to comment.