Releases: khanh-ph/proxmox-kubernetes
Releases · khanh-ph/proxmox-kubernetes
v5.0.0
What's Changed
Breaking Changes
- Make template compatible with Proxmox 8.2.4, fix issues across template by @oreze in #94
Documentation
- Add CODEOWNERS file, reformat TF files, and update README.md by @khanh-ph in #95
New Contributors
Full Changelog: 4.1.0...5.0.0
v4.1.0
What's Changed
New Features
- Improve the clarity and organization of
variables.tf
and example.tfvars
by @khanh-ph in #86
Full Changelog: 4.0.0...4.1.0
v4.0.0
What's Changed
Breaking Changes
In this release, a new naming convention for all VM resources has been introduced. While the change aligns with ongoing standards and offers improved clarity, it does present breaking changes for existing deployments.
Changes made:
- Use new naming convention for the VMs and cluster name by @khanh-ph in #81
Action required:
- New Deployments: No action is required. Deploy as usual.
- Existing Deployments : Before updating to this release, ensure that the
use_legacy_naming_convention
variable is set to true
in the configuration to preserve the current naming convention. Failure to do so might lead to disruption in the k8s cluster due to the node name changes.
New Features
- Set cluster name based on
env_name
, location
and cluster_number
by @khanh-ph in #76
- Implement error handling while installing Docker on the Kubespray VM by @khanh-ph in #82
Bug Fixes
- Correct Docker bind mount destinations for K8s installation by @khanh-ph in #83
Full Changelog: 3.3.1...4.0.0
v3.3.0
What's Changed
New Features
- Support the addition of a data disk to the worker nodes by @khanh-ph in #69
- Integrate
tflint
and pre-commit
into the repo by @khanh-ph in #70
Full Changelog: 3.2.0...3.3.0
v3.1.0
What's Changed
New Features
- Remove default value for
internal_net_subnet_cidr
variable by @khanh-ph in #60
Full Changelog: 3.0.0...3.1.0
v3.0.0
What's Changed
Breaking Changes
- Upgrade Kubespray, Proxmox VE provider and deployment process; Enhance VM scaling capabilities and network configuration by @khanh-ph in #57
New Features
Full Changelog: 2.0.0...3.0.0
v2.0.0
What's Changed
Breaking Changes
- Update vars name to make it shorter and more meaningful by @khanh-ph in #45
Documentation
Full Changelog: 1.4.0...2.0.0
v1.4.0
What's Changed
New Features
- Add support to deploy Kubernetes cluster on a private network using b… by @khanh-ph in #41
- Remove the script to configure
kubectl
on deployment agent. by @khanh-ph in #42
Full Changelog: 1.3.1...1.4.0