Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ 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.16.1...master)
# [Unreleased](https://github.com/cockroachdb/cockroach-operator/compare/v2.17.0...master)

# [v2.17.0](https://github.com/cockroachdb/cockroach-operator/compare/v2.16.1...v2.17.0)
* Added support for linux/arm64 images.
* Added support for TerminationGracePeriodSeconds in statefulset.
* Upgraded underlying dependencies for cockroach-operator.

# [v2.16.1](https://github.com/cockroachdb/cockroach-operator/compare/v2.16.0...v2.16.1)
* Increased memory limits for the version checker job
Expand Down
2 changes: 1 addition & 1 deletion 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.16.1
image: cockroachdb/cockroach-operator:v2.17.0
env:
- name: RELATED_IMAGE_COCKROACH_v21_1_0
value: cockroachdb/cockroach:v21.1.0
Expand Down
2 changes: 1 addition & 1 deletion install/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: cockroachdb/cockroach-operator:v2.16.1
image: cockroachdb/cockroach-operator:v2.17.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.16.1
2.17.0