Skip to content

Commit 58abbe6

Browse files
authored
Bump version to 2.17.0 (#1083)
1 parent f109a91 commit 58abbe6

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
# [Unreleased](https://github.com/cockroachdb/cockroach-operator/compare/v2.16.1...master)
8+
# [Unreleased](https://github.com/cockroachdb/cockroach-operator/compare/v2.17.0...master)
9+
10+
# [v2.17.0](https://github.com/cockroachdb/cockroach-operator/compare/v2.16.1...v2.17.0)
11+
* Added support for linux/arm64 images.
12+
* Added support for TerminationGracePeriodSeconds in statefulset.
13+
* Upgraded underlying dependencies for cockroach-operator.
914

1015
# [v2.16.1](https://github.com/cockroachdb/cockroach-operator/compare/v2.16.0...v2.16.1)
1116
* Increased memory limits for the version checker job

config/manager/patches/image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
spec:
2525
containers:
2626
- name: cockroach-operator
27-
image: cockroachdb/cockroach-operator:v2.16.1
27+
image: cockroachdb/cockroach-operator:v2.17.0
2828
env:
2929
- name: RELATED_IMAGE_COCKROACH_v21_1_0
3030
value: cockroachdb/cockroach:v21.1.0

install/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ spec:
687687
valueFrom:
688688
fieldRef:
689689
fieldPath: metadata.namespace
690-
image: cockroachdb/cockroach-operator:v2.16.1
690+
image: cockroachdb/cockroach-operator:v2.17.0
691691
imagePullPolicy: IfNotPresent
692692
name: cockroach-operator
693693
resources:

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.16.1
1+
2.17.0

0 commit comments

Comments
 (0)