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
- Bump jackson.version from 2.10.3 to 2.11.0 (#1390) @dependabot
- Bump config-file-provider-plugin to 3.6.3 (#1381) @jetersen
- bump terraform to 1.0.10 (#1380) @jetersen
- Bump checkstyle from 8.29 to 8.32 (#1343) @dependabot
📝 Documentation updates
- Add apiUri parameter for github enterprise example case (#1397) @solvingj
- Add example of environment variable to readme (#1376) @solvingj