Skip to content

Latest commit

 

History

History
198 lines (106 loc) · 13.2 KB

CHANGELOG.md

File metadata and controls

198 lines (106 loc) · 13.2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

4.4.0 (2024-08-29)

Features

4.3.0 (2024-08-06)

Features

  • Add iam_email and env_vars output to simple-sa submodule (#122) (ae592d2)
  • add simple SA module for managing SA and project IAM (#118) (ee1516b)

Bug Fixes

  • deps: bump golang.org/x/net from 0.17.0 to 0.23.0 in /modules/key-distributor/files/function (#115) (5550304)
  • deps: update key-distrubutor to GO v1.20 (#124) (cbaa4b1)
  • Fix output "id" in "simple-sa" module (#125) (3df2ae8)
  • Update the format of "id" output in the "simple-sa" module (#123) (4e586a7)

4.2.3 (2024-04-12)

Bug Fixes

  • deps: bump golang.org/x/crypto from 0.7.0 to 0.17.0 in /modules/key-distributor/files/function (#104) (440d9b8)
  • deps: bump golang.org/x/net from 0.7.0 to 0.17.0 in /modules/key-distributor/files/function (#94) (7581ac4)
  • deps: bump google.golang.org/protobuf from 1.30.0 to 1.33.0 in /modules/key-distributor/files/function (#112) (57f299d)

4.2.2 (2023-10-20)

Bug Fixes

  • upgraded versions.tf to include minor bumps from tpg v5 (#92) (4e0671a)

4.2.1 (2023-04-05)

Bug Fixes

  • deps: update go modules (#74) (4be6958)
  • deps: update module google.golang.org/api to v0.107.0 (#65) (e2298b4)

4.2.0 (2023-01-06)

Features

Bug Fixes

  • fixes lint issues and generates metadata (#69) (22465b2)

4.1.1 (2022-02-03)

Bug Fixes

  • Output values directly from resource (#57) (cb0f7f0)

4.1.0 (2022-01-05)

Features

  • update TPG version constraints to allow 4.0 (#54) (36a2f59)

4.0.3 (2021-09-01)

Bug Fixes

  • remove extraneous dollar sign in keys output (#50) (711e1db)

4.0.2 (2021-06-30)

Bug Fixes

  • declare "key" output as sensitive value (#47) (31304f2)

4.0.1 (2021-06-04)

Bug Fixes

  • Remove outdated template provider (#43) (92cac5b)

4.0.0 (2021-03-16)

⚠ BREAKING CHANGES

  • Restrict to Terraform 0.13+ and add module attribution (#38)

Features

  • Added Service Account key distributor submodule (#32) (fb794a5)
  • Enable overriding descriptions for individual service accounts (#41) (9abb768)
  • Restrict to Terraform 0.13+ and add module attribution (#38) (c423601)

3.0.1 (2020-07-21)

Bug Fixes

  • Key should be the actual value of the generated json content (#26) (b6f3452)

3.0.1 (2020-07-21)

Bug Fixes

  • Key should be the actual value of the generated json content (#26) (b6f3452)

3.0.0 (2020-05-15)

⚠ BREAKING CHANGES

  • Service accounts were changed to use for_each, causing a state migration. See the upgrade guide for details.

Features

  • Add support for custom display_name and description #18 (#19) (badaaf3)
  • Use for_each instead of count to create resource (#15) (19c8a02)

2.0.2 - 2019-10-09

Fixed

  • Fix outputs on names variable element removal/change #14

2.0.1 - 2019-09-13

Changed

  • Fix example in top-level README to work with terraform-0.12.x #13

2.0.0 - 2019-08-14

Changed

  • Refactored outputs and list generation. #9
    • Added new service_account and service_accounts outputs for single and multi user use that expose the base resources, now possible with Terraform 0.12.
    • Added new emails_list and iam_emails_list outputs that return lists, and are guaranteed to keep the same ordering for resources as the map type outputs.
    • Refactored the formatted list generation for the iam_emails and new iam_emails_list outputs to use the new for expression, fixing issues with formatlist and zipmap in Terraform 0.12.
    • Refactored and simplified the keys template and output using the new splat syntax.
    • BREAKING: Changed the keys for the keys output to use the Service Account name.

1.0.0 - 2019-07-26

Changed

  • Upgraded for usage with terraform-0.12.x #6

0.1.1 - 2019-06-14

Fixed

  • All bindings are applied to all service accounts. #3

0.1.0 - 2019-05-28

Added

  • Initial release. #1