Skip to content

Commit

Permalink
Release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Mar 19, 2021
1 parent 0aa9e98 commit 619900d
Show file tree
Hide file tree
Showing 18 changed files with 1,640 additions and 1,640 deletions.
3,250 changes: 1,625 additions & 1,625 deletions deploy/camel-catalog-1.6.0.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deploy/olm-catalog/camel-k-dev/camel-k-dev.package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# ---------------------------------------------------------------------------

channels:
- currentCSV: camel-k-operator.v1.3.1-snapshot
- currentCSV: camel-k-operator.v1.3.1
name: stable
defaultChannel: stable
packageName: camel-k-dev
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.3.2-SNAPSHOT
image: docker.io/apache/camel-k:1.3.2
imagePullPolicy: IfNotPresent
command:
- kamel
Expand Down
6 changes: 3 additions & 3 deletions deploy/resources.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.13

require (
github.com/Masterminds/semver v1.5.0
github.com/apache/camel-k/pkg/apis/camel v1.3.0
github.com/apache/camel-k/pkg/client/camel v1.3.0
github.com/apache/camel-k/pkg/kamelet/repository v1.3.0
github.com/apache/camel-k/pkg/apis/camel v1.3.2
github.com/apache/camel-k/pkg/client/camel v1.3.2
github.com/apache/camel-k/pkg/kamelet/repository v1.3.2
github.com/container-tools/spectrum v0.3.2
github.com/evanphx/json-patch v4.9.0+incompatible
github.com/fatih/structs v1.1.0
Expand Down
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.5.2

# 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.3.2-SNAPSHOT
appVersion: 1.3.2

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.3.2-SNAPSHOT
image: docker.io/apache/camel-k:1.3.2

platform:
build:
Expand Down
2 changes: 1 addition & 1 deletion pkg/client/camel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/apache/camel-k/pkg/client/camel
go 1.13

require (
github.com/apache/camel-k/pkg/apis/camel v1.3.0
github.com/apache/camel-k/pkg/apis/camel v1.3.2
k8s.io/apimachinery v0.18.9
k8s.io/client-go v0.18.9
k8s.io/code-generator v0.18.9 // indirect
Expand Down
4 changes: 2 additions & 2 deletions pkg/kamelet/repository/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/apache/camel-k/pkg/kamelet/repository
go 1.13

require (
github.com/apache/camel-k/pkg/apis/camel v1.3.0
github.com/apache/camel-k/pkg/client/camel v1.3.0
github.com/apache/camel-k/pkg/apis/camel v1.3.2
github.com/apache/camel-k/pkg/client/camel v1.3.2
github.com/google/go-github/v32 v32.1.0
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
github.com/stretchr/testify v1.5.1
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.3.2-SNAPSHOT"
Version = "1.3.2"

// DefaultRuntimeVersion --
DefaultRuntimeVersion = "1.6.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.3.2-SNAPSHOT
VERSION := 1.3.2
OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION))
LAST_RELEASED_VERSION := 1.3.1
RUNTIME_VERSION := 1.6.0
Expand Down

0 comments on commit 619900d

Please sign in to comment.