Skip to content

Commit

Permalink
Release 1.0.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Oct 18, 2019
1 parent 642b0b4 commit 37ca6c8
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 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-M3-SNAPSHOT
containerImage: docker.io/apache/camel-k:1.0.0-M3
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-m3-SNAPSHOT
name: camel-k-operator.v1.0.0-m3
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-M3-SNAPSHOT
image: docker.io/apache/camel-k:1.0.0-M3
imagePullPolicy: IfNotPresent
name: camel-k-operator
resources: {}
Expand Down
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-M3-SNAPSHOT
image: docker.io/apache/camel-k:1.0.0-M3
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 @@ -22,7 +22,7 @@ package defaults

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

// DefaultCamelVersion --
DefaultCamelVersion = "3.0.0-RC1"
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-M3-SNAPSHOT
LAST_RELEASED_VERSION := 1.0.0-M1
VERSION := 1.0.0-M3
LAST_RELEASED_VERSION := 1.0.0-M2
RUNTIME_VERSION := 1.0.5
RUNTIME_VERSION_CONSTRAINT := >=1.0.5
CAMEL_VERSION := 3.0.0-RC1
Expand Down

0 comments on commit 37ca6c8

Please sign in to comment.