v0.5.0
What's Changed
- Initialize the node-containerd-registry-mirrors flag by @moadqassem in #171
- Support for OSC rotation when machine deployment is updated by @ahmedwaleedmalik in #173
- Support yum repos cloud-init module by @moadqassem in #177
- fix: File permissions are not properly rendered by @ahmedwaleedmalik in #179
- Minor refactor by @ahmedwaleedmalik in #174
- Move bootstrapping script from machine controller to OSM by @ahmedwaleedmalik in #175
- Fix scheme for controller manager & refactor way to get API server token for bootstrap script by @ahmedwaleedmalik in #180
Breaking Changes
- #179 Fixes the rendering of file permissions for cloud-init and ignition. Users that have created custom OperatingSystemProfiles need to manually update the permissions and ensure that they are in decimal base with no leading zeroes. For example,
0755
should be755
. - #175 Updates the OperatingSystemProfiles with dedicated sections for
provisioningConfig
andbootstrapConfig
. Users that have created custom OperatingSystemProfiles need to manually update them.
Full Changelog: v0.4.4...v0.5.0