Skip to content

Releases: cloudposse/terraform-aws-dynamodb

v0.29.4

26 Oct 16:55
e605469
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/dynamodb-autoscaler/aws to v0.14.0 @renovate (#100)

This PR contains the following updates:

Package Type Update Change
cloudposse/dynamodb-autoscaler/aws (source) module minor 0.13.2 -> 0.14.0

Release Notes

cloudposse/terraform-aws-dynamodb-autoscaler

v0.14.0

Compare Source

🚀 Enhancements

Feat: Add Index Read/Write Values for Capacity and Target @​nitrocode (#​43) #### what * Add index read/write values for autoscaling capacity and target * If the index values aren't provided, the original values will be used in place via `coalesce(index, original)` #### why * Separate read/write capacities for table vs index #### references * Closes https://github.com/cloudposse/terraform-aws-dynamodb-autoscaler/issues/39

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

v0.29.3

26 Oct 15:37
64073b0
Compare
Choose a tag to compare

🤖 Automatic Updates

Add var.tags_enabled to support dynamodb-local @mwarkentin (#91)

what

  • Adds new variable var.enable_tags - defaults to true for backwards-compatibility
  • If var.enable_tags = false, sets tags = null instead of using generated tags to support apply against a dynamodb-local table (which doesn't support tagging APIs)

why

  • We want to be able to use this module to manage local dynamodb tables in addition to our AWS tables

references

v0.29.2

14 Oct 18:08
06c9659
Compare
Choose a tag to compare

🚀 Enhancements

Chore: bump `dynamodb-autoscaler` module to `0.13.2` @korenyoni (#98)

what

  • Bump dynamodb-autoscaler module to 0.13.2

why

  • dynamodb-autoscaler:0.13.1 has a context.tf that is incompatible with the tenant label.

references

v0.29.1

13 Oct 03:05
104bbc0
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#97)

what

This is an auto-generated PR that updates the context.tf file to the latest version from cloudposse/terraform-null-label

why

To support all the features of the context interface.

v0.29.0

29 May 03:28
25ba8dc
Compare
Choose a tag to compare
Only specify ttl block if ttl_enabled is true @alexjurkiewicz (#95)

Fixes #94.

v0.28.1

28 May 16:07
535321a
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/dynamodb-autoscaler/aws to v0.13.1 @renovate (#96)

This PR contains the following updates:

Package Type Update Change
cloudposse/dynamodb-autoscaler/aws (source) module patch 0.13.0 -> 0.13.1

Release Notes

cloudposse/terraform-aws-dynamodb-autoscaler

v0.13.1

Compare Source

🚀 Enhancements

Don't create resources when enabled = false @​alexjurkiewicz (#​40)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

v0.28.0

20 May 16:06
0f1474b
Compare
Choose a tag to compare
autoscaler version update @maximmi (#88)

what

  • autoscaler version update

why

  • use fixed version

v0.27.1

20 May 15:27
360314d
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/dynamodb-autoscaler/aws to v0.13.0 @renovate (#89)

This PR contains the following updates:

Package Type Update Change
cloudposse/dynamodb-autoscaler/aws (source) module minor 0.12.0 -> 0.13.0

Release Notes

cloudposse/terraform-aws-dynamodb-autoscaler

v0.13.0

Compare Source

some resources names build logic fix @​maximmi (#​38) #### what * some resources names build logic fix #### why * broken logic

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

v0.27.0

20 May 10:50
2e7e68f
Compare
Choose a tag to compare
update autoscaler version @maximmi (#87)

what

  • update autoscaler version
  • tests improved

why

v0.26.2

20 May 10:26
62a2566
Compare
Choose a tag to compare

🤖 Automatic Updates

Update Terraform cloudposse/dynamodb-autoscaler/aws to v0.12.0 @renovate (#86)

This PR contains the following updates:

Package Type Update Change
cloudposse/dynamodb-autoscaler/aws (source) module minor 0.11.0 -> 0.12.0

Release Notes

cloudposse/terraform-aws-dynamodb-autoscaler

v0.12.0

Compare Source

count replaced with foreach @​maximmi (#​37) #### what * `count` replaced with `foreach` #### why * requires to fix `invalid count argument on read/write_target_index with multiple dynamodb tables` issue #### refs * https://github.com//issues/70

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.