-
Notifications
You must be signed in to change notification settings - Fork 75
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
Update minio #297
Update minio #297
Conversation
Allright, I think I've found all of them. I've found https://www.terraform.io/plugin/sdkv2/best-practices/deprecations#renaming-a-required-attribute which we could use to also rename the provider arguments. |
I think we can do a release now (which would be v1.5.3), before merging this PR. After releasing it, we'd then merge this PR and create another one for the renaming. After merging them, we'd release v1.6.0. Can we do like that? If so, you can do the release this time, @BuJo! All we need to do is to create and push a tag "v1.5.3", so GoReleaser will build and publish a release on this repository (which will be automatically pulled by Terraform Plugins website through web hooks). |
Awesome! Yeah, let's make a release before handling this one. I'll give it a try, thank you @felladrin ! |
* needs all environment variables to be checked
* MINIO_ACCESS_KEY and MINIO_SECRET_KEY are deprecated since version RELEASE.2021-04-22T15-44-28Z. * Note that the Terraform Provider will still accept the old variables.
* Makes meaning more clear * see minio/minio#11185
* Use minio_user/minio_password to follow minio * See minio/minio#11185
@BuJo, I've updated the PR, and I believe it's ready. Would you squash and merge it before releasing v1.8.0? |
Thanks @felladrin ! Let's just do it, it shouldn't lead to too much problems. Thank you! |
This also touches the minio admin user/password as minio complains about deprecated access key/secret key env vars.