Skip to content

Commit b9855e2

Browse files
committed
chore(release): preparing for tag v2.8.0
1 parent 56a893c commit b9855e2

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

pkg/resources/config/manager/operator-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metadata:
2525
name: camel-k-operator
2626
app.kubernetes.io/component: operator
2727
app.kubernetes.io/name: camel-k
28-
app.kubernetes.io/version: "2.8.0-SNAPSHOT"
28+
app.kubernetes.io/version: "2.8.0"
2929
spec:
3030
replicas: 1
3131
strategy:
@@ -41,12 +41,12 @@ spec:
4141
app: "camel-k"
4242
app.kubernetes.io/component: operator
4343
app.kubernetes.io/name: camel-k
44-
app.kubernetes.io/version: "2.8.0-SNAPSHOT"
44+
app.kubernetes.io/version: "2.8.0"
4545
spec:
4646
serviceAccountName: camel-k-operator
4747
containers:
4848
- name: camel-k-operator
49-
image: docker.io/apache/camel-k:2.8.0-SNAPSHOT
49+
image: docker.io/apache/camel-k:2.8.0
5050
imagePullPolicy: IfNotPresent
5151
command:
5252
- kamel

pkg/resources/config/manifests/bases/camel-k.clusterserviceversion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ metadata:
2222
capabilities: Full Lifecycle
2323
categories: Integration & Delivery
2424
certified: "false"
25-
containerImage: docker.io/apache/camel-k:2.8.0-SNAPSHOT
26-
createdAt: 2025-06-25T11:18:06Z
25+
containerImage: docker.io/apache/camel-k:2.8.0
26+
createdAt: 2025-09-16T14:50:42Z
2727
description: Apache Camel K is a lightweight integration platform, born on Kubernetes,
2828
with serverless superpowers.
2929
operators.operatorframework.io/builder: operator-sdk-v1.16.0

pkg/resources/config/manifests/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ resources:
3434
images:
3535
- name: docker.io/apache/camel-k
3636
newName: docker.io/apache/camel-k
37-
newTag: 2.8.0-SNAPSHOT
37+
newTag: 2.8.0

pkg/util/defaults/defaults.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ package defaults
2323

2424
const (
2525
// Version --
26-
Version = "2.8.0-SNAPSHOT"
26+
Version = "2.8.0"
2727

2828
// DefaultRuntimeVersion --
2929
DefaultRuntimeVersion = "3.15.3"
3030

3131
// baseImage --
32-
baseImage = "eclipse-temurin:17-jdk"
32+
baseImage = "eclipse-temurin:21-jdk"
3333

3434
// LocalRepository --
3535
LocalRepository = "/etc/maven/m2"

script/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PROJECT_PATH := $(patsubst %/,%,$(dir $(MKFILE_PATH)))
2424
LOCALBIN := $(PROJECT_PATH)/bin
2525

2626
VERSIONFILE := pkg/util/defaults/defaults.go
27-
VERSION ?= 2.8.0-SNAPSHOT
27+
VERSION ?= 2.8.0
2828
LAST_RELEASED_IMAGE_NAME := camel-k-operator
2929
LAST_RELEASED_VERSION ?= 2.7.0
3030
DEFAULT_RUNTIME_VERSION := 3.15.3

0 commit comments

Comments
 (0)