Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: released CockroachDB version 23.1.9. Next version: 23.1.10 #110197

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
4 changes: 2 additions & 2 deletions cloud/kubernetes/bring-your-own-certs/client.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/bring-your-own-certs/client.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/bring-your-own-certs/client.yaml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these changes expected/desirable? If yes, LGTM

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're good to merge this PR once checks pass 👍🏼 :shipit:

This is expected:

  • Previously this was generated from a dev's local machine/repository.
  • Now this is being generated from a TC job (sandbox environment where this repository is installed in order to generate this PR)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can improve this by removing the prefix.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# This config file demonstrates how to connect to the CockroachDB StatefulSet
# defined in bring-your-own-certs-statefulset.yaml that uses certificates
# created outside of Kubernetes. See that file for why you may want to use it.
Expand All @@ -20,7 +20,7 @@ spec:
serviceAccountName: cockroachdb
containers:
- name: cockroachdb-client
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
# Keep a pod open indefinitely so kubectl exec can be used to get a shell to it
# and run cockroach client commands, such as cockroach sql, cockroach node status, etc.
command:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/bring-your-own-certs/cockroachdb-statefulset.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/bring-your-own-certs/cockroachdb-statefulset.yaml
# This config file defines a CockroachDB StatefulSet that uses certificates
# created outside of Kubernetes. You may want to use it if you want to use a
# different certificate authority from the one being used by Kubernetes or if
Expand Down Expand Up @@ -153,7 +153,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: cockroachdb
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
# TODO: Change these to appropriate values for the hardware that you're running. You can see
# the resources that can be allocated on each of your Kubernetes nodes by running:
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/client-secure.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/client-secure.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/client-secure.yaml
apiVersion: v1
kind: Pod
metadata:
Expand Down Expand Up @@ -32,7 +32,7 @@ spec:
mountPath: /cockroach-certs
containers:
- name: cockroachdb-client
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
volumeMounts:
- name: client-certs
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/cluster-init-secure.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/cluster-init-secure.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/cluster-init-secure.yaml
apiVersion: batch/v1
kind: Job
metadata:
Expand Down Expand Up @@ -34,7 +34,7 @@ spec:
mountPath: /cockroach-certs
containers:
- name: cluster-init
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
volumeMounts:
- name: client-certs
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/cluster-init.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/cluster-init.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/cluster-init.yaml
apiVersion: batch/v1
kind: Job
metadata:
Expand All @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: cluster-init
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
command:
- "/cockroach/cockroach"
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/cockroachdb-statefulset-secure.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/cockroachdb-statefulset-secure.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/cockroachdb-statefulset-secure.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down Expand Up @@ -195,7 +195,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: cockroachdb
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
# TODO: Change these to appropriate values for the hardware that you're running. You can see
# the resources that can be allocated on each of your Kubernetes nodes by running:
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/cockroachdb-statefulset.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/cockroachdb-statefulset.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/cockroachdb-statefulset.yaml
apiVersion: v1
kind: Service
metadata:
Expand Down Expand Up @@ -98,7 +98,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: cockroachdb
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
# TODO: Change these to appropriate values for the hardware that you're running. You can see
# the resources that can be allocated on each of your Kubernetes nodes by running:
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/multiregion/client-secure.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/multiregion/client-secure.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/multiregion/client-secure.yaml
apiVersion: v1
kind: Pod
metadata:
Expand All @@ -9,7 +9,7 @@ spec:
serviceAccountName: cockroachdb
containers:
- name: cockroachdb-client
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
volumeMounts:
- name: client-certs
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/multiregion/cluster-init-secure.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/multiregion/cluster-init-secure.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/multiregion/cluster-init-secure.yaml
apiVersion: batch/v1
kind: Job
metadata:
Expand All @@ -11,7 +11,7 @@ spec:
serviceAccountName: cockroachdb
containers:
- name: cluster-init
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
volumeMounts:
- name: client-certs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/multiregion/cockroachdb-statefulset-secure.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/multiregion/cockroachdb-statefulset-secure.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down Expand Up @@ -167,7 +167,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: cockroachdb
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
ports:
- containerPort: 26257
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/multiregion/eks/cockroachdb-statefulset-secure-eks.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/multiregion/eks/cockroachdb-statefulset-secure-eks.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down Expand Up @@ -185,7 +185,7 @@ spec:
name: cockroach-env
containers:
- name: cockroachdb
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
# TODO: Change these to appropriate values for the hardware that you're running. You can see
# the resources that can be allocated on each of your Kubernetes nodes by running:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/performance/cockroachdb-daemonset-insecure.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/performance/cockroachdb-daemonset-insecure.yaml
# This configuration file sets up a DaemonSet running CockroachDB in insecure
# mode. For more information on why you might want to use a DaemonSet instead
# of a StatefulSet, see our docs:
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
hostNetwork: true
containers:
- name: cockroachdb
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
# TODO: If you configured taints to give CockroachDB exclusive access to nodes, feel free
# to remove the requests and limits sections. If you didn't, you'll need to change these to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/performance/cockroachdb-daemonset-secure.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/performance/cockroachdb-daemonset-secure.yaml
# This configuration file sets up a secure DaemonSet running CockroachDB.
# For more information on why you might want to use a DaemonSet instead
# of a StatefulSet, see our docs:
Expand Down Expand Up @@ -198,7 +198,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: cockroachdb
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
# TODO: If you configured taints to give CockroachDB exclusive access to nodes, feel free
# to remove the requests and limits sections. If you didn't, you'll need to change these to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/performance/cockroachdb-statefulset-insecure.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/performance/cockroachdb-statefulset-insecure.yaml
# This configuration file sets up an insecure StatefulSet running CockroachDB with
# tweaks to make it more performant than our default configuration files. All
# changes from the default insecure configuration have been marked with a comment
Expand Down Expand Up @@ -141,7 +141,7 @@ spec:
- name: cockroachdb
# NOTE: Always use the most recent version of CockroachDB for the best
# performance and reliability.
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
# TODO: Change these to appropriate values for the hardware that you're running. You can see
# the resources that can be allocated on each of your Kubernetes nodes by running:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/performance/cockroachdb-statefulset-secure.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/performance/cockroachdb-statefulset-secure.yaml
# This configuration file sets up a secure StatefulSet running CockroachDB with
# tweaks to make it more performant than our default configuration files. All
# changes from the default secure configuration have been marked with a comment
Expand Down Expand Up @@ -232,7 +232,7 @@ spec:
- name: cockroachdb
# NOTE: Always use the most recent version of CockroachDB for the best
# performance and reliability.
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
# TODO: Change these to appropriate values for the hardware that you're running. You can see
# the resources that can be allocated on each of your Kubernetes nodes by running:
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/v1.6/client-secure.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/v1.6/client-secure.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/v1.6/client-secure.yaml
apiVersion: v1
kind: Pod
metadata:
Expand Down Expand Up @@ -32,7 +32,7 @@ spec:
mountPath: /cockroach-certs
containers:
- name: cockroachdb-client
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
volumeMounts:
- name: client-certs
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/v1.6/cluster-init-secure.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/v1.6/cluster-init-secure.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/v1.6/cluster-init-secure.yaml
apiVersion: batch/v1
kind: Job
metadata:
Expand Down Expand Up @@ -34,7 +34,7 @@ spec:
mountPath: /cockroach-certs
containers:
- name: cluster-init
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
volumeMounts:
- name: client-certs
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/v1.6/cluster-init.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/v1.6/cluster-init.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/v1.6/cluster-init.yaml
apiVersion: batch/v1
kind: Job
metadata:
Expand All @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: cluster-init
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
command:
- "/cockroach/cockroach"
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/v1.6/cockroachdb-statefulset-secure.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/v1.6/cockroachdb-statefulset-secure.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/v1.6/cockroachdb-statefulset-secure.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down Expand Up @@ -178,7 +178,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: cockroachdb
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
ports:
- containerPort: 26257
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/v1.6/cockroachdb-statefulset.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/v1.6/cockroachdb-statefulset.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/v1.6/cockroachdb-statefulset.yaml
apiVersion: v1
kind: Service
metadata:
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: cockroachdb
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
ports:
- containerPort: 26257
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/v1.7/client-secure.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/v1.7/client-secure.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/v1.7/client-secure.yaml
apiVersion: v1
kind: Pod
metadata:
Expand Down Expand Up @@ -32,7 +32,7 @@ spec:
mountPath: /cockroach-certs
containers:
- name: cockroachdb-client
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
volumeMounts:
- name: client-certs
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/v1.7/cluster-init-secure.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/v1.7/cluster-init-secure.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/v1.7/cluster-init-secure.yaml
apiVersion: batch/v1
kind: Job
metadata:
Expand Down Expand Up @@ -34,7 +34,7 @@ spec:
mountPath: /cockroach-certs
containers:
- name: cluster-init
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
volumeMounts:
- name: client-certs
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/v1.7/cluster-init.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/v1.7/cluster-init.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/v1.7/cluster-init.yaml
apiVersion: batch/v1
kind: Job
metadata:
Expand All @@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: cluster-init
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
command:
- "/cockroach/cockroach"
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/v1.7/cockroachdb-statefulset-secure.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/v1.7/cockroachdb-statefulset-secure.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/v1.7/cockroachdb-statefulset-secure.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down Expand Up @@ -190,7 +190,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: cockroachdb
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
ports:
- containerPort: 26257
Expand Down
4 changes: 2 additions & 2 deletions cloud/kubernetes/v1.7/cockroachdb-statefulset.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated file, DO NOT EDIT. Source: cloud/kubernetes/templates/v1.7/cockroachdb-statefulset.yaml
# Generated file, DO NOT EDIT. Source: cockroachdb_cockroach_master/cloud/kubernetes/templates/v1.7/cockroachdb-statefulset.yaml
apiVersion: v1
kind: Service
metadata:
Expand Down Expand Up @@ -93,7 +93,7 @@ spec:
topologyKey: kubernetes.io/hostname
containers:
- name: cockroachdb
image: cockroachdb/cockroach:v23.1.8
image: cockroachdb/cockroach:v23.1.9
imagePullPolicy: IfNotPresent
ports:
- containerPort: 26257
Expand Down