diff --git a/CHANGELOG.md b/CHANGELOG.md index c8e9182d08da5973c92f2cb7ec2662e00aa9df48..cd54d289c83d19cf920a947f82d268aa3099ba44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --- +## [7.0.1-bb.0] (2025-03-22) + +### Changed + +- registry1.dso.mil/ironbank/opensource/minio/operator v7.0.0 -> v7.0.1 + ## [7.0.0-bb.1] - 2025-02-11 ### Changed @@ -37,12 +43,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Removed hardcoded minio labels -## [5.0.16-bb.0] - 2024-07-09 - -### Upgrade - -- Upgrade MinIO Tenant CRD to 5.0.16 - ## [6.0.3-bb.0] - 2024-08-29 ### Changed diff --git a/README.md b/README.md index fcf6bcb972c939df21c631aeb1bff82dc3ead0bb..2c4e8cd693953fe29a1857aa86bcd55914061300 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. --> + # minio-operator -    +    A Helm chart for MinIO Operator @@ -14,6 +15,7 @@ A Helm chart for MinIO Operator This package has no upstream release note links on file. Please add some to [chart/Chart.yaml](chart/Chart.yaml) under `annotations.bigbang.dev/upstreamReleaseNotesMarkdown`. Example: + ```yaml annotations: bigbang.dev/upstreamReleaseNotesMarkdown: | @@ -60,7 +62,7 @@ helm install minio-operator chart/ | operator.serviceAccountAnnotations | list | `[]` | | | operator.additionalLabels | object | `{}` | | | operator.image.repository | string | `"registry1.dso.mil/ironbank/opensource/minio/operator"` | | -| operator.image.tag | string | `"v7.0.0"` | | +| operator.image.tag | string | `"v7.0.1"` | | | operator.image.pullPolicy | string | `"IfNotPresent"` | | | operator.sidecarImage.repository | string | `"registry1.dso.mil/ironbank/opensource/minio/operator-sidecar"` | | | operator.sidecarImage.tag | string | `"v7.0.0"` | | @@ -139,4 +141,3 @@ Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in --- _This file is programatically generated using `helm-docs` and some BigBang-specific templates. The `gluon` repository has [instructions for regenerating package READMEs](https://repo1.dso.mil/big-bang/product/packages/gluon/-/blob/master/docs/bb-package-readme.md)._ - diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 8777e2837e7d8f0f15fab90184689c7047c3f31b..006826bb1452605ddb0af64e9339915b2eff1663 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: A Helm chart for MinIO Operator name: minio-operator -version: 7.0.0-bb.1 -appVersion: v7.0.0 +version: 7.0.1-bb.0 +appVersion: v7.0.1 keywords: - storage - object-storage @@ -26,7 +26,7 @@ dependencies: annotations: bigbang.dev/maintenanceTrack: bb_integrated bigbang.dev/applicationVersions: | - - Minio Operator: v7.0.0 + - Minio Operator: v7.0.1 helm.sh/images: | - name: operator - image: registry1.dso.mil/ironbank/opensource/minio/operator:v7.0.0 + image: registry1.dso.mil/ironbank/opensource/minio/operator:v7.0.1 diff --git a/chart/Kptfile b/chart/Kptfile index 77221c1824a4529be30824a7e19eaf0603ae5854..de6971fdbc5bd1e924b0534eee2e0bf2560e07f5 100644 --- a/chart/Kptfile +++ b/chart/Kptfile @@ -5,7 +5,7 @@ metadata: upstream: type: git git: - commit: be312970d1f1907073141875ddd749a108e7d7db + commit: e97863ae76fbd76ee424565e1110d6c7039f8fca repo: https://github.com/minio/operator directory: /helm/operator - ref: v7.0.0 + ref: v7.0.1 diff --git a/chart/charts/minio-operator-crds-7.0.0.tgz b/chart/charts/minio-operator-crds-7.0.0.tgz index 95436bb327c903eb2323c2189123b7020d22de05..bcedfde5d9981f77dc04215b05399b79db4381a7 100644 Binary files a/chart/charts/minio-operator-crds-7.0.0.tgz and b/chart/charts/minio-operator-crds-7.0.0.tgz differ diff --git a/chart/minio-operator-crds/templates/minio.min.io_tenants.yaml b/chart/minio-operator-crds/templates/minio.min.io_tenants.yaml index 11a40b6667e07f8e8943bb55076493054a237215..a0b74526772866ae70d9e91e81ad125e13c2959a 100644 --- a/chart/minio-operator-crds/templates/minio.min.io_tenants.yaml +++ b/chart/minio-operator-crds/templates/minio.min.io_tenants.yaml @@ -3,8 +3,8 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.16.5 - operator.min.io/version: v7.0.0 + controller-gen.kubebuilder.io/version: v0.17.2 + operator.min.io/version: v7.0.1 name: tenants.minio.min.io spec: group: minio.min.io @@ -2408,6 +2408,8 @@ spec: runAsUser: format: int64 type: integer + seLinuxChangePolicy: + type: string seLinuxOptions: properties: level: @@ -3341,6 +3343,8 @@ spec: runAsUser: format: int64 type: integer + seLinuxChangePolicy: + type: string seLinuxOptions: properties: level: diff --git a/chart/templates/sts.min.io_policybindings.yaml b/chart/templates/sts.min.io_policybindings.yaml index 1dc6be5989abb20067f2e3390b504d7800a5a28d..672319cc878f00020699af8ed74537d2042995ad 100644 --- a/chart/templates/sts.min.io_policybindings.yaml +++ b/chart/templates/sts.min.io_policybindings.yaml @@ -3,8 +3,8 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.16.5 - operator.min.io/version: v7.0.0 + controller-gen.kubebuilder.io/version: v0.17.2 + operator.min.io/version: v7.0.1 name: policybindings.sts.min.io spec: group: sts.min.io diff --git a/chart/values.yaml b/chart/values.yaml index a29abb9d36f2bd237fc29b706dbb1e829af55a3e..c0deb584777194d611a7dbbc9ea26825acd3271e 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -34,14 +34,14 @@ operator: ### # Specify the Operator container image to use for the deployment. # ``image.tag`` - # For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v7.0.0 tag. + # For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v7.0.1 tag. # The container pulls the image if not already present: # # .. code-block:: yaml # # image: # repository: quay.io/minio/operator - # tag: v7.0.0 + # tag: v7.0.1 # pullPolicy: IfNotPresent # # The chart also supports specifying an image based on digest value: @@ -55,20 +55,20 @@ operator: # image: repository: registry1.dso.mil/ironbank/opensource/minio/operator - tag: v7.0.0 + tag: v7.0.1 pullPolicy: IfNotPresent ### # Specify the sidecar container image to deploy on tenant pods for init container and sidecar. # Only need to change this if want to use a different version that the default, or want to set a custom registry. # ``sidecarImage.tag`` - # For example, the following sets the image to the ``quay.io/minio/operator-sidecar`` repo and the v7.0.0 tag. + # For example, the following sets the image to the ``quay.io/minio/operator-sidecar`` repo and the v7.0.1 tag. # The container pulls the image if not already present: # # .. code-block:: yaml # # sidecarImage: # repository: quay.io/minio/operator-sidecar - # tag: v7.0.0 + # tag: v7.0.1 # pullPolicy: IfNotPresent # # The chart also supports specifying an image based on digest value: