awslabs / mountpoint-s3-csi-driver

Built on Mountpoint for Amazon S3, the Mountpoint CSI driver presents an Amazon S3 bucket as a storage volume accessible by containers in your Kubernetes cluster.
Apache License 2.0
193 stars 23 forks source link

Update `k8s.io/kubernetes` to `v1.28.12` in `tests/e2e-kubernetes` #228

Closed unexge closed 2 months ago

unexge commented 2 months ago

Bumped by running:

$ go get k8s.io/api@v0.28.12 \
    k8s.io/apimachinery@v0.28.12 \
    k8s.io/apiserver@v0.28.12 \
    k8s.io/client-go@v0.28.12 \
    k8s.io/kubernetes@v1.28.12 \
    k8s.io/pod-security-admission@v0.28.12

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.