Skip to content
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

[PR #749/42295a73 backport][stable-1.5] Copy ignore-2.13.txt to ignore-2.14.txt #753

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Mar 29, 2022

This is a backport of PR #749 as merged into main (42295a7).

SUMMARY

Relates to ansible-collections/news-for-maintainers#13

ISSUE TYPE
  • Bugfix Pull Request
  • Docs Pull Request
  • Feature Pull Request
  • New Module Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION

Copy ignore-2.13.txt to ignore-2.14.txt

SUMMARY

Relates to ansible-collections/news-for-maintainers#13

ISSUE TYPE

Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell <None>
Reviewed-by: Markus Bergholz <[email protected]>
(cherry picked from commit 42295a7)
@ansibullbot ansibullbot added bug This issue/PR relates to a bug community_review needs_triage new_contributor Help guide this first time contributor tests tests labels Mar 29, 2022
@softwarefactory-project-zuul
Copy link
Contributor

Build failed.

@tremble
Copy link
Contributor

tremble commented Apr 12, 2022

recheck

@softwarefactory-project-zuul
Copy link
Contributor

Build failed.

Andersson007 and others added 2 commits April 12, 2022 11:15
Copy ignore-2.12.txt to ignore-2.13.txt

Relates to ansible-collections/overview#45 (comment)

Reviewed-by: Mark Chappell <None>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: None <None>
@softwarefactory-project-zuul
Copy link
Contributor

Build failed.

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

@tremble tremble added the mergeit Merge the PR (SoftwareFactory) label Apr 12, 2022
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded (gate pipeline).

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit 25cc9fc into stable-1.5 Apr 12, 2022
@softwarefactory-project-zuul softwarefactory-project-zuul bot deleted the patchback/backports/stable-1.5/42295a733d52daa6f3f58ace2fdd8cd0c457bf2e/pr-749 branch April 12, 2022 10:51
softwarefactory-project-zuul bot pushed a commit that referenced this pull request Apr 12, 2022
…hanged for boto req (#614)

[PR #606/038c0474 backport][stable-1.5] ec2_vol: set iops even if unchanged for boto req

Depends-On: #753
This is a backport of PR #606 as merged into main (038c047).
SUMMARY

Set the iops value in req_obj even if the target iops is the same as the existing. This is a required parameter for boto's modify_volume. Fixes #605
ISSUE TYPE


Bugfix Pull Request

COMPONENT NAME
ec2_vol
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Oct 24, 2023
…e_support

DynamoDB billing mode support

SUMMARY
Current the dynamodb_table module only supports provisioned table creations, this adds support for defining a billing_mode to create either pay_per_request or provisioned tables.
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/dynamodb.html#DynamoDB.Client.create_table
This change does also allow for changing the billing_mode on existing tables.
fixes: #609
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
dynamodb_table
ADDITIONAL INFORMATION
Example of creating a DynamoDB table with pay_per_request:
- name: Create a pay-per-request table
  community.aws.dynamodb_table:
    name: my-table
    region: eu-west-1
    hash_key_name: id
    hash_key_type: STRING
    billing_mode: PAY_PER_REQUEST

Reviewed-by: Mark Woolley <[email protected]>
Reviewed-by: Mark Chappell <None>
Reviewed-by: None <None>
abikouo pushed a commit to abikouo/amazon.aws that referenced this pull request Oct 24, 2023
Add missed changelog fragment for dynamodb

SUMMARY
Add missed change_log fragment for ansible-collections#753
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
dynamodb_table

Reviewed-by: Mark Chappell <None>
Reviewed-by: None <None>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug community_review mergeit Merge the PR (SoftwareFactory) new_contributor Help guide this first time contributor tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants