Skip to content

Commit 58e87a7

Browse files
authored
Merge pull request #231 from cockroachdb/bump-to-v21.2.7
Update version to v21.2.7
2 parents aa31d45 + 0ffa63d commit 58e87a7

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

cockroachdb/Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
# Generated file, DO NOT EDIT. Source: build/templates/Chart.yaml
12
apiVersion: v1
23
name: cockroachdb
34
home: https://www.cockroachlabs.com
4-
version: 7.0.0
5-
appVersion: 21.2.6
5+
version: 7.0.1
6+
appVersion: 21.2.7
67
description: CockroachDB is a scalable, survivable, strongly-consistent SQL database.
78
icon: https://raw.githubusercontent.com/cockroachdb/cockroach/master/docs/media/cockroach_db.png
89
sources:

cockroachdb/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!--- Generated file, DO NOT EDIT. Source: build/templates/README.md --->
12
# CockroachDB Helm Chart
23

34
[CockroachDB](https://github.com/cockroachdb/cockroach) - the open source, cloud-native distributed SQL database.
@@ -228,10 +229,10 @@ kubectl get pods \
228229
```
229230

230231
```
231-
my-release-cockroachdb-0 cockroachdb/cockroach:v21.2.6
232-
my-release-cockroachdb-1 cockroachdb/cockroach:v21.2.6
233-
my-release-cockroachdb-2 cockroachdb/cockroach:v21.2.6
234-
my-release-cockroachdb-3 cockroachdb/cockroach:v21.2.6
232+
my-release-cockroachdb-0 cockroachdb/cockroach:v21.2.7
233+
my-release-cockroachdb-1 cockroachdb/cockroach:v21.2.7
234+
my-release-cockroachdb-2 cockroachdb/cockroach:v21.2.7
235+
my-release-cockroachdb-3 cockroachdb/cockroach:v21.2.7
235236
```
236237

237238
Resume normal operations. Once you are comfortable that the stability and performance of the cluster is what you'd expect post-upgrade, finalize the upgrade:
@@ -286,7 +287,7 @@ Verify that no pod is deleted and then upgrade as normal. A new StatefulSet will
286287

287288
For more information about upgrading a cluster to the latest major release of CockroachDB, see [Upgrade to CockroachDB v21.1](https://www.cockroachlabs.com/docs/stable/upgrade-cockroach-version.html).
288289

289-
Note that there are some backward-incompatible changes to SQL features between versions 20.2 and 21.1. For details, see the [CockroachDB v21.2.6 release notes](https://www.cockroachlabs.com/docs/releases/v21.2.6.html#backward-incompatible-changes).
290+
Note that there are some backward-incompatible changes to SQL features between versions 20.2 and 21.1. For details, see the [CockroachDB v21.2.7 release notes](https://www.cockroachlabs.com/docs/releases/v21.2.7.html#backward-incompatible-changes).
290291

291292
## Configuration
292293

@@ -315,7 +316,7 @@ For details see the [`values.yaml`](values.yaml) file.
315316
| `conf.store.size` | CockroachDB storage size | `""` |
316317
| `conf.store.attrs` | CockroachDB storage attributes | `""` |
317318
| `image.repository` | Container image name | `cockroachdb/cockroach` |
318-
| `image.tag` | Container image tag | `v21.2.6` |
319+
| `image.tag` | Container image tag | `v21.2.7` |
319320
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
320321
| `image.credentials` | `registry`, `user` and `pass` credentials to pull private image | `{}` |
321322
| `statefulset.replicas` | StatefulSet replicas number | `3` |

cockroachdb/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
# Generated file, DO NOT EDIT. Source: build/templates/values.yaml
12
image:
23
repository: cockroachdb/cockroach
3-
tag: v21.2.6
4+
tag: v21.2.7
45
pullPolicy: IfNotPresent
56
credentials: {}
67
# registry: docker.io

0 commit comments

Comments
 (0)