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

v0.4.0

Compare
Choose a tag to compare
@muvaf muvaf released this 09 Jan 20:18
· 78 commits to main since this release
fc54126

Notable Updates

There are quite a few new manual configurations in this release but the biggest change is that 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. See v0.4.0-preview version that has all CRDs.

What's Changed

  • Cache the go build cache between CI runs by @sergenyalcin in #137
  • Update terrajet by @muvaf in #140
  • Final API groups and kind names by @muvaf in #139
  • Resource configuration document moved to Terrajet by @turkenh in #141
  • Manually configured resources to be v1alpha2 by @muvaf in #144
  • Add top-level known referencers in single config by @muvaf in #142
  • go.mod: update to terrajet v0.3.0 by @muvaf in #145
  • go.mod: update terrajet by @muvaf in #146

New Contributors

Full Changelog: v0.3.0...v0.4.0