Skip to content

18.2.1

Compare
Choose a tag to compare
@infolinksbot infolinksbot released this 26 Dec 16:49

Miscellaneous fixes (#52)

New features:

  • Add GCP IAM Service Account resource type.
  • Add GCP IAM Policy resource type.
  • Cloud SQL now supports creating MySQL users from manifest.
  • Cloud SQL now supports post-processing SQL scripts (as Jinja2 scripts). This is an opt-in behavior (default is not to process SQL scripts).
  • Detect GCP projects that are pending deletion (or simply not active) and fail when such projects are encountered
  • Automatically infer Kubernetes resources' kind and apiVersion if missing in manifest
  • Exclude kind & apiVersion changes in Kubernetes as causing a Kubernetes resource update
  • Support Jinja {% ... %} expressions in manifest configuration values

Bug fixes & minor changes:

  • When user provides --confirm=RESOURCE, only ask for a confirmation for resources that have actual actions
  • Reject Kubernetes timeout interval larger than the actual timeout
  • Support extra verbosity in Kubernetes updates
  • Use absolute paths across the board internally, which fixes issues when user or manifest provides relative paths
  • Fix Cloud SQL maintenance window disablement (was not disabled when set to null in manifest)
  • Improve validation error messages

Internal improvements:

  • Disable YUM fast-mirrors plugin in Docker images
  • Improve Docker images build time significantly when core sources are modified

Notes