Skip to content

v1.41 🌈

Compare
Choose a tag to compare
@release-drafter release-drafter released this 24 May 21:56
· 827 commits to master since this release
configuration-as-code-1.41
db1b8ba

With extension ordinal sorting we now have full control of the load order within Configuration as Code, so now Credentials will be configured first and seed job will be configured last.

We also added support for root level yaml anchors which needs to be prefixed with x-.
See the ec2 demo for a good example.

🚀 New features and improvements

🐛 Bug Fixes

  • Close those file handles 😅 (#1398) @jetersen
  • Allow configuring max aliases for a collection (#1375) @jetersen
  • sort Attributes and RootElementConfigurator according to Extension ordinal (#1394) @jetersen
  • HeteroDescribableConfigurator fix for interface as a target (#1387) @umlublin

📦 Dependency updates

📝 Documentation updates

👻 Maintenance