Skip to content

v2.0.11

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 01:05
· 1098 commits to main since this release
663d025

CNDI 2

What's Changed

Features 🚀

  • New Template syntax is more dynamic, expressive, and interactive
  • New cndi_config.yaml syntax is now more flexible and terse
  • Implemented external_dns to automatically update DNS records for cluster Ingresses and Load Balancers
  • Terraform code has been migrated to CDKTF for Typescript increasing framework stability
  • Updated all Kubernetes distributions to 1.28
  • Implemented provisioning of SSH access on non-managed distributions
  • Created new cndi_responses.yaml standard for populating prompts up front
  • Created new cndi init argument -k, which persists prompt responses to cndi_responses.yaml
  • Added reloader controller for rebooting cluster workloads when their configuration changes

Bug Fixes 🐛

-dev provider deployments powered by multipass are more reliable

Under the Hood 🚰

  • due to the size of the cloud platform APIs exposed by cdktf our binaries are bloated, the impact of this has been isolated to executions of cndi overwrite

Full Changelog: v1.16.0...v2.0.11