Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pjuarezd committed Dec 12, 2024
1 parent e4ffd01 commit 6167902
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/notes/v7.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,17 @@ MinIO Operator is the recommended production-ready way to manage MinIO deploymen
Operator 7.0.0 is now available. This release requires Kubernetes version 1.29.0 or later.
If your cluster does not use Kubernetes version 1.29.0 or later, you must upgrade your cluster to before installing or upgrading to Operator v7.0.0+.

Some breaking changes motivates a mayor release, here is the list of breaking changes:

* remove minioJob
* remove Pod Distribution Budget (PDB)

Additionally several bugfixes are included in this version:

* Add storageLabels value to tenant chart in https://github.com/minio/operator/pull/2335
* Allow custom (non-propagating) stateful set metadata in https://github.com/minio/operator/pull/2337
* feat:add portName to container in https://github.com/minio/operator/pull/2347
* fix: incorrect error log `Waiting for MinIO to be ready: %!s(<nil>)` in https://github.com/minio/operator/pull/2345
* Fix base example url in https://github.com/minio/operator/pull/2349
* Fix storageClassName references in tenant.pool.volumeClaimtemplates in https://github.com/minio/operator/pull/2362
* Add initContainers to tenant Helm Chart in https://github.com/minio/operator/pull/2366

0 comments on commit 6167902

Please sign in to comment.