Skip to content

Commit

Permalink
preparing for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jun 25, 2020
1 parent be8c034 commit 82ec7e9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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
image: docker.io/apache/camel-k:1.0.1
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 helm/camel-k/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ version: 0.3.1

# 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.1-SNAPSHOT
appVersion: 1.0.1

icon: https://github.com/apache/camel/raw/master/docs/img/logo64-d.png
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,7 +23,7 @@ nameOverride: ""
fullnameOverride: ""

operator:
image: docker.io/apache/camel-k:1.0.1-SNAPSHOT
image: docker.io/apache/camel-k:1.0.1

platform:
build:
Expand Down
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.1-SNAPSHOT"
Version = "1.0.1"

// DefaultRuntimeVersion --
DefaultRuntimeVersion = "1.3.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.1-SNAPSHOT
VERSION := 1.0.1
LAST_RELEASED_VERSION := 1.0.0
RUNTIME_VERSION := 1.3.0
BUILDAH_VERSION := 1.14.0
Expand Down

0 comments on commit 82ec7e9

Please sign in to comment.