-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v7.0.0 #2367
base: master
Are you sure you want to change the base?
Release v7.0.0 #2367
Conversation
|
||
Some breaking changes motivates a mayor release, here is the list of breaking changes: | ||
|
||
* remove minioJob |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the migration/upgrade path here?
What needs to change on an existing tenant for the update to work?
Or are these not expected to break workflows if you have a tenant using them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the Tenant CRD is as simple as update the Operator version, it is not going to be disruptive at all.
For the MinIO Job there is no replacement in the Operator, AIStor have a similar functionality for enterprise, the AdminJob, I would say the recommendation if MinIOJob is needed, to move to the AIStor operator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So if someone has an existing MinioJob YAML its just going to stop working with 7.0.
FOr PDB same - do they have to scrub PDB from tenant first?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right, MinIOJob will stop working on 7.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MinIOJob is a one-time operation.
@pjuarezd Does Helm remove the CRD during upgrade? If not then we may want to add code to deal with this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, the Helm upgrade will remove the CRD @ramondeklein
Co-authored-by: Ravind Kumar <ravindk89@gmail.com>
976d095
|
I think we can do the release the old way, using goreleaser, operator sidecar is already on quay https://quay.io/repository/minio/operator-sidecar?tab=tags |
This release will require also a sidecar release with image name
quay.io/minio/operator-sidecar:v7.0.0