Skip to content

Releases: simplifi/terraform-google-cloud-build-slack-notifier

0.5.0

22 Apr 12:56
8cdd640
Compare
Choose a tag to compare

What's Changed

  • Expose disable_on_destroy for service APIs used by module by @cjonesy in #10

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

21 Feb 16:07
41ee3d8
Compare
Choose a tag to compare

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

Full Changelog: 0.3.0...0.4.0

Add location field

14 Apr 20:34
8ed6627
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...0.3.0

Version pinning fixes

14 Jul 20:15
0d9d438
Compare
Choose a tag to compare

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

13 Jul 15:03
3dd4f65
Compare
Choose a tag to compare
Setup TravisCI (#2)

* Setup TravisCI

* Fix pre-commit docs