Skip to content

Commit 3433634

Browse files
zetaabkayrus
andauthored
prepare release 1.30.2 (#2724)
* prepare release 1.30.2 * update deps * use k8s 1.30.7 * Fix CSI tests (#2712) * [tests] bump devstack branch to stable/2023.2, fix python issues (#2716) * [tests] bump ubuntu to 24.04 jammy (#2721) --------- Co-authored-by: pýrus <[email protected]>
1 parent 246e057 commit 3433634

File tree

27 files changed

+123
-102
lines changed

27 files changed

+123
-102
lines changed

charts/cinder-csi-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: v1.30.1
2+
appVersion: v1.30.2
33
description: Cinder CSI Chart for OpenStack
44
name: openstack-cinder-csi
5-
version: 2.30.1
5+
version: 2.30.2
66
home: https://github.com/kubernetes/cloud-provider-openstack
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88
maintainers:

charts/manila-csi-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: v1.30.1
2+
appVersion: v1.30.2
33
description: Manila CSI Chart for OpenStack
44
name: openstack-manila-csi
5-
version: 2.30.1
5+
version: 2.30.2
66
home: http://github.com/kubernetes/cloud-provider-openstack
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88
maintainers:

charts/openstack-cloud-controller-manager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v2
2-
appVersion: v1.30.1
2+
appVersion: v1.30.2
33
description: Openstack Cloud Controller Manager Helm Chart
44
icon: https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
55
home: https://github.com/kubernetes/cloud-provider-openstack
66
name: openstack-cloud-controller-manager
7-
version: 2.30.3
7+
version: 2.30.4
88
maintainers:
99
- name: eumel8
1010

docs/developers-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Choose the one you are familiar with and easy to customize. Config the cluster w
4343
Using kubeadm, openstack-cloud-controller-manager can be deployed easily with predefined manifests, see the [deployment guide with kubeadm](openstack-cloud-controller-manager/using-openstack-cloud-controller-manager.md#deploy-a-kubernetes-cluster-with-openstack-cloud-controller-manager-using-kubeadm).
4444

4545
### DevStack-based testing environment
46-
You can also use our CI scripts to setup a simple development environment based on DevStack and k3s. To do so you need a fresh VM with Ubuntu 22.04. We've tested this with 4 vCPUs and 16 GB of RAM and that's recommended, but we never tested the lower bound, so feel free to try with less resources.
46+
You can also use our CI scripts to setup a simple development environment based on DevStack and k3s. To do so you need a fresh VM with Ubuntu 24.04. We've tested this with 4 vCPUs and 16 GB of RAM and that's recommended, but we never tested the lower bound, so feel free to try with less resources.
4747

4848
Once the VM is up make sure your SSH keys allow logging in as `ubuntu` user and from your PC and cloud-provider-openstack directory run:
4949

@@ -133,11 +133,11 @@ make unit
133133

134134
End-to-end or _e2e_ tests are more complex to run as they require a functioning OpenStack cloud and Kubernetes (well, k3s) deployment. Fortunately, you can rely on the infrastructure used for CI to run this on your own machines.
135135

136-
For example, to run the Cinder CSI e2e tests, the CI calls the `tests/ci-csi-cinder-e2e.sh` script. Inspecting this, you'll note that a lot of the commands in here are simply provisioning an instance on GCE, using [Boskos](https://github.com/kubernetes-sigs/boskos) to manage static resources (projects, in this case) if needed. If you have a set of GCE credentials, then in theory you could run this script as-is. However, all you need is a VM with sufficient resources and network connectivity running the correct image (Ubuntu 20.04 cloud image as of writing - check `tests/scripts/create-gce-vm.sh` for the latest info). For example, using OpenStack:
136+
For example, to run the Cinder CSI e2e tests, the CI calls the `tests/ci-csi-cinder-e2e.sh` script. Inspecting this, you'll note that a lot of the commands in here are simply provisioning an instance on GCE, using [Boskos](https://github.com/kubernetes-sigs/boskos) to manage static resources (projects, in this case) if needed. If you have a set of GCE credentials, then in theory you could run this script as-is. However, all you need is a VM with sufficient resources and network connectivity running the correct image (Ubuntu 24.04 cloud image as of writing - check `tests/scripts/create-gce-vm.sh` for the latest info). For example, using OpenStack:
137137

138138
```
139139
openstack server create \
140-
--image ubuntu2004 \
140+
--image ubuntu2404 \
141141
--flavor m1.large \
142142
--key-name <key-name> \
143143
--network <network> \

docs/keystone-auth/using-keystone-webhook-authenticator-and-authorizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ it as a service. There are several things we need to notice in the
252252
deployment manifest:
253253

254254
- We are using image
255-
`registry.k8s.io/provider-os/k8s-keystone-auth:v1.30.1`
255+
`registry.k8s.io/provider-os/k8s-keystone-auth:v1.30.2`
256256
- We use `k8s-auth-policy` configmap created above.
257257
- The pod uses service account `keystone-auth` created above.
258258
- We use `keystone-auth-certs` secret created above to inject the

docs/magnum-auto-healer/using-magnum-auto-healer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ user_id=ceb61464a3d341ebabdf97d1d4b97099
7373
user_project_id=b23a5e41d1af4c20974bf58b4dff8e5a
7474
password=password
7575
region=RegionOne
76-
image=registry.k8s.io/provider-os/magnum-auto-healer:v1.30.1
76+
image=registry.k8s.io/provider-os/magnum-auto-healer:v1.30.2
7777
7878
cat <<EOF | kubectl apply -f -
7979
---

docs/octavia-ingress-controller/using-octavia-ingress-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Here are several other config options are not included in the example configurat
172172
### Deploy octavia-ingress-controller
173173

174174
```shell
175-
image="registry.k8s.io/provider-os/octavia-ingress-controller:v1.30.1"
175+
image="registry.k8s.io/provider-os/octavia-ingress-controller:v1.30.2"
176176
177177
cat <<EOF > /etc/kubernetes/octavia-ingress-controller/deployment.yaml
178178
---

examples/webhook/keystone-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccountName: k8s-keystone
1919
containers:
2020
- name: k8s-keystone-auth
21-
image: registry.k8s.io/provider-os/k8s-keystone-auth:v1.30.1
21+
image: registry.k8s.io/provider-os/k8s-keystone-auth:v1.30.2
2222
args:
2323
- ./bin/k8s-keystone-auth
2424
- --tls-cert-file

go.mod

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -29,31 +29,31 @@ require (
2929
gopkg.in/gcfg.v1 v1.2.3
3030
gopkg.in/godo.v2 v2.0.9
3131
gopkg.in/yaml.v2 v2.4.0
32-
k8s.io/api v0.30.5
33-
k8s.io/apimachinery v0.30.5
34-
k8s.io/apiserver v0.30.5
35-
k8s.io/client-go v0.30.5
36-
k8s.io/cloud-provider v0.30.5
37-
k8s.io/component-base v0.30.5
32+
k8s.io/api v0.30.7
33+
k8s.io/apimachinery v0.30.7
34+
k8s.io/apiserver v0.30.7
35+
k8s.io/client-go v0.30.7
36+
k8s.io/cloud-provider v0.30.7
37+
k8s.io/component-base v0.30.7
3838
k8s.io/klog/v2 v2.120.1
39-
k8s.io/kms v0.30.5
40-
k8s.io/kubernetes v1.30.5
41-
k8s.io/mount-utils v0.30.5
39+
k8s.io/kms v0.30.7
40+
k8s.io/kubernetes v1.30.7
41+
k8s.io/mount-utils v0.30.7
4242
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
4343
software.sslmate.com/src/go-pkcs12 v0.2.0
4444
)
4545

4646
// the below fixes the "go list -m all" execution
4747
replace (
48-
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.30.5
49-
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.30.5
50-
k8s.io/endpointslice => k8s.io/endpointslice v0.30.5
51-
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.30.5
52-
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.30.5
53-
k8s.io/kube-proxy => k8s.io/kube-proxy v0.30.5
54-
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.30.5
55-
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.30.5
56-
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.30.5
48+
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.30.7
49+
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.30.7
50+
k8s.io/endpointslice => k8s.io/endpointslice v0.30.7
51+
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.30.7
52+
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.30.7
53+
k8s.io/kube-proxy => k8s.io/kube-proxy v0.30.7
54+
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.30.7
55+
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.30.7
56+
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.30.7
5757
)
5858

5959
require (
@@ -153,14 +153,14 @@ require (
153153
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
154154
gopkg.in/warnings.v0 v0.1.2 // indirect
155155
gopkg.in/yaml.v3 v3.0.1 // indirect
156-
k8s.io/apiextensions-apiserver v0.30.5 // indirect
157-
k8s.io/component-helpers v0.30.5 // indirect
158-
k8s.io/controller-manager v0.30.5 // indirect
159-
k8s.io/csi-translation-lib v0.30.5 // indirect
156+
k8s.io/apiextensions-apiserver v0.30.7 // indirect
157+
k8s.io/component-helpers v0.30.7 // indirect
158+
k8s.io/controller-manager v0.30.7 // indirect
159+
k8s.io/csi-translation-lib v0.30.7 // indirect
160160
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
161-
k8s.io/kubectl v0.30.5 // indirect
162-
k8s.io/kubelet v0.30.5 // indirect
163-
k8s.io/pod-security-admission v0.30.5 // indirect
161+
k8s.io/kubectl v0.30.7 // indirect
162+
k8s.io/kubelet v0.30.7 // indirect
163+
k8s.io/pod-security-admission v0.30.7 // indirect
164164
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
165165
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
166166
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect

go.sum

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -846,43 +846,43 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh
846846
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
847847
honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
848848
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
849-
k8s.io/api v0.30.5 h1:Coz05sfEVywzGcA96AJPUfs2B8LBMnh+IIsM+HCfaz8=
850-
k8s.io/api v0.30.5/go.mod h1:HfNBGFvq9iNK8dmTKjYIdAtMxu8BXTb9c1SJyO6QjKs=
851-
k8s.io/apiextensions-apiserver v0.30.5 h1:JfXTIyzXf5+ryncbp7T/uaVjLdvkwtqoNG2vo7S2a6M=
852-
k8s.io/apiextensions-apiserver v0.30.5/go.mod h1:uVLEME2UPA6UN22i+jTu66B9/0CnsjlHkId+Awo0lvs=
853-
k8s.io/apimachinery v0.30.5 h1:CQZO19GFgw4zcOjY2H+mJ3k1u1o7zFACTNCB7nu4O18=
854-
k8s.io/apimachinery v0.30.5/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc=
855-
k8s.io/apiserver v0.30.5 h1:roo3cfvUS7zvI6u+bY35Xv3rSDXbY9dwl1gN+rxx0S4=
856-
k8s.io/apiserver v0.30.5/go.mod h1:p5UqIn1WPdOFo7uO/ZUdX464hHZy1DP384znr7FOIXA=
857-
k8s.io/client-go v0.30.5 h1:vEDSzfTz0F8TXcWVdXl+aqV7NAV8M3UvC2qnGTTCoKw=
858-
k8s.io/client-go v0.30.5/go.mod h1:/q5fHHBmhAUesOOFJACpD7VJ4e57rVtTPDOsvXrPpMk=
859-
k8s.io/cloud-provider v0.30.5 h1:rkJvDNMZUNoRoRQNQ9iaW7AqayXQT2Fa65JRBjfQBf8=
860-
k8s.io/cloud-provider v0.30.5/go.mod h1:bKNgnDb9iSw2ymV/wFAgTG9jgpvRiF/2LM/KqmmWycQ=
861-
k8s.io/component-base v0.30.5 h1:O6W8GfdBuyctVy7lu7I0yo8kB6bYgzGzjCyaagb2BR0=
862-
k8s.io/component-base v0.30.5/go.mod h1:eliJtfE7RG18UHMWrqPQWodf1GnQVFGA6McNOHYi11g=
863-
k8s.io/component-helpers v0.30.5 h1:jXrCpym8Ed+FyhqO/djlC0YHmiiV+ZlLcQhl1GXprD0=
864-
k8s.io/component-helpers v0.30.5/go.mod h1:zNV3WR4ZUfFFDRpv5Gs2a+Ey3LtZ8ilFiKqxF90dLG4=
865-
k8s.io/controller-manager v0.30.5 h1:aBgRd2hDJ25x6W86FFj/DI27uQQD757OZUgdFjrzzqM=
866-
k8s.io/controller-manager v0.30.5/go.mod h1:CoCm8RhJrZCue2pYHhc/eZ72ogPPZEhDHJV/FWxOaU4=
867-
k8s.io/csi-translation-lib v0.30.5 h1:QKtVWzqGBLfJhjHUCb4lnUiuYSjYFPfP+VtjUQ+wF0I=
868-
k8s.io/csi-translation-lib v0.30.5/go.mod h1:/P9f7OKEvHTnk0Fs8kAotEWPXkZA9skLFda8oeCU3u8=
849+
k8s.io/api v0.30.7 h1:wB2eHI+IptVYsz5WsAQpI6+Dqi3+11wEWBqIh4fh980=
850+
k8s.io/api v0.30.7/go.mod h1:bR0EwbmhYmJvUoeza7ZzBUmYCrVXccQ9JOdfv0BxhH0=
851+
k8s.io/apiextensions-apiserver v0.30.7 h1:YR2iohbfRWmN6q5ukmiFrkKHFAij5Ic4+tSBZu2nvVc=
852+
k8s.io/apiextensions-apiserver v0.30.7/go.mod h1:Uo13fs4VGPuu6SbQ/TTLTExbVQJBGvCtBNtPU526Uj4=
853+
k8s.io/apimachinery v0.30.7 h1:CoQFxvzPFKwU1eJGN/8LgM3ZJBC3hKgvwGqRrL43uIY=
854+
k8s.io/apimachinery v0.30.7/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc=
855+
k8s.io/apiserver v0.30.7 h1:4tKcwejf+OmBniwtXAXvwGce6K+G0Q4s5bWugap4d0Y=
856+
k8s.io/apiserver v0.30.7/go.mod h1:oj6q6jJtJWxHuavNRxFp6nhUxi8UX07HZIFKu1eWYjs=
857+
k8s.io/client-go v0.30.7 h1:DQRfuGWxDzxPEyyiTE/fxzAsZcj2p9sbc5671njR52w=
858+
k8s.io/client-go v0.30.7/go.mod h1:oED9+njB91ExCc4BNPAotniB7WH1ig7CmiBx5pVA1yw=
859+
k8s.io/cloud-provider v0.30.7 h1:RNt+A3W9Mz3J5nb5GTDG4jhbLE+VEHnXky4+HN4Tj8c=
860+
k8s.io/cloud-provider v0.30.7/go.mod h1:yuxkkxKZ9GDOHVGD9b912J13X1miaq08N0sc6hosH3k=
861+
k8s.io/component-base v0.30.7 h1:wtbQWLzj5xAGjz+/U/nYNnAc8+wpTUvCqN0uZuCuFF8=
862+
k8s.io/component-base v0.30.7/go.mod h1:UjPOkWiDcvUiQRTpbr3kghl+pFMtFSgqYbWKHKRcXJc=
863+
k8s.io/component-helpers v0.30.7 h1:cue1Oq0242BPbST7TSQld/z7gqNQkAhmDVuMMhJu7Lg=
864+
k8s.io/component-helpers v0.30.7/go.mod h1:f7aE0tdjEIaJ/DPH00kqUnhz+jQHthSUlKKlLbJqX2Q=
865+
k8s.io/controller-manager v0.30.7 h1:4Jo6HDjC2bsY4P8NWxEd40tVZDFnTNk1v1HcmcrejwI=
866+
k8s.io/controller-manager v0.30.7/go.mod h1:pJXE3qdo2wO9C505kkk5T8ra0ZzcxIeZX9pwLnCGqDA=
867+
k8s.io/csi-translation-lib v0.30.7 h1:KcFUA7p/FzKF1zgOR7B4Z7L4PB7/zSXjpA5RSwMtyts=
868+
k8s.io/csi-translation-lib v0.30.7/go.mod h1:4Knq/JueaCzJEEOPj8VCP1nlJEseps8CVVscYuhpRF4=
869869
k8s.io/klog/v2 v2.70.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0=
870870
k8s.io/klog/v2 v2.120.1 h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw=
871871
k8s.io/klog/v2 v2.120.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
872-
k8s.io/kms v0.30.5 h1:hv7tnGDrxbgpedBhBfGhSu9+v5aW5uhG6w36fBIK1K8=
873-
k8s.io/kms v0.30.5/go.mod h1:GrMurD0qk3G4yNgGcsCEmepqf9KyyIrTXYR2lyUOJC4=
872+
k8s.io/kms v0.30.7 h1:uxqXTHzgpPkr8RSb6zB0NrYOeXfdt5yHyQdFkRNGdz4=
873+
k8s.io/kms v0.30.7/go.mod h1:GrMurD0qk3G4yNgGcsCEmepqf9KyyIrTXYR2lyUOJC4=
874874
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag=
875875
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340/go.mod h1:yD4MZYeKMBwQKVht279WycxKyM84kkAx2DPrTXaeb98=
876-
k8s.io/kubectl v0.30.5 h1:UHIdbLWHjL/+CaFc9ZESwpwdvpp9EDPLdgGolhMv8tQ=
877-
k8s.io/kubectl v0.30.5/go.mod h1:Pr+NYcX5Lx8eG04B/0t1rzjWcXsvvbda8swiZV9plQw=
878-
k8s.io/kubelet v0.30.5 h1:7jsJo1MkmGC3VEE0cf1tHiFKzi8DMBVNih3/OttSBaw=
879-
k8s.io/kubelet v0.30.5/go.mod h1:vzllyQKrbFpTq0WOHV6yX0gUs6KqTwCBAO13cAearMc=
880-
k8s.io/kubernetes v1.30.5 h1:uay5j9vFQnjuXRfooZ+wPzbDHPHLk4nRGKYr6tq+QvQ=
881-
k8s.io/kubernetes v1.30.5/go.mod h1:eWEwBuUIgunE32nhS0xM5hiN4BIp3ISrAIlGTyNN2JY=
882-
k8s.io/mount-utils v0.30.5 h1:kUdMKbpUCVRN4wdgusilsmhSIGQ8NHN4df7zPnGkDQU=
883-
k8s.io/mount-utils v0.30.5/go.mod h1:9sCVmwGLcV1MPvbZ+rToMDnl1QcGozy+jBPd0MsQLIo=
884-
k8s.io/pod-security-admission v0.30.5 h1:sWjllF8DW7vXMggUlbROT/U9zHvQcLl3K4EC0iHBSzw=
885-
k8s.io/pod-security-admission v0.30.5/go.mod h1:6CRS3o8HZjJX18PGS1JUY8pUtqk5nIdUuBmty0tpdEQ=
876+
k8s.io/kubectl v0.30.7 h1:K9T8RufI5mKZmX5yITFzAT5I0fx9uheSVtR9OdbmIk4=
877+
k8s.io/kubectl v0.30.7/go.mod h1:VdeIJnZTTkudzbMxkM25Us1MmeLeqhl+Eekt66eg7Ik=
878+
k8s.io/kubelet v0.30.7 h1:SzAV1ehSnW3sTqeUW22Pg4HaRObv7tJ9TI7IHJhVAkk=
879+
k8s.io/kubelet v0.30.7/go.mod h1:TX6TeST2u9xrika8RL8wPG/D8x/ZTz0wT7KrHLIZxIc=
880+
k8s.io/kubernetes v1.30.7 h1:02tPr+FPLzY0J+a14SRBIxSMaTkdmkKNHYibrRtwPVQ=
881+
k8s.io/kubernetes v1.30.7/go.mod h1:hV3c+sqOEO0eVqgSo0KW5dOJ6UjGJ2l3Pd9+Qvft8UI=
882+
k8s.io/mount-utils v0.30.7 h1:yEGuwaYRAO2ylepooPL7D1h0SOd7Nizhgutm/HIjNMs=
883+
k8s.io/mount-utils v0.30.7/go.mod h1:9sCVmwGLcV1MPvbZ+rToMDnl1QcGozy+jBPd0MsQLIo=
884+
k8s.io/pod-security-admission v0.30.7 h1:giVLC0KIl1bigM1zkA6Pn8mhuIFz1vaZHgbH3RnSm6s=
885+
k8s.io/pod-security-admission v0.30.7/go.mod h1:gAwUeQm5MAdI3vi23kkBXk+H1wUGYfjiTq/CX2enMPc=
886886
k8s.io/utils v0.0.0-20230726121419-3b25d923346b h1:sgn3ZU783SCgtaSJjpcVVlRqd6GSnlTLKgpAAttJvpI=
887887
k8s.io/utils v0.0.0-20230726121419-3b25d923346b/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
888888
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=

0 commit comments

Comments
 (0)