Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

65 lines (38 loc) · 1.82 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.

Fixed

  • Fix constant drift adding ignore_changes lifecycle rule to google_cloud_service.metadata.annotations

Changed

  • BREAKING CHANGE: change spec.containers.*.env.*.values_from -> spec.containers.*.env.*.value_from
  • BREAKING CHANGE: change spec.containers.*.ports.*.protocol defaulting from "TCP" to null

0.1.0 BREAKING CHANGES

Added

  • Add support for reading secrets from secret manager for container environment variables

Changed

  • Updated IAM module to support IAM members validation

Fixed

  • Fix template variable that is required (was defined as optional)
  • Fix disabling module
  • Fix IAM usage where Terraform complains over mismatched types in ternary operator

Removed

  • BREAKING CHANGE: Drop support for Terraform Google Provider < 4.1
  • BREAKING CHANGE: Drop support for Terraform < 1.0

Added

  • Support for provider 4.x

Added

  • Initial Implementation