Releases: alperencelik/kubemox
Releases · alperencelik/kubemox
v0.1.2
Changelog
- 32cce3f feat: Add documentation for virtualMachineTemplate
What's Changed
- Add support for virtualMachineTemplate CRD with cloud-init by @alperencelik in #38
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Changelog
This version brings an external watcher for Proxmox resources.
What's Changed
- Upgrade controller gen & CRD metadata by @alperencelik in #36
- feat: Add external watcher for Proxmox resources by @alperencelik in #37
- feat: Update Container resource spec with deletionProtection & enableAutoStart functionalities by @alperencelik in #37
Breaking Changes
- ContainerCRD: The Container now has two new fields under spec: deletionProtection and enableAutoStart
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Changelog
What's Changed
- Virtualmachine Custom Resource Enhancements by @alperencelik in #24
- feat: Add github issue templates by @alperencelik in #30
- Reference serviceAccount by correct name by @Deltachaos in #31
- fix: Get container tpl ID from Proxmox by @alperencelik in #33
- feat: Add versioning for mkdocs documentation with mike by @alperencelik in #34
- feat: Add support for multiple NIC and disks by @alperencelik in #35
Breaking Changes
- VirtualMachineCRD: The VirtualMachine now has two new fields:
deletionProtection
andenableAutoStart
. - VirtualMachineSetCRD: The VirtualMachineSet now has two new fields:
deletionProtection
andenableAutoStart
. - Managed Virtual Machine Creation Logic: ManagedVirtualMachines has now been discovered according to the pre-defined tag on VMs in Proxmox.
New Contributors
- @Deltachaos made their first contribution in #31
Full Changelog: v0.0.6-rc2...v0.1.0
v0.0.6-rc3
v0.0.6-rc2
v0.0.6-rc1
v0.0.5-rc2
Changelog
- 2d997fe 💚 fix: CI release
v0.0.5-rc1
Changelog
- 37d226d 📝 Update docs
What's Changed
- Update README.md by @alperencelik in #18
- ✨ feat/customCertificate by @alperencelik in #19
- Feat/add storage download url by @alperencelik in #20
- 🐛fix: Readd storageDownloadURL custom resource by @alperencelik in #21
Full Changelog: v0.0.4-rc2...v0.0.5-rc1
v0.0.4-rc2
Changelog
- 6c2f730 fix: Reconcile logic on virtualmachineset controller