v1.0.0-beta.41
Pre-releaseChanges since v1.0.0-beta.40
Thanks to all our contributors! 😊
Highlights
When provisioning bare-metal servers, you will notice a faster provisioning process. We now perform two reboots instead of three to provision the machine. The first reboot enters the rescue system, then we install the machine image and cloud-init data, and then we reboot to the real operating system. Before this release, there was a reboot between installing the image and installing cloud-init data.
The install-image process (bare-metal only) was run synchronously up to now. When you ran the controller without concurrent reconcile, the whole caph controller was not reacting to events for roughly two minutes. With this caph release, the install-image process on the new bare-metal machine is a non-blocking operation.
The Singapore location (only hcloud, not bare-metal) and ap-southeast Network Zone are supported now. Thanks to @apricote!
What's Changed
- 🌱 Adding contact information by @batistein in #1404
- 🌱 use SSH_KEY_NAME instead of hard-coded "test" by @guettli in #1405
- 🌱 Install Cloud-Init-Data via post-install.sh by @guettli in #1407
- 🌱 Change order and add new article by @lucasrattz in #1411
- 🌱 fix readme links by @buhodev in #1406
- 🌱 remove duplicated page by @buhodev in #1417
- 🌱 Add Singapore location and ap-southeast Network Zone by @apricote in #1420
- 🐛 Fix Lychee Link Checker by @guettli in #1421
- 🌱 Avoid an Event GetCloudInitOutputFailed. Wait until machine is reachable. by @guettli in #1419
- 🌱 Call install-image asynchronously (bare-metal) by @guettli in #1416
- 🌱 Update quickstart guide with upstream ccm by @SD-13 in #1415
New Contributors
Full Changelog: v1.0.0-beta.40...v1.0.0-beta.41
🚨 This is a RELEASE CANDIDATE. If you find any bugs, file an issue.