Skip to content

Commit e97863a

Browse files
authored
Release 7.0.1 (#2403)
1 parent a7dfa7c commit e97863a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+347
-772
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ clean:
6666
@rm -rf dist/
6767

6868
regen-crd:
69-
@go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.16.5
69+
@go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.17.2
7070
@${GOPATH}/bin/controller-gen crd:maxDescLen=0,generateEmbeddedObjectMeta=true webhook paths="./..." output:crd:artifacts:config=$(KUSTOMIZE_CRDS)
7171
@sed 's#namespace: minio-operator#namespace: {{ .Release.Namespace }}#g' resources/base/crds/minio.min.io_tenants.yaml > $(HELM_TEMPLATES)/minio.min.io_tenants.yaml
7272
@sed 's#namespace: minio-operator#namespace: {{ .Release.Namespace }}#g' resources/base/crds/sts.min.io_policybindings.yaml > $(HELM_TEMPLATES)/sts.min.io_policybindings.yaml

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ a Kubernetes cluster.
3838

3939
### Kubernetes 1.29.0 or Later
4040

41-
Starting with Operator v7.0.0, MinIO requires Kubernetes version 1.29.0 or later. You must upgrade your Kubernetes
42-
cluster to 1.29.0 or later to use Operator v7.0.0+.
41+
Starting with Operator v7.0.1, MinIO requires Kubernetes version 1.29.0 or later. You must upgrade your Kubernetes
42+
cluster to 1.29.0 or later to use Operator v7.0.1+.
4343

4444
This procedure assumes the host machine has [`kubectl`](https://kubernetes.io/docs/tasks/tools) installed and configured
4545
with access to the target Kubernetes cluster.
@@ -140,7 +140,7 @@ for [kustomize](https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kusto
140140
use that to install MiniO Operator.
141141

142142
```sh
143-
kubectl kustomize github.com/minio/operator\?ref=v7.0.0 | kubectl apply -f -
143+
kubectl kustomize github.com/minio/operator\?ref=v7.0.1 | kubectl apply -f -
144144
```
145145

146146
Run the following command to verify the status of the Operator:

docs/policybinding_crd.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[id="{p}-api-reference"]
55
== API Reference
66

7-
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-11-07T00-52-20Z]
8-
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-11-25T13-44-31Z]
7+
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2025-03-12T18-04-18Z]
8+
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2025-03-12T09-35-18Z]
99
:mc-image: https://hub.docker.com/r/minio/mc/tags[minio/mc:RELEASE.2024-10-02T08-27-28Z]
1010

1111

docs/templates/asciidoctor/gv_list.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
[id="{p}-api-reference"]
88
== API Reference
99

10-
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-11-07T00-52-20Z]
11-
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-11-25T13-44-31Z]
10+
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2025-03-12T18-04-18Z]
11+
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2025-03-12T09-35-18Z]
1212
:mc-image: https://hub.docker.com/r/minio/mc/tags[minio/mc:RELEASE.2024-10-02T08-27-28Z]
1313

1414
{{ range $groupVersions }}

docs/tenant_crd.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[id="{p}-api-reference"]
55
== API Reference
66

7-
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-11-07T00-52-20Z]
8-
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-11-25T13-44-31Z]
7+
:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2025-03-12T18-04-18Z]
8+
:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2025-03-12T09-35-18Z]
99
:mc-image: https://hub.docker.com/r/minio/mc/tags[minio/mc:RELEASE.2024-10-02T08-27-28Z]
1010

1111

examples/kustomization/base/tenant.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ spec:
144144
## https://github.com/minio/minio/tree/master/docs/tls/kubernetes#2-create-kubernetes-secret
145145
externalClientCertSecrets: [ ]
146146
## Registry location and Tag to download MinIO Server image
147-
image: quay.io/minio/minio:RELEASE.2024-11-07T00-52-20Z
147+
image: quay.io/minio/minio:RELEASE.2025-03-12T18-04-18Z
148148
imagePullSecret: { }
149149
## Mount path where PV will be mounted inside container(s).
150150
mountPath: /export

examples/kustomization/tenant-certmanager-kes/tenant.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
externalCertSecret:
1515
name: tenant-certmanager-2-tls
1616
type: cert-manager.io/v1
17-
image: minio/kes:2024-11-25T13-44-31Z
17+
image: minio/kes:2025-03-12T09-35-18Z
1818
imagePullPolicy: IfNotPresent
1919
kesSecret:
2020
name: kes-configuration

examples/kustomization/tenant-kes-encryption/tenant.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
## Define configuration for KES (stateless and distributed key-management system)
88
## Refer https://github.com/minio/kes
99
kes:
10-
image: "" # minio/kes:2024-11-25T13-44-31Z
10+
image: "" # minio/kes:2025-03-12T09-35-18Z
1111
env: [ ]
1212
replicas: 2
1313
kesSecret:

go.mod

+3-5
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ require (
3030
github.com/stretchr/testify v1.9.0
3131
golang.org/x/crypto v0.36.0
3232
golang.org/x/net v0.37.0 // indirect
33-
golang.org/x/oauth2 v0.21.0
33+
golang.org/x/oauth2 v0.23.0
3434
// Added to include security fix for
3535
// https://github.com/golang/go/issues/56152
3636
golang.org/x/text v0.23.0 // indirect
3737
golang.org/x/time v0.7.0
3838
gopkg.in/yaml.v2 v2.4.0
39-
k8s.io/api v0.31.1
39+
k8s.io/api v0.32.2
4040
k8s.io/apimachinery v0.32.2
41-
k8s.io/client-go v0.31.1
41+
k8s.io/client-go v0.32.2
4242
k8s.io/code-generator v0.32.2
4343
k8s.io/klog/v2 v2.130.1
4444
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
@@ -69,12 +69,10 @@ require (
6969
github.com/go-openapi/jsonreference v0.21.0 // indirect
7070
github.com/goccy/go-json v0.10.3 // indirect
7171
github.com/gogo/protobuf v1.3.2 // indirect
72-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7372
github.com/golang/protobuf v1.5.4 // indirect
7473
github.com/google/gnostic-models v0.6.9 // indirect
7574
github.com/google/go-cmp v0.6.0 // indirect
7675
github.com/google/gofuzz v1.2.0 // indirect
77-
github.com/imdario/mergo v0.3.16 // indirect
7876
github.com/josharian/intern v1.0.0 // indirect
7977
github.com/json-iterator/go v1.1.12 // indirect
8078
github.com/klauspost/cpuid/v2 v2.2.8 // indirect

go.sum

+6-10
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keL
5757
github.com/golang-jwt/jwt v3.2.2+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I=
5858
github.com/golang-jwt/jwt/v4 v4.5.1 h1:JdqV9zKUdtaa9gdPlywC3aeoEsR681PlKC+4F5gQgeo=
5959
github.com/golang-jwt/jwt/v4 v4.5.1/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
60-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=
61-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
6260
github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
6361
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
6462
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
@@ -80,8 +78,6 @@ github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
8078
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
8179
github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=
8280
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
83-
github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=
84-
github.com/imdario/mergo v0.3.16/go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY=
8581
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=
8682
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
8783
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
@@ -256,8 +252,8 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
256252
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
257253
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
258254
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
259-
golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=
260-
golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
255+
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=
256+
golang.org/x/oauth2 v0.23.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
261257
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
262258
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
263259
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -338,14 +334,14 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
338334
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
339335
gotest.tools/v3 v3.0.3 h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0=
340336
gotest.tools/v3 v3.0.3/go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8=
341-
k8s.io/api v0.31.1 h1:Xe1hX/fPW3PXYYv8BlozYqw63ytA92snr96zMW9gWTU=
342-
k8s.io/api v0.31.1/go.mod h1:sbN1g6eY6XVLeqNsZGLnI5FwVseTrZX7Fv3O26rhAaI=
337+
k8s.io/api v0.32.2 h1:bZrMLEkgizC24G9eViHGOPbW+aRo9duEISRIJKfdJuw=
338+
k8s.io/api v0.32.2/go.mod h1:hKlhk4x1sJyYnHENsrdCWw31FEmCijNGPJO5WzHiJ6Y=
343339
k8s.io/apiextensions-apiserver v0.31.0 h1:fZgCVhGwsclj3qCw1buVXCV6khjRzKC5eCFt24kyLSk=
344340
k8s.io/apiextensions-apiserver v0.31.0/go.mod h1:b9aMDEYaEe5sdK+1T0KU78ApR/5ZVp4i56VacZYEHxk=
345341
k8s.io/apimachinery v0.32.2 h1:yoQBR9ZGkA6Rgmhbp/yuT9/g+4lxtsGYwW6dR6BDPLQ=
346342
k8s.io/apimachinery v0.32.2/go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE=
347-
k8s.io/client-go v0.31.1 h1:f0ugtWSbWpxHR7sjVpQwuvw9a3ZKLXX0u0itkFXufb0=
348-
k8s.io/client-go v0.31.1/go.mod h1:sKI8871MJN2OyeqRlmA4W4KM9KBdBUpDLu/43eGemCg=
343+
k8s.io/client-go v0.32.2 h1:4dYCD4Nz+9RApM2b/3BtVvBHw54QjMFUl1OLcJG5yOA=
344+
k8s.io/client-go v0.32.2/go.mod h1:fpZ4oJXclZ3r2nDOv+Ux3XcJutfrwjKTCHz2H3sww94=
349345
k8s.io/code-generator v0.32.2 h1:CIvyPrLWP7cMgrqval2qYT839YAwCDeSvGfXgWSNpHQ=
350346
k8s.io/code-generator v0.32.2/go.mod h1:plh7bWk7JztAUkHM4zpbdy0KOMdrhsePcZL2HLWFH7Y=
351347
k8s.io/gengo/v2 v2.0.0-20250207200755-1244d31929d7 h1:2OX19X59HxDprNCVrWi6jb7LW1PoqTlYqEq5H2oetog=

helm/operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: A Helm chart for MinIO Operator
33
name: operator
4-
version: 7.0.0
5-
appVersion: v7.0.0
4+
version: 7.0.1
5+
appVersion: v7.0.1
66
keywords:
77
- storage
88
- object-storage

helm/operator/templates/minio.min.io_tenants.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.5
7-
operator.min.io/version: v7.0.0
6+
controller-gen.kubebuilder.io/version: v0.17.2
7+
operator.min.io/version: v7.0.1
88
name: tenants.minio.min.io
99
spec:
1010
group: minio.min.io
@@ -2408,6 +2408,8 @@ spec:
24082408
runAsUser:
24092409
format: int64
24102410
type: integer
2411+
seLinuxChangePolicy:
2412+
type: string
24112413
seLinuxOptions:
24122414
properties:
24132415
level:
@@ -3341,6 +3343,8 @@ spec:
33413343
runAsUser:
33423344
format: int64
33433345
type: integer
3346+
seLinuxChangePolicy:
3347+
type: string
33443348
seLinuxOptions:
33453349
properties:
33463350
level:

helm/operator/templates/sts.min.io_policybindings.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.16.5
7-
operator.min.io/version: v7.0.0
6+
controller-gen.kubebuilder.io/version: v0.17.2
7+
operator.min.io/version: v7.0.1
88
name: policybindings.sts.min.io
99
spec:
1010
group: sts.min.io

helm/operator/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ operator:
2828
###
2929
# Specify the Operator container image to use for the deployment.
3030
# ``image.tag``
31-
# For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v7.0.0 tag.
31+
# For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v7.0.1 tag.
3232
# The container pulls the image if not already present:
3333
#
3434
# .. code-block:: yaml
3535
#
3636
# image:
3737
# repository: quay.io/minio/operator
38-
# tag: v7.0.0
38+
# tag: v7.0.1
3939
# pullPolicy: IfNotPresent
4040
#
4141
# The chart also supports specifying an image based on digest value:
@@ -49,20 +49,20 @@ operator:
4949
#
5050
image:
5151
repository: quay.io/minio/operator
52-
tag: v7.0.0
52+
tag: v7.0.1
5353
pullPolicy: IfNotPresent
5454
###
5555
# Specify the sidecar container image to deploy on tenant pods for init container and sidecar.
5656
# Only need to change this if want to use a different version that the default, or want to set a custom registry.
5757
# ``sidecarImage.tag``
58-
# For example, the following sets the image to the ``quay.io/minio/operator-sidecar`` repo and the v7.0.0 tag.
58+
# For example, the following sets the image to the ``quay.io/minio/operator-sidecar`` repo and the v7.0.1 tag.
5959
# The container pulls the image if not already present:
6060
#
6161
# .. code-block:: yaml
6262
#
6363
# sidecarImage:
6464
# repository: quay.io/minio/operator-sidecar
65-
# tag: v7.0.0
65+
# tag: v7.0.1
6666
# pullPolicy: IfNotPresent
6767
#
6868
# The chart also supports specifying an image based on digest value:

helm/tenant/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
description: A Helm chart for MinIO Operator
33
name: tenant
4-
version: 7.0.0
5-
appVersion: v7.0.0
4+
version: 7.0.1
5+
appVersion: v7.0.1
66
keywords:
77
- storage
88
- object-storage

helm/tenant/values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ tenant:
88
###
99
# Specify the Operator container image to use for the deployment.
1010
# ``image.tag``
11-
# For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v7.0.0 tag.
11+
# For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v7.0.1 tag.
1212
# The container pulls the image if not already present:
1313
#
1414
# .. code-block:: yaml
1515
#
1616
# image:
1717
# repository: quay.io/minio/minio
18-
# tag: RELEASE.2024-11-07T00-52-20Z
18+
# tag: RELEASE.2025-03-12T18-04-18Z
1919
# pullPolicy: IfNotPresent
2020
#
2121
# The chart also supports specifying an image based on digest value:
@@ -30,7 +30,7 @@ tenant:
3030
#
3131
image:
3232
repository: quay.io/minio/minio
33-
tag: RELEASE.2024-11-07T00-52-20Z
33+
tag: RELEASE.2025-03-12T18-04-18Z
3434
pullPolicy: IfNotPresent
3535
###
3636
#
@@ -386,14 +386,14 @@ tenant:
386386
# # Image from tag (original behavior), for example:
387387
# # image:
388388
# # repository: quay.io/minio/kes
389-
# # tag: 2024-11-25T13-44-31Z
389+
# # tag: 2025-03-12T09-35-18Z
390390
# # Image from digest (added after original behavior), for example:
391391
# # image:
392392
# # repository: quay.io/minio/kes@sha256
393393
# # digest: fb15af611149892f357a8a99d1bcd8bf5dae713bd64c15e6eb27fbdb88fc208b
394394
# image:
395395
# repository: quay.io/minio/kes
396-
# tag: 2024-11-25T13-44-31Z
396+
# tag: 2025-03-12T09-35-18Z
397397
# pullPolicy: IfNotPresent
398398
# env: [ ]
399399
# replicas: 2

pkg/apis/minio.min.io/v2/constants.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const MinIOVolumeMountPath = "/export"
106106
const MinIOVolumeSubPath = ""
107107

108108
// DefaultMinIOImage specifies the default MinIO Docker hub image
109-
const DefaultMinIOImage = "minio/minio:RELEASE.2024-11-07T00-52-20Z"
109+
const DefaultMinIOImage = "minio/minio:RELEASE.2025-03-12T18-04-18Z"
110110

111111
// DefaultMinIOUpdateURL specifies the default MinIO URL where binaries are
112112
// pulled from during MinIO upgrades
@@ -143,8 +143,8 @@ const ConsoleAdminPolicyName = "consoleAdmin"
143143

144144
// KES Related Constants
145145

146-
// DefaultKESImage specifies the 2024-11-25T13-44-31Z KES Docker hub image
147-
const DefaultKESImage = "minio/kes:2024-11-25T13-44-31Z"
146+
// DefaultKESImage specifies the 2025-03-12T09-35-18Z KES Docker hub image
147+
const DefaultKESImage = "minio/kes:2025-03-12T09-35-18Z"
148148

149149
// KESInstanceLabel is applied to the KES pods of a Tenant cluster
150150
const KESInstanceLabel = "v1.min.io/kes"

pkg/apis/minio.min.io/v2/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
// +kubebuilder:printcolumn:name="State",type="string",JSONPath=".status.currentState"
3232
// +kubebuilder:printcolumn:name="Health",type="string",JSONPath=".status.healthStatus"
3333
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"
34-
// +kubebuilder:metadata:annotations=operator.min.io/version=v7.0.0
34+
// +kubebuilder:metadata:annotations=operator.min.io/version=v7.0.1
3535
// +kubebuilder:storageversion
3636
type Tenant struct {
3737
metav1.TypeMeta `json:",inline"`

pkg/apis/sts.min.io/v1beta1/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
// +kubebuilder:resource:scope=Namespaced,shortName=policybinding,singular=policybinding
2727
// +kubebuilder:printcolumn:name="State",type="string",JSONPath=".status.currentState"
2828
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"
29-
// +kubebuilder:metadata:annotations=operator.min.io/version=v7.0.0
29+
// +kubebuilder:metadata:annotations=operator.min.io/version=v7.0.1
3030
// +kubebuilder:storageversion
3131
// +groupName=policybinding.sts.min.io
3232
// +versionName=v1beta1

pkg/client/applyconfiguration/internal/internal.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)