Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 16:12
b97e9d2

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