Skip to content

Commit

Permalink
chore: bump next version to 2.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Oct 24, 2023
1 parent 426e786 commit a0f012d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions config/manager/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
name: camel-k-operator
app.kubernetes.io/component: operator
app.kubernetes.io/name: camel-k
app.kubernetes.io/version: "2.1.0"
app.kubernetes.io/version: "2.1.1-SNAPSHOT"
spec:
replicas: 1
strategy:
Expand All @@ -41,12 +41,12 @@ spec:
app: "camel-k"
app.kubernetes.io/component: operator
app.kubernetes.io/name: camel-k
app.kubernetes.io/version: "2.1.0"
app.kubernetes.io/version: "2.1.1-SNAPSHOT"
spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
image: docker.io/apache/camel-k:2.1.0
image: docker.io/apache/camel-k:2.1.1-SNAPSHOT
imagePullPolicy: IfNotPresent
command:
- kamel
Expand Down
10 changes: 5 additions & 5 deletions config/manifests/bases/camel-k.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ metadata:
capabilities: Full Lifecycle
categories: Integration & Delivery
certified: "false"
containerImage: docker.io/apache/camel-k:2.1.0
createdAt: 2023-10-16T08:21:55Z
containerImage: docker.io/apache/camel-k:2.1.1-SNAPSHOT
createdAt: 2023-10-24T07:56:10Z
description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
with serverless superpowers.
operators.operatorframework.io/builder: operator-sdk-v1.16.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.v2.1.0
name: camel-k.v2.1.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -163,8 +163,8 @@ spec:
minKubeVersion: 1.11.0
provider:
name: The Apache Software Foundation
replaces: camel-k-operator.v2.0.1
replaces: camel-k-operator.v2.1.0
selector:
matchLabels:
name: camel-k-operator
version: 2.1.0
version: 2.1.1
2 changes: 1 addition & 1 deletion config/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ patchesStrategicMerge:
images:
- name: docker.io/apache/camel-k
newName: docker.io/apache/camel-k
newTag: 2.1.0-SNAPSHOT
newTag: 2.1.1-SNAPSHOT
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.13.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: 2.1.0
appVersion: 2.1.1-SNAPSHOT

icon: https://github.com/apache/camel/raw/main/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:2.1.0
image: docker.io/apache/camel-k:2.1.1-SNAPSHOT
global: "false"
resources: {}
securityContext: {}
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 = "2.1.0"
Version = "2.1.1-SNAPSHOT"

// DefaultRuntimeVersion --
DefaultRuntimeVersion = "3.2.0"
Expand Down
4 changes: 2 additions & 2 deletions script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
SHELL := /bin/bash

VERSIONFILE := pkg/util/defaults/defaults.go
VERSION ?= 2.1.0
VERSION ?= 2.1.1-SNAPSHOT
LAST_RELEASED_IMAGE_NAME := camel-k-operator
LAST_RELEASED_VERSION ?= 2.0.1
LAST_RELEASED_VERSION ?= 2.1.0
DEFAULT_RUNTIME_VERSION := 3.2.0
BUILDAH_VERSION := 1.30.0
KANIKO_VERSION := 1.9.1
Expand Down

0 comments on commit a0f012d

Please sign in to comment.