15 KiB
0.13.0 (2025-11-27)
Features
- add config options token_id_file & token_secret_file (8ef4bce)
- add controllers (8212493)
- add extra labels (229be14)
- add named errors to cloud config (144b1c7)
- add new network addressing features (e1b8e9b)
- add release-please (a33ea6e)
- can use user/password (ac2f564)
- chart: add daemonset mode (ce92b3e)
- chart: add extraVolumes + extraVolumeMounts (d54368e)
- chart: add hostAliases and initContainers (9ba9ff2)
- chart: extra envs values (646d776)
- cosign images (bc879ab)
- custom instance type (0f0374c)
- enable support for capmox (956a30a)
- enhance ha-group handling (706faa8)
- find node by uuid (5876cd4)
- helm oci release (f8d1712)
- kubelet dualstack support (a752d10)
- prometheus metrics (b81ad14)
- use proxmox ha-group as zone name (27c3e62)
Bug Fixes
- chart: provider value typo (dac1775)
- cluster vm list (efb753c)
- find node by name (3a34fb9)
- ha-groups (66d2e70)
- handle inaccessible nodes (0a31716)
- helm chart release (3983d5b)
- init provider (de55986)
- instance type (10f3e36)
- log error when instance metadata retrieval fails (d2181a8)
- makefile conformance stage (2ebbf7a)
- namespace for extension-apiserver-authentication rolebinding (5c1a382)
- release please (63418b0)
- release please (fced446)
0.12.2 (2025-11-14)
Bug Fixes
- ha-groups (66d2e70)
0.12.1 (2025-11-11)
Bug Fixes
0.12.0 (2025-11-11)
Features
Bug Fixes
- chart: provider value typo (dac1775)
- handle inaccessible nodes (0a31716)
- log error when instance metadata retrieval fails (d2181a8)
- release please (fced446)
v0.11.0 (2025-09-08)
Welcome to the v0.11.0 release of Kubernetes cloud controller manager for Proxmox!
Features
- use proxmox ha-group as zone name
- add extra labels
- add config options token_id_file & token_secret_file
- add named errors to cloud config
Changelog
27c3e62feat: use proxmox ha-group as zone name229be14feat: add extra labelsb77455arefactor: instance metadata2066aa8chore: bump deps8ef4bcefeat: add config options token_id_file & token_secret_file144b1c7feat: add named errors to cloud config
v0.10.0 (2025-08-01)
Welcome to the v0.10.0 release of Kubernetes cloud controller manager for Proxmox!
Bug Fixes
- makefile conformance stage
Features
- add new network addressing features
Changelog
1ce4adechore: release v0.10.0e1b8e9bfeat: add new network addressing featuresa8183c8refactor: split cloud config module60f953dchore: bump deps2ebbf7afix: makefile conformance stage628e7d6chore: clearer error message
v0.9.0 (2025-06-05)
Welcome to the v0.9.0 release of Kubernetes cloud controller manager for Proxmox!
Bug Fixes
- cluster vm list
Changelog
7aba467chore: release v0.9.0e664b24chore: bump depsefb753cfix: cluster vm list5a645a2chore: bump deps
v0.8.0 (2025-04-12)
Welcome to the v0.8.0 release of Kubernetes cloud controller manager for Proxmox!
Bug Fixes
- find node by name
Features
- custom instance type
- chart: extra envs values
Changelog
2e35df2chore: release v0.8.0646d776feat(chart): extra envs values19e1f44chore: bump deps0f0374cfeat: custom instance type3a34fb9fix: find node by name8a2f518chore: bump depsca452adchore: bump deps
v0.7.0 (2025-01-08)
Welcome to the v0.7.0 release of Kubernetes cloud controller manager for Proxmox!
Features
- enable support for capmox This makes ccm compatible with cluster api and cluster api provider proxmox (capmox)
Changelog
bb868bcchore: release v0.7.0956a30afeat: enable support for capmox This makes ccm compatible with cluster api and cluster api provider proxmox (capmox)
v0.6.0 (2025-01-01)
Welcome to the v0.6.0 release of Kubernetes cloud controller manager for Proxmox!
Changelog
63eef87chore: release v0.6.0710dc1bchore: bump deps5ea7b73chore: bump deps2bfb088chore: bump deps87baa50docs: add faq7ec2617docs: install64fc662docs: kubelet flags
v0.5.1 (2024-09-23)
Welcome to the v0.5.1 release of Kubernetes cloud controller manager for Proxmox!
Bug Fixes
- instance type
Changelog
v0.5.0 (2024-09-16)
Welcome to the v0.5.0 release of Kubernetes cloud controller manager for Proxmox!
Features
- find node by uuid
- prometheus metrics
Changelog
63b6907chore: release v0.5.04d79e4edocs: install instruction5876cd4feat: find node by uuidb81ad14feat: prometheus metricse31b24crefactor: contextual logginge1e5263chore: bump deps
v0.4.2 (2024-05-04)
Welcome to the v0.4.2 release of Kubernetes cloud controller manager for Proxmox!
Changelog
76dae87chore: release v0.4.2
v0.4.1 (2024-05-04)
Welcome to the v0.4.1 release of Kubernetes cloud controller manager for Proxmox!
Features
- chart: add daemonset mode
- chart: add hostAliases and initContainers
Changelog
c02bc2fchore: release v0.4.1ce92b3efeat(chart): add daemonset mode4771769chore: bump deps12d2858ci: update multi arch build init3c7cd44ci: update multi arch build init36757fcci: update multi arch build initc1ab34cchore: bump depsd1e6e70docs: update helm install command9ba9ff2feat(chart): add hostAliases and initContainers
v0.4.0 (2024-02-16)
Welcome to the v0.4.0 release of Kubernetes cloud controller manager for Proxmox!
Bug Fixes
- init provider
Features
- kubelet dualstack support
Changelog
677e6ccchore: release v0.4.0a752d10feat: kubelet dualstack supportde55986fix: init provider10592d1chore: bump deps7b73b5frefactor: move providerID to the package
v0.3.0 (2024-01-03)
Welcome to the v0.3.0 release of Kubernetes cloud controller manager for Proxmox!
Bug Fixes
- namespace for extension-apiserver-authentication rolebinding
Features
- can use user/password
- chart: add extraVolumes + extraVolumeMounts
Changelog
6f0c667chore: release v0.3.0ac2f564feat: can use user/password41a7f8dchore: bump deps74d8c78chore: bump depsa76b7c2chore: replace nodeSelector with nodeAffinity in chart + manifests93d8edcchore: bump deps4f7aaebchore: bump depseef9c9cchore: bump depsd54368efeat(chart): add extraVolumes + extraVolumeMounts3a3c070chore: bump deps5c1a382fix: namespace for extension-apiserver-authentication rolebinding75ead90chore: bump deps
v0.2.0 (2023-09-20)
Welcome to the v0.2.0 release of Kubernetes cloud controller manager for Proxmox!
Features
- cosign images
- helm oci release
Changelog
d2da2e8chore: release v0.2.04e641a1chore: bump deps591b88dchore: bump actions/checkout from 3 to 445e3aebchore: bump sigstore/cosign-installer from 3.1.1 to 3.1.28076eeechore: bump github actions depsbc879abfeat: cosign imagesabd63a2chore: bump depsf8d1712feat: helm oci releasedfd7c5fchore: bump deps38da18fci: fix git tagd8c6bedchore: bump deps
v0.1.1 (2023-05-12)
Welcome to the v0.1.1 release of Kubernetes cloud controller manager for Proxmox!
Changelog
6d79605chore: release v0.1.1f8c32e1test: cloud configc051d38ci: build triggera1e7cd0chore: bump depsf813f30ci: add git version
v0.1.0 (2023-05-07)
Welcome to the v0.1.0 release of Kubernetes cloud controller manager for Proxmox!
Changelog
3796b9achore: release v0.1.02fb410ddocs: update readmefb96218test: more testsb776e54test: mock proxmox api641509bdoc: helm chart readme90b66dctest: basic test
v0.0.1 (2023-04-29)
Welcome to the v0.0.1 release of Kubernetes cloud controller manager for Proxmox!
Features
- add controllers