Releases: sparkfabrik/terraform-google-gcp-application-bucket-creation-helper
Releases · sparkfabrik/terraform-google-gcp-application-bucket-creation-helper
0.12.0
What's Changed
- fix: update bucket IAM member keys for consistency in generated lists by @filippolmt in #34
- feat: add outputs for disaster recovery bucket names and maps by @filippolmt in #35
Full Changelog: 0.11.0...0.12.0
0.11.0
What's Changed
- fix: github action versions by @Monska85 in #29
- chore(deps): update dependency terraform_docs_makefile to v0.20.0 by @renovate[bot] in #28
- platform/4040: feat: add additional_transfer_job_excluded_prefixes va… by @filippolmt in #30
- chore(deps): update terraform-linters/setup-tflint action to v6 by @renovate[bot] in #33
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #32
- chore(deps): update actions/cache action to v5 by @renovate[bot] in #31
Full Changelog: 0.10.0...0.11.0
0.10.0
- Add lifecycle policy rules to dr buckets (default retention: 60 days after becoming non current).
- Add disable soft delete as default behaviour.
- Add label
scope = drto dr buckets.
0.9.0
- Added lifecycle policy rules to buckets (default retention: 30 days after becoming non current)
0.8.1
- Fix
append_random_suffixis now compatible with tagging buckets
0.8.0
- Added
soft_delete_retention_secondsproperty to manage bucket soft delete policy
0.7.3
Changed generated_bucket_names output to a list of string.
0.7.2
Added as new output the list of bucket names generated by the module.
0.7.1
[0.7.1] - 2023-08-09
- Fix bucket name for tag binding, it was missing the random suffix if present.
0.7.0
[0.7.0] - 2023-08-08
- BREAKING CHANGES: tags are now passed using a user-friendly name as
<TAG_KEY_SHORTNAME>/<TAG_VALUE_SHORTNAME>instead of the tag value. - Support global tags to be applied to all buckets. If a bucket specify a list
of tags, the global tags will be overridden and replaced by those specified for
the bucket.