-
Notifications
You must be signed in to change notification settings - Fork 255
Remove all deprecated attributes and resources #1529
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
Conversation
In order to lower resource usage and have a faster runtime, PRs will not run Cloud tests automatically. |
0950232
to
b07dc3e
Compare
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.
Looks good from the ML-team! Thank you
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.
LGTM from OnCall side of things. Just one question
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.
agree with getting rid of this, just curious if the next release be a major version bump? (as this feels like a breaking change)
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.
Yup. That will be in the 3.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.
I'll be merging all of the v3
milestone PRs at the same time. When I'm ready to do the major release
@julienduchesne is there a estimate as yo when the v3 of terraform will be out? |
Monday, I think |
Preparing the next major release, this PR removes deprecated attributes and resources Their use was also replaced with their non-deprecated alternative
b07dc3e
to
354bfca
Compare
Preparing the next major release, this PR removes deprecated attributes and resources
Their use was also replaced with their non-deprecated alternative
Note: this is a pretty big PR, but there's nothing really crazy in there. Mostly removing some attributes and where they are plugged in. The one thing of note is a workaround I had to do in the annotations resource: https://github.com/grafana/terraform-provider-grafana/pull/1529/files#diff-2557a290b338e0264c77cd6aead40eb6907ee01698f66757b51e281a72df841aR134-R154