-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 containers API version from 2024-05-01 to 2024-09-01 #28598
Conversation
@ms-henglu Indeed, they don't seem related, I trust you on that ;) Is this a private Teamcity instance, as I don't see these in the list of checks? Is there anything I can do to move this PR forward? |
Yes, it's a private team city. The Hashicorp reviewers will review and merge this PR. |
@tiesmaster What does the delta between 2024-09-01 and 2024-10-01 look like? If review cycles are long, might as well get it to the latest |
Sure, I can look into the complexity involved ingesting that delta. Though, I'm not that keen on doing any more work unless I have a sense of that anything is going to happen from Hashicorp's side. I created this PR over a month ago, and nothing has happened so far. I have pinged people multiple times in the Terraform community Slack, so I, for sure, am out of options. Unless you know who I can ping for this or someone of Hashicorp steps in, I'm going to leave this PR as it is. |
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.
@tiesmaster apologies for the delay in review here and thanks for running the tests on this PR @ms-henglu. Would you mind resolving the merge conflicts? Once that's done this should be good to go.
@stephybun No worries, thanks for getting to the PR. Looking at the changes, and merge conflicts, it seems like there is a little bit more needed than only resolving the merge conflict. It looks like an additional AKS API has been pulled in ( I will do that in 3 to 4 days (max a week). |
@tiesmaster |
This is to prepare to add support for controlling AKS Advanced Container Networking Services. Issue: ISSUE-27243
Issue: ISSUE-27243
Issue: ISSUE-27243
6cc5720
to
864aaaf
Compare
@stephybun I've rebased my changes, and fixed the merge conflicts. It was easy to also include the I've ran the unit tests locally, without any issues, and I'm running a smoke test acceptance tests (though, that takes a while, ofc), if that comes back with problems, then I'll convert the PR to draft. @ms-henglu Can you kick off the tests on your end again? Thank you! |
@stephybun Might be good to see if we can move this to the next step, in order to prevent any new merge conflicts to popup. @ms-henglu Did you manage to kick-off a new test run? |
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 ⛰️
Awesome, I'm gonna start working on the main PR for issue #27243 |
…p#28598) * chore: Update .../containerservice/{2024-05-01 -> 2024-09-01}/* This is to prepare to add support for controlling AKS Advanced Container Networking Services. Issue: ISSUE-27243 * chore: Vendor module update Issue: ISSUE-27243 * chore: Fix breaking changes Issue: ISSUE-27243
* Update CHANGELOG.md #28843 * Update CHANGELOG.md for #28748 * Update CHANGELOG.md for #28881 * Update CHANGELOG.md for #28909 * Update CHANGELOG.md fold in patch release and expand starred entry correctly * Update CHANGELOG.md remove duplicate entry for 28843 * Update CHANGELOG.md #28066 * Update CHANGELOG.md for #28902 and fix ordering * Update CHANGELOG.md for #28848 * Update CHANGELOG.md #27622 * Update CHANGELOG.md for #28271 * Update CHANGELOG.md update format * Update CHANGELOG.md #28934 * Update for #28619 #28598 * Update CHANGELOG.md #28940 * Update CHANGELOG.md for #28880 * Update CHANGELOG.md for #28617 * Update CHANGELOG.md #28721 * Update CHANGELOG.md #28949 * Update previous entry for 4.16.0 * Update CHANGELOG.md for #28834 * prep for release --------- Co-authored-by: Matthew Frahry <[email protected]> Co-authored-by: jackofallops <[email protected]> Co-authored-by: catriona-m <[email protected]> Co-authored-by: stephybun <[email protected]> Co-authored-by: Wodans Son <[email protected]> Co-authored-by: jackofallops <[email protected]>
Community Note
Description
This is a precursor PR for issue #27243, to update the
.../containerservice/{2024-05-01 -> 2024-09-01}/*
API. This is to prepare to add support for controlling AKS Advanced Container Networking Services.I've ran the unittest suite, and the following acceptance test:
TestAccKubernetesCluster_runCommand
, and all passed.PR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”❗ As this is a version bump of the one of the APIs, the rest of the sections are not relevant, and hence removed.