Finalize release 2.3.0#77
Merged
Merged
Conversation
Contributor
Author
|
Additional manual testing Dualstack launch with one ENI Dualstack hotplug Dualstack hotplug with prefix delegation IPv4-only launch IPv4-only hotplug IPv6-only hotplug (one address, two prefixes) |
27d79b9 to
3a60a42
Compare
added 3 commits
October 10, 2022 16:27
Curl should normally complete very quickly, but we'll still go with a long (5s) max time in order to cope with underprovisioned and/or overloaded instances.
3a60a42 to
57cc0e5
Compare
keithaws
approved these changes
Oct 11, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes:
This PR contains two minor code changes in addition to the new release metadata:
get_tokencall (IMDSv2 token retrieval) to the get_meta function, such that it's only called if we actually need a tokencurlcalls. In normal scenarios we expect curl to complete far faster than that, but we don't want to be too aggressive about bailing out in case the instance is heavily loaded and thus not underperforming.Bump version to 2.3.0 in GNUMakefile and package metadata
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.