Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

v0.2.0-preview

Compare
Choose a tag to compare
@turkenh turkenh released this 19 Jan 10:07
· 38 commits to main since this release
a2aef1c

Notable Updates

All CRDs now have final API group and kind names, which means that all future changes will be done only in schema, which can be handled automatically by a webhook. Additionally, manually configured and tested resources now have v1alpha2 version to differentiate from others. So, you can be sure that changes to such resources will be minimal compared to others.

See all CRDs here.

Keep in mind that it is highly recommended to update your Kubernetes cluster to the following Kubernetes versions before installing preview version of the provider that has over 400 CRDs:

  • v1.20.13 and higher in v1.20.x
  • v1.21.7 and higher in v1.21.x
  • v1.22.4 and higher in v1.22.x
  • v1.23 and higher.

Installing to earlier versions might cause high resource usage for a while.

What's Changed

  • Cache the go build cache between CI runs by @sergenyalcin in #18
  • Update terrajet to latest by @turkenh in #21
  • Update terrajet by @muvaf in #26
  • cloudplatform.project: fix the misleading comment about orgId immutability by @muvaf in #10
  • Finalize config for API group/kind calculation by @turkenh in #25
  • Add Custom configurations and examples for some common resources by @sergenyalcin in #22
  • Configure GKE Cluster to return kubeconfig in connection secret by @turkenh in #29
  • Add configuration and examples for sql group by @turkenh in #30
  • Mark manually configured ones as v1alpha2 by @muvaf in #32
  • Workaround for bucket bug: add timeout annotation by @turkenh in #33
  • Bump examples and monitoring group to v1alpha2 by @turkenh in #34
  • Configure external name for serviceaccount/serviceaccountkey and add examples. by @turkenh in #35
  • Generate all crds for 0.2.0-preview by @turkenh in #36

New Contributors

Full Changelog: v0.1.0...v0.2.0-preview