Skip to content

Commit

Permalink
Bump version to 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
udnay committed Oct 4, 2024
1 parent 49e1082 commit b8f1528
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [Unreleased](https://github.com/cockroachdb/cockroach-operator/compare/v2.14.0...master)
# [Unreleased](https://github.com/cockroachdb/cockroach-operator/compare/v2.15.0...master)

# [v2.15.0](https://github.com/cockroachdb/cockroach-operator/compare/v2.14.0...v2.15.0)

# [v2.14.0](https://github.com/cockroachdb/cockroach-operator/compare/v2.13.0...v2.14.0)

Expand Down
4 changes: 1 addition & 3 deletions config/manager/patches/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: cockroach-operator
image: cockroachdb/cockroach-operator:v2.14.0
image: cockroachdb/cockroach-operator:v2.15.0
env:
- name: RELATED_IMAGE_COCKROACH_v20_1_4
value: cockroachdb/cockroach:v20.1.4
Expand Down Expand Up @@ -282,8 +282,6 @@ spec:
value: cockroachdb/cockroach:v23.1.25
- name: RELATED_IMAGE_COCKROACH_v23_1_26
value: cockroachdb/cockroach:v23.1.26
- name: RELATED_IMAGE_COCKROACH_v23_1_27
value: cockroachdb/cockroach:v23.1.27
- name: RELATED_IMAGE_COCKROACH_v23_2_0
value: cockroachdb/cockroach:v23.2.0
- name: RELATED_IMAGE_COCKROACH_v23_2_1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,6 @@ spec:
name: RELATED_IMAGE_COCKROACH_v23_1_25
- image: registry.connect.redhat.com/cockroachdb/cockroach@sha256:d467383af41aa80c26172964c34152abeba45121599804e502984655b72179f0
name: RELATED_IMAGE_COCKROACH_v23_1_26
- image: registry.connect.redhat.com/cockroachdb/cockroach@sha256:19f36f53f7da67755eb86da77098c5eeb84b381f9c18aa29ba573793dc498564
name: RELATED_IMAGE_COCKROACH_v23_1_27
- image: registry.connect.redhat.com/cockroachdb/cockroach@sha256:56109e57ee0379cf48644bcf8226a9238e01139cacc5499002c99f973f121911
name: RELATED_IMAGE_COCKROACH_v23_2_0
- image: registry.connect.redhat.com/cockroachdb/cockroach@sha256:4e5f7df1dc1e1db398c36d590431e7e5782897b209972d8e9e4671971c10d1b6
Expand Down
2 changes: 0 additions & 2 deletions config/manifests/patches/deployment_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,6 @@ spec:
value: registry.connect.redhat.com/cockroachdb/cockroach@sha256:29abb169ffefe36f6d69edd438a7135ee23059cedab8f87ad3b2d52361b96b35
- name: RELATED_IMAGE_COCKROACH_v23_1_26
value: registry.connect.redhat.com/cockroachdb/cockroach@sha256:d467383af41aa80c26172964c34152abeba45121599804e502984655b72179f0
- name: RELATED_IMAGE_COCKROACH_v23_1_27
value: registry.connect.redhat.com/cockroachdb/cockroach@sha256:19f36f53f7da67755eb86da77098c5eeb84b381f9c18aa29ba573793dc498564
- name: RELATED_IMAGE_COCKROACH_v23_2_0
value: registry.connect.redhat.com/cockroachdb/cockroach@sha256:56109e57ee0379cf48644bcf8226a9238e01139cacc5499002c99f973f121911
- name: RELATED_IMAGE_COCKROACH_v23_2_1
Expand Down
4 changes: 1 addition & 3 deletions install/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -640,8 +640,6 @@ spec:
value: cockroachdb/cockroach:v23.1.25
- name: RELATED_IMAGE_COCKROACH_v23_1_26
value: cockroachdb/cockroach:v23.1.26
- name: RELATED_IMAGE_COCKROACH_v23_1_27
value: cockroachdb/cockroach:v23.1.27
- name: RELATED_IMAGE_COCKROACH_v23_2_0
value: cockroachdb/cockroach:v23.2.0
- name: RELATED_IMAGE_COCKROACH_v23_2_1
Expand Down Expand Up @@ -694,7 +692,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: cockroachdb/cockroach-operator:v2.14.0
image: cockroachdb/cockroach-operator:v2.15.0
imagePullPolicy: IfNotPresent
name: cockroach-operator
resources:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.14.0
2.15.0

0 comments on commit b8f1528

Please sign in to comment.