Skip to content

Releases: khanh-ph/proxmox-kubernetes

v5.0.0

24 Aug 07:52
d1200f3
Compare
Choose a tag to compare

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

  • @oreze made their first contribution in #94

Full Changelog: 4.1.0...5.0.0

v4.1.0

26 Sep 23:49
74fe844
Compare
Choose a tag to compare

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

26 Sep 16:12
b97e9d2
Compare
Choose a tag to compare

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.1

26 Sep 03:32
fec9496
Compare
Choose a tag to compare

What's Changed

Bug Fixes

Full Changelog: 3.3.0...3.3.1

v3.3.0

09 Sep 00:02
62c6545
Compare
Choose a tag to compare

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.2.0

20 Jun 03:13
8c40bbe
Compare
Choose a tag to compare

What's Changed

New Features

Full Changelog: 3.1.0...3.2.0

v3.1.0

20 Jun 00:47
f333824
Compare
Choose a tag to compare

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

20 Jun 00:29
b53041a
Compare
Choose a tag to compare

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

15 Dec 23:23
0902a89
Compare
Choose a tag to compare

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

15 Dec 02:34
413c888
Compare
Choose a tag to compare

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