Skip to content

Commit

Permalink
Next is 1.10.2-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <[email protected]>
  • Loading branch information
oscerd committed Oct 13, 2022
1 parent 0623619 commit 1c3da65
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
8 changes: 4 additions & 4 deletions config/manifests/bases/camel-k.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ metadata:
categories: Integration & Delivery
certified: "false"
containerImage: docker.io/apache/camel-k:1.10.2-SNAPSHOT
createdAt: 2022-09-07T08:57:35Z
createdAt: 2022-10-13T09:04:01Z
description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
with serverless superpowers.
operators.operatorframework.io/builder: operator-sdk-v1.3.0
operators.operatorframework.io/internal-objects: '["builds.camel.apache.org","integrationkits.camel.apache.org","camelcatalogs.camel.apache.org"]'
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
repository: https://github.com/apache/camel-k
support: Camel
name: camel-k.v1.10.1
name: camel-k.v1.10.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -153,8 +153,8 @@ spec:
minKubeVersion: 1.11.0
provider:
name: The Apache Software Foundation
replaces: camel-k-operator.v1.10.0
replaces: camel-k-operator.v1.10.1
selector:
matchLabels:
name: camel-k-operator
version: 1.10.1
version: 1.10.2
4 changes: 4 additions & 0 deletions config/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ resources:

patchesStrategicMerge:
- patch-delete-user-cluster-role.yaml
images:
- name: docker.io/apache/camel-k
newName: docker.io/apache/camel-k
newTag: 1.10.2-SNAPSHOT
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.10.1-SNAPSHOT"
Version = "1.10.2-SNAPSHOT"

// DefaultRuntimeVersion --
DefaultRuntimeVersion = "1.15.0"
Expand Down
4 changes: 2 additions & 2 deletions script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# limitations under the License.

VERSIONFILE := pkg/util/defaults/defaults.go
VERSION ?= 1.10.1-SNAPSHOT
VERSION ?= 1.10.2-SNAPSHOT
LAST_RELEASED_IMAGE_NAME := camel-k-operator
LAST_RELEASED_VERSION ?= 1.10.0
LAST_RELEASED_VERSION ?= 1.10.1
RUNTIME_VERSION := 1.15.0
BUILDAH_VERSION := 1.23.3
KANIKO_VERSION := 0.17.1
Expand Down

0 comments on commit 1c3da65

Please sign in to comment.