Releases: simplifi/terraform-google-cloud-build-slack-notifier
Releases · simplifi/terraform-google-cloud-build-slack-notifier
0.5.0
What's Changed
NOTE: While unlikely that anyone depends on this module to manage their APIs, this does change the current behavior and could be considered a breaking change!
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- Include a default slack notification template by @mhutchinson in #9
- Use uniform bucket level access on storage bucket by @mhutchinson in #8
New Contributors
- @mhutchinson made their first contribution in #9
Full Changelog: 0.3.0...0.4.0
Add location field
What's Changed
- Fix failed clone for pre-commit in Travis by @cjonesy in #6
- fix: add location to gcs resource by @nagaakihoshi in #5
New Contributors
- @nagaakihoshi made their first contribution in #5
Full Changelog: 0.2.0...0.3.0
Version pinning fixes
This release primarily addresses some version pinning issues that you may experience when using in conjunction with Google's project-factory.
Changes:
- c923a14: Pinned versions of the google provider in this module sometimes conflicted when used in conjunction with google project-factory
- 0d1b791: Shorten the prefixes and suffixes of resource names to allow for longer user-inputted names
- 143fa5a: Avoid appending crc directly to service name by using
random_id
keepers - ff24071: Passing in a secret ID and project would sometimes error with a mismatch, cleaned up the resources to be more consistent
- ff312cc: Updated variable description for secret ID to be clearer
- f5f5cb5: Set explicit
depends_on
to handle occasional cases where API enablement runs slow, resulting in the notifier service failing to start
Initial release
Setup TravisCI (#2) * Setup TravisCI * Fix pre-commit docs