Skip to content

Releases: mineiros-io/terraform-google-storage-bucket

v1.0.0

01 Mar 15:47
dc32163
Compare
Choose a tag to compare

1.0.0 (2024-03-01)

Features

  • update bucket properties (google provider 5.10+) (2e55580)

BREAKING CHANGES

  • drop support for google providers < 5.10

v0.3.1

20 Feb 15:59
13b48d7
Compare
Choose a tag to compare

0.3.1 (2024-02-20)

Bug Fixes

  • update child module (terraform-google-storage-bucket-iam) to v0.2.0 (3418290)

v0.3.0

16 Feb 16:55
b520d30
Compare
Choose a tag to compare

0.3.0 (2024-02-16)

Bug Fixes

Features

  • add support for google v5 provider (fa078e2)

v0.2.0

31 Dec 01:52
f50e6b1
Compare
Choose a tag to compare

Changed

  • BREAKING CHANGE: Allow iam.condition to create the same terraform id index as an unset iam.condition.
    This is breaking indexing and will recreate the resource unless iam._key is set to the previous value.

v0.1.0

14 Nov 11:00
3d6246f
Compare
Choose a tag to compare

Added

  • Add support for variable computed_members_map
  • Add support for iam.condition
  • Add support for iam.roles

Removed

  • BREAKING CHANGE: Remove support for Terraform before v1.0
  • BREAKING CHANGE: Remove support for Terraform Google Provider before v4.0
  • BREAKING CHANEG: Remove output module_enabled

v0.0.6

04 Jan 02:04
9cf10cf
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

Changelog

Breaking

  • Removed support for Terraform < 1.1.2

Fixed

  • Fix a bug that is based on terraform type system issue

v0.0.5

29 Dec 18:36
ce61987
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Changelog

Added

  • Add unit tests

Fixed

  • Fix attributes in nested terraform-google-storage-bucket-iam module to not fail when module_enabled = false

v0.0.4

13 Dec 13:02
5439fc4
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

Added

  • Support for provider 4.x

v0.0.3

14 Oct 11:09
b66af68
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Added

  • Add support for IAM via mineiros-io/storage-bucket-iam/google module

v0.0.2

14 Oct 09:11
614d68b
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Changelog

Added

  • Add missing outputs.tf