-
Notifications
You must be signed in to change notification settings - Fork 319
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
Support Gitlab 15.0 #1095
Support Gitlab 15.0 #1095
Conversation
38f6506
to
4e1decf
Compare
Closes: #984
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.
Couple very small changes!
@timofurrer - I like the workflow changes, nice! |
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.
Thanks for the test matrix change. That's a huge help. Mostly my comments are about error handling. The problem is by ignoring the error we could get unexpected test results. You can pass the testing.T
argument and call t.Fail
if the error is not nil.
38d452d
to
8d41e3d
Compare
@PatrickRice-KSC @armsnyder I've addressed your feedback. Could you please give it another round? 🏓 |
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 my changes. Thanks @timofurrer !
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.
🚢
This functionality has been released in v3.15.0 of the Terraform GitLab Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue. Thank you! |
GitLab 15.0 has been released today 🎉
This change set makes the provider compatible. We've missed a few things:
gitlab_managed_license
resource wasn't ready regarding the newapproval_status
values@PatrickRice-KSC can you please verify the changes I did in the managed license resource? Did I miss something?
@PatrickRice-KSC @armsnyder @nagyv I've also changed the workflows to test the last three GitLab releases. WDYT? 🏓