Skip to content

Releases: alperencelik/kubemox

v0.1.1

05 Jul 10:15
ea2b9bd
Compare
Choose a tag to compare

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

06 Jun 20:48
db70047
Compare
Choose a tag to compare

Changelog

What's Changed

Breaking Changes

  • VirtualMachineCRD: The VirtualMachine now has two new fields: deletionProtection and enableAutoStart.
  • VirtualMachineSetCRD: The VirtualMachineSet now has two new fields: deletionProtection and enableAutoStart.
  • Managed Virtual Machine Creation Logic: ManagedVirtualMachines has now been discovered according to the pre-defined tag on VMs in Proxmox.

New Contributors

Full Changelog: v0.0.6-rc2...v0.1.0

v0.0.6-rc3

02 Jun 13:30
70cbd4e
Compare
Choose a tag to compare
v0.0.6-rc3 Pre-release
Pre-release

Changelog

  • 70cbd4e fix: CloneContainer function

Full Changelog: v0.0.6-rc2...v0.0.6-rc3

v0.0.6-rc2

19 Mar 20:08
078c002
Compare
Choose a tag to compare

Changelog

  • 078c002 ♻️ Update reconciliation loop with reduced gocyclo (#23)

v0.0.6-rc1

18 Mar 20:22
2d92497
Compare
Choose a tag to compare

Changelog

v0.0.5-rc2

27 Feb 20:58
Compare
Choose a tag to compare

Changelog

v0.0.5-rc1

24 Feb 12:24
Compare
Choose a tag to compare

Changelog

What's Changed

Full Changelog: v0.0.4-rc2...v0.0.5-rc1

v0.0.4-rc2

13 Feb 14:11
Compare
Choose a tag to compare

Changelog

  • 6c2f730 fix: Reconcile logic on virtualmachineset controller

v0.0.4-rc1

27 Jan 21:49
65d7f78
Compare
Choose a tag to compare

Changelog

v0.0.3-rc8

07 Jan 14:31
Compare
Choose a tag to compare

Changelog

  • bf90963 Test with ko-goreleaser-magefile stack again