Skip to content

v1.1.1

Latest

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 04 Dec 13:35
5c5833b
Fix opt_in_to_archive_for_supported_resources support @benjan-rt (#106) ## what

why

Fix broken functionality

references

🤖 Automatic Updates

chore(deps): update terraform cloudposse/efs/aws to v1.2.0 @[renovate[bot]](https://github.com/apps/renovate) (#100) This PR contains the following updates:
Package Type Update Change
cloudposse/efs/aws (source) module minor 1.1.0 -> 1.2.0

Release Notes

cloudposse/terraform-aws-efs (cloudposse/efs/aws)

v1.2.0

Compare Source

🚀 Enhancements

132: add transition_to_archive @​jgournet (#​144)

what

Add transition_to_archive, same as transition_to_ia
Also add 180, 270 and 365 days options

why

See https://github.com/cloudposse/terraform-aws-efs/issues/132

references

closes #​132

🤖 Automatic Updates

Replace Makefile with atmos.yaml @​osterman (#​152)

what

  • Remove Makefile
  • Add atmos.yaml

why

  • Replace build-harness with atmos for readme genration

References

  • DEV-3229 Migrate from build-harness to atmos
Add GitHub Settings @​osterman (#​141)

what

  • Install a repository config (.github/settings.yaml)

why

  • Programmatically manage GitHub repo settings
Update GitHub workflows @​osterman (#​145)

what

  • Update workflows (.github/workflows/settings.yaml)

why

  • Support new readme generation workflow.
  • Generate banners
Update .github/settings.yml @​osterman (#​149)

what

  • Update .github/settings.yml
  • Drop .github/auto-release.yml files

why

  • Re-apply .github/settings.yml from org level
  • Use organization level auto-release settings

references

  • DEV-1242 Add protected tags with Repository Rulesets on GitHub
Migrate new test account @​osterman (#​150)

what

  • Update .github/settings.yml
  • Update .github/chatops.yml files

why

  • Re-apply .github/settings.yml from org level to get terratest environment
  • Migrate to new test account

References

  • DEV-388 Automate clean up of test account in new organization
  • DEV-387 Update terratest to work on a shared workflow instead of a dispatch action
  • DEV-386 Update terratest to use new testing account with GitHub OIDC
Update GitHub Workflows to use shared workflows from '.github' repo @​osterman (#​147)

what

  • Update workflows (.github/workflows) to use shared workflows from .github repo

why

  • Reduce nested levels of reusable workflows

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 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 was generated by Mend Renovate. View the repository job log.

Fix go version in tests @osterman (#99) ## what - Update go `1.24`

why

  • Error loading shared library libresolv.so.2 in Go 1.20

References