Skip to content

Releases: sparkfabrik/terraform-google-gcp-application-bucket-creation-helper

0.12.0

22 Jan 16:45
88290e3

Choose a tag to compare

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

19 Jan 07:42
d9cbd19

Choose a tag to compare

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

26 Nov 17:22
c87c6b4

Choose a tag to compare

Compare with previous version

  • 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 = dr to dr buckets.

0.9.0

25 Nov 16:24
92f06a4

Choose a tag to compare

Compare with previous version

  • Added lifecycle policy rules to buckets (default retention: 30 days after becoming non current)

0.8.1

30 Oct 07:53
448f485

Choose a tag to compare

Compare with previous version

  • Fix append_random_suffix is now compatible with tagging buckets

0.8.0

09 Aug 11:03
9cfae18

Choose a tag to compare

  • Added soft_delete_retention_seconds property to manage bucket soft delete policy

Compare with previous version

0.7.3

08 Aug 09:12
338e685

Choose a tag to compare

Changed generated_bucket_names output to a list of string.

Compare with previous version

0.7.2

07 Aug 15:54
bbd56c6

Choose a tag to compare

Added as new output the list of bucket names generated by the module.

Compare with previous version

0.7.1

09 Aug 14:01

Choose a tag to compare

[0.7.1] - 2023-08-09

Compare with previous version

  • Fix bucket name for tag binding, it was missing the random suffix if present.

0.7.0

08 Aug 13:17
8483e11

Choose a tag to compare

[0.7.0] - 2023-08-08

Compare with previous version

  • 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.