Skip to content

Commit 3fc8986

Browse files
committed
Return back to 1.30.0
1 parent 446c98e commit 3fc8986

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.crd-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ processor:
77
- "TypeMeta$"
88

99
render:
10-
kubernetesVersion: 1.30.1
10+
kubernetesVersion: 1.30.0

.github/workflows/make-test-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: docker/[email protected]
3131
- uses: tale/[email protected]
3232
with:
33-
kubectl-version: v1.30.1
33+
kubectl-version: v1.30.0
3434
# Empty kubeconfig file
3535
base64-kube-config: "YXBpVmVyc2lvbjogdjEKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQo="
3636
- run: |

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
IMG ?= ghcr.io/aenix-io/etcd-operator:latest
44
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
55
# renovate: datasource=github-tags depName=kubernetes/kubernetes
6-
ENVTEST_K8S_VERSION ?= v1.30.1
6+
ENVTEST_K8S_VERSION ?= v1.30.0
77
ENVTEST_K8S_VERSION_TRIMMED_V = $(subst v,,$(ENVTEST_K8S_VERSION))
88

99
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)

api/v1alpha1/webhook_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ var _ = BeforeSuite(func() {
7373
// Note that you must have the required binaries setup under the bin directory to perform
7474
// the tests directly. When we run make test it will be setup and used automatically.
7575
BinaryAssetsDirectory: filepath.Join("..", "..", "bin", "k8s",
76-
fmt.Sprintf("1.30.1-%s-%s", runtime.GOOS, runtime.GOARCH)),
76+
fmt.Sprintf("1.30.0-%s-%s", runtime.GOOS, runtime.GOARCH)),
7777

7878
WebhookInstallOptions: envtest.WebhookInstallOptions{
7979
Paths: []string{filepath.Join("..", "..", "config", "webhook")},

internal/controller/factory/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ var _ = BeforeSuite(func() {
6565
// Note that you must have the required binaries setup under the bin directory to perform
6666
// the tests directly. When we run make test it will be setup and used automatically.
6767
BinaryAssetsDirectory: filepath.Join("..", "..", "..", "bin", "k8s",
68-
fmt.Sprintf("1.30.1-%s-%s", runtime.GOOS, runtime.GOARCH)),
68+
fmt.Sprintf("1.30.0-%s-%s", runtime.GOOS, runtime.GOARCH)),
6969
}
7070
})
7171

internal/controller/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var _ = BeforeSuite(func() {
6666
// Note that you must have the required binaries setup under the bin directory to perform
6767
// the tests directly. When we run make test it will be setup and used automatically.
6868
BinaryAssetsDirectory: filepath.Join("..", "..", "bin", "k8s",
69-
fmt.Sprintf("1.30.1-%s-%s", runtime.GOOS, runtime.GOARCH)),
69+
fmt.Sprintf("1.30.0-%s-%s", runtime.GOOS, runtime.GOARCH)),
7070
}
7171
})
7272

site/content/en/docs/v0.2/reference/api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ _Appears in:_
7272
| Field | Description | Default | Validation |
7373
| --- | --- | --- | --- |
7474
| `metadata` _[EmbeddedObjectMetadata](#embeddedobjectmetadata)_ | Refer to Kubernetes API documentation for fields of `metadata`. | | |
75-
| `spec` _[PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30.1/#persistentvolumeclaimspec-v1-core)_ | Spec defines the desired characteristics of a volume requested by a pod author.<br />More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims | | |
75+
| `spec` _[PersistentVolumeClaimSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30.0/#persistentvolumeclaimspec-v1-core)_ | Spec defines the desired characteristics of a volume requested by a pod author.<br />More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims | | |
7676

7777

7878
#### EmbeddedPodDisruptionBudget
@@ -106,7 +106,7 @@ _Appears in:_
106106
| Field | Description | Default | Validation |
107107
| --- | --- | --- | --- |
108108
| `metadata` _[EmbeddedObjectMetadata](#embeddedobjectmetadata)_ | Refer to Kubernetes API documentation for fields of `metadata`. | | |
109-
| `spec` _[ServiceSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30.1/#servicespec-v1-core)_ | Spec defines the behavior of the service. | | |
109+
| `spec` _[ServiceSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30.0/#servicespec-v1-core)_ | Spec defines the behavior of the service. | | |
110110

111111

112112
#### EtcdCluster
@@ -123,7 +123,7 @@ EtcdCluster is the Schema for the etcdclusters API
123123
| --- | --- | --- | --- |
124124
| `apiVersion` _string_ | `etcd.aenix.io/v1alpha1` | | |
125125
| `kind` _string_ | `EtcdCluster` | | |
126-
| `metadata` _[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30.1/#objectmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. | | |
126+
| `metadata` _[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30.0/#objectmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. | | |
127127
| `spec` _[EtcdClusterSpec](#etcdclusterspec)_ | | | |
128128

129129

@@ -185,7 +185,7 @@ _Appears in:_
185185
| Field | Description | Default | Validation |
186186
| --- | --- | --- | --- |
187187
| `metadata` _[EmbeddedObjectMetadata](#embeddedobjectmetadata)_ | Refer to Kubernetes API documentation for fields of `metadata`. | | |
188-
| `spec` _[PodSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30.1/#podspec-v1-core)_ | Spec follows the structure of a regular Pod spec. Overrides defined here will be strategically merged with the default pod spec, generated by the operator. | | |
188+
| `spec` _[PodSpec](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30.0/#podspec-v1-core)_ | Spec follows the structure of a regular Pod spec. Overrides defined here will be strategically merged with the default pod spec, generated by the operator. | | |
189189

190190

191191
#### SecuritySpec
@@ -218,7 +218,7 @@ _Appears in:_
218218

219219
| Field | Description | Default | Validation |
220220
| --- | --- | --- | --- |
221-
| `emptyDir` _[EmptyDirVolumeSource](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30.1/#emptydirvolumesource-v1-core)_ | EmptyDirVolumeSource to be used by the StatefulSets. If specified, used in place of any volumeClaimTemplate. More<br />info: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir | | |
221+
| `emptyDir` _[EmptyDirVolumeSource](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30.0/#emptydirvolumesource-v1-core)_ | EmptyDirVolumeSource to be used by the StatefulSets. If specified, used in place of any volumeClaimTemplate. More<br />info: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir | | |
222222
| `volumeClaimTemplate` _[EmbeddedPersistentVolumeClaim](#embeddedpersistentvolumeclaim)_ | A PVC spec to be used by the StatefulSets. | | |
223223

224224

0 commit comments

Comments
 (0)