Skip to content

Commit 7833207

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent 167c9b6 commit 7833207

9 files changed

Lines changed: 1480 additions & 153 deletions

File tree

definitions/cassandra.datastax.com/cassandradatacenter.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,14 @@ spec:
344344
- serverSecretName
345345
type: object
346346
type: object
347+
maxUnavailable:
348+
anyOf:
349+
- type: integer
350+
- type: string
351+
description: |-
352+
MaxUnavailable sets the maximum number of rack pods that can be modified simultaneously during an update. This can at most target a single rack, so values higher than rack size will have no effect. Requires Kubernetes 1.35 or higher. Setting percentage will
353+
calculate against single rack's percentage of pods, not the entire datacenter.
354+
x-kubernetes-int-or-string: true
347355
minReadySeconds:
348356
description: |-
349357
MinReadySeconds sets the minimum number of seconds for which a newly created pod should be ready without any of its containers crashing, for it to be considered available. Defaults to 5 seconds and is set in the StatefulSet spec.
@@ -9857,7 +9865,7 @@ spec:
98579865
description: |-
98589866
Version string for config builder,
98599867
used to generate Cassandra server configuration
9860-
pattern: (6\.[89]\.\d+)|(3\.11\.\d+)|(4\.\d+\.\d+)|(5\.\d+\.\d+)|(1\.\d+\.\d+)
9868+
pattern: (\d+\.\d+\.\d+)
98619869
type: string
98629870
serviceAccount:
98639871
description: Deprecated DeprecatedServiceAccount Use ServiceAccountName

definitions/chaos-mesh.org/schedule.yaml

Lines changed: 236 additions & 24 deletions
Large diffs are not rendered by default.

definitions/chaos-mesh.org/workflow.yaml

Lines changed: 235 additions & 23 deletions
Large diffs are not rendered by default.

definitions/chaos-mesh.org/workflownode.yaml

Lines changed: 471 additions & 48 deletions
Large diffs are not rendered by default.

registry.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ sources:
7373
lastUpdated: "2026-03-24T08:44:43Z"
7474
argo.argocd-image-updater:
7575
kind: helm
76-
version: 1.1.3
77-
lastUpdated: "2026-03-14T12:15:37Z"
76+
version: 1.1.4
77+
lastUpdated: "2026-03-25T08:43:09Z"
7878
atlas-operator:
7979
kind: helm-oci
8080
version: 0.7.28
@@ -361,8 +361,8 @@ sources:
361361
lastUpdated: "2026-03-14T12:18:31Z"
362362
chaos-mesh.chaos-mesh:
363363
kind: helm
364-
version: 2.8.1
365-
lastUpdated: "2026-03-01T14:22:28Z"
364+
version: 2.8.2
365+
lastUpdated: "2026-03-25T08:45:21Z"
366366
chaosblade-operator:
367367
kind: git
368368
version: v1.8.0
@@ -689,8 +689,8 @@ sources:
689689
lastUpdated: "2026-03-19T19:24:10Z"
690690
gitlab.gitlab-operator:
691691
kind: helm
692-
version: 2.10.0
693-
lastUpdated: "2026-03-19T16:56:20Z"
692+
version: 2.10.1
693+
lastUpdated: "2026-03-25T08:46:30Z"
694694
gke-networking-recipes:
695695
kind: git
696696
version: main
@@ -813,8 +813,8 @@ sources:
813813
lastUpdated: "2026-03-14T12:20:29Z"
814814
k8ssandra-cass-operator:
815815
kind: git
816-
version: v1.29.1
817-
lastUpdated: "2026-03-14T12:20:33Z"
816+
version: v1.30.0
817+
lastUpdated: "2026-03-25T08:46:57Z"
818818
k8up-io-k8up:
819819
kind: git
820820
version: k8up-4.8.7

schema/cassandra.datastax.com/cassandradatacenter_v1beta1.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,18 @@
377377
},
378378
"additionalProperties": false
379379
},
380+
"maxUnavailable": {
381+
"description": "MaxUnavailable sets the maximum number of rack pods that can be modified simultaneously during an update. This can at most target a single rack, so values higher than rack size will have no effect. Requires Kubernetes 1.35 or higher. Setting percentage will\ncalculate against single rack's percentage of pods, not the entire datacenter.",
382+
"anyOf": [
383+
{
384+
"type": "integer"
385+
},
386+
{
387+
"type": "string"
388+
}
389+
],
390+
"x-kubernetes-int-or-string": true
391+
},
380392
"minReadySeconds": {
381393
"description": "MinReadySeconds sets the minimum number of seconds for which a newly created pod should be ready without any of its containers crashing, for it to be considered available. Defaults to 5 seconds and is set in the StatefulSet spec.\nSetting to 0 might cause multiple Cassandra pods to restart at the same time despite PodDisruptionBudget settings.",
382394
"type": "integer",
@@ -8568,7 +8580,7 @@
85688580
"serverVersion": {
85698581
"description": "Version string for config builder,\nused to generate Cassandra server configuration",
85708582
"type": "string",
8571-
"pattern": "(6\\.[89]\\.\\d+)|(3\\.11\\.\\d+)|(4\\.\\d+\\.\\d+)|(5\\.\\d+\\.\\d+)|(1\\.\\d+\\.\\d+)"
8583+
"pattern": "(\\d+\\.\\d+\\.\\d+)"
85728584
},
85738585
"serviceAccount": {
85748586
"description": "Deprecated DeprecatedServiceAccount Use ServiceAccountName instead, which takes precedence. The k8s service account to use for the server pods",

schema/chaos-mesh.org/schedule_v1alpha1.json

Lines changed: 127 additions & 12 deletions
Large diffs are not rendered by default.

schema/chaos-mesh.org/workflow_v1alpha1.json

Lines changed: 127 additions & 12 deletions
Large diffs are not rendered by default.

schema/chaos-mesh.org/workflownode_v1alpha1.json

Lines changed: 254 additions & 24 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)