-
Notifications
You must be signed in to change notification settings - Fork 341
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
ec2_instance: add missing metadata_options parameters #715
Merged
softwarefactory-project-zuul
merged 6 commits into
ansible-collections:main
from
markuman:ec2_instance_more_metadata_options
Mar 21, 2022
Merged
ec2_instance: add missing metadata_options parameters #715
softwarefactory-project-zuul
merged 6 commits into
ansible-collections:main
from
markuman:ec2_instance_more_metadata_options
Mar 21, 2022
Conversation
This file contains 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
ansibullbot
added
community_review
feature
This issue/PR relates to a feature request
integration
tests/integration
module
module
needs_triage
plugins
plugin (any type)
tests
tests
labels
Mar 17, 2022
cc @goneri |
tests/integration/targets/ec2_instance/roles/ec2_instance/tasks/metadata_options.yml
Outdated
Show resolved
Hide resolved
Still...
|
recheck |
recheck |
alinabuzachis
approved these changes
Mar 21, 2022
alinabuzachis
added
backport-3
PR should be backported to the stable-3 branch
mergeit
Merge the PR (SoftwareFactory)
labels
Mar 21, 2022
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #721 🤖 @patchback |
patchback bot
pushed a commit
that referenced
this pull request
Mar 21, 2022
ec2_instance: add missing metadata_options parameters SUMMARY add missing metadata_options parameter http_put_response_hop_limit http_protocol_ipv6 instance_metadata_tags ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance Reviewed-by: Alina Buzachis <None> (cherry picked from commit 1cd572b)
softwarefactory-project-zuul bot
pushed a commit
that referenced
this pull request
Jun 22, 2022
ec2_instance: metadata_options version_added increased SUMMARY After CI troubles in the past, we've forget to backport this feature. incr from 3.2.0 to 3.3.0 #763 failed backport 3 PR for 3.2.0 release #721 initial implementation for 3.2.0 #715 therefore no changelog fragment is necessary. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance ADDITIONAL INFORMATION Reviewed-by: Jill R <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Mark Chappell <None>
jatorcasso
pushed a commit
to jatorcasso/amazon.aws
that referenced
this pull request
Jun 27, 2022
…ctions#852) ec2_instance: metadata_options version_added increased SUMMARY After CI troubles in the past, we've forget to backport this feature. incr from 3.2.0 to 3.3.0 ansible-collections#763 failed backport 3 PR for 3.2.0 release ansible-collections#721 initial implementation for 3.2.0 ansible-collections#715 therefore no changelog fragment is necessary. ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_instance ADDITIONAL INFORMATION Reviewed-by: Jill R <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Mark Chappell <None>
1 task
1 task
1 task
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this pull request
Oct 24, 2023
Prepare 2.0.0 release SUMMARY Prepare 2.0.0 release. Run add_docs, generate changelog, update versions ISSUE TYPE Feature Pull Request COMPONENT NAME community.aws Reviewed-by: Alina Buzachis <None> Reviewed-by: Mark Chappell <None> Reviewed-by: Jill R <None> Reviewed-by: Markus Bergholz <git@osuv.de> Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net> Reviewed-by: None <None>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-3
PR should be backported to the stable-3 branch
community_review
feature
This issue/PR relates to a feature request
integration
tests/integration
mergeit
Merge the PR (SoftwareFactory)
module
module
needs_triage
plugins
plugin (any type)
tests
tests
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.
SUMMARY
add missing metadata_options parameter
ISSUE TYPE
COMPONENT NAME
ec2_instance