Skip to content

Releases: polyseam/cndi

v1.10.0

17 Jun 00:04
444cf2c
Compare
Choose a tag to compare

What's Changed

New Templates 🚀

  • neo4j Template launches with support for ec2, eks, gcp, and azure !

New Contributors

Full Changelog: v1.9.3...v1.10.0

v1.9.3

15 Jun 23:57
2c75c35
Compare
Choose a tag to compare

Bug Fixes 🐛

  • cndi-config["infrastructure']["cndi"]["open_ports"] feature now works as intended on EKS

Full Changelog: v1.9.2...v1.9.3

v1.9.2

13 Jun 00:35
c4f02d0
Compare
Choose a tag to compare

Bug Fixes 🐛

  • cndi init will now inherit CNDI_TELEMETRY=debug mode from the environment
  • all steps in the cndi run action job have access to CNDI_TELEMETRY and GIT_REPO env vars

Full Changelog: v1.9.1...v1.9.2

v1.9.1

10 Jun 01:50
e0a778f
Compare
Choose a tag to compare

Bug Fixes 🐛

  • cndi run targeting azure will no longer fail due to a typo in cndi_outputs

Full Changelog: v1.9.0...v1.9.1

v1.9.0

09 Jun 02:04
6675305
Compare
Choose a tag to compare

Exciting New Features 🎉

  • cndi-config files can now declare open_ports to easily open ports for TCP services
  • cndi run will now output the public_host after execution to make it easier to copy it for DNS updates
  • cndi run will now output a link to resource_group after execution to make cloud resources easier to find

Bug Fixes 🐛

  • project_name will now be displayed at the top of cndi-config.jsonc instead of the bottom
  • reliability of cndi destroy is improved

Under the Hood 🚰

  • previous src/templates/two folder has been removed
  • deprecated templates have been removed

Full Changelog: v1.8.5...v1.9.0

v1.8.5

01 Jun 21:18
f2d602c
Compare
Choose a tag to compare

Bug Fixes 🐛

  • NFS can no longer fail to be set as the default StorageClass during cloud-init

Full Changelog: v1.8.4...v1.8.5

v1.8.4

31 May 22:08
743bae2
Compare
Choose a tag to compare

Bug Fixes 🐛

  • Azure deployments no longer fail to deploy with #cloud-config

Full Changelog: v1.8.3...v1.8.4

v1.8.3

30 May 20:06
f7b82b4
Compare
Choose a tag to compare

Exciting New Features 🎉

  • users can now specify microk8s addons they wish to install in their cluster
  • users can now specify which version of microk8s they wish to use

Bug Fixes 🐛

  • Improved reliability when running cndi destroy

Under the Hood 🚰

  • runtime bootstrapping in cndi has been migrated from user-data shell scripts to user-data #cloud-config

Full Changelog: v1.8.2...v1.8.3

v1.8.2

12 May 23:30
c624d02
Compare
Choose a tag to compare

Bug Fixes 🐛

  • Template prompt responses will now populate every applicable slot instead of just the first
  • cndi run and cndi destroy will now stream terraform output instead of waiting until it exits

Under the Hood 🚰

  • cndi is now built using deno v1.33.3
  • cndi dependencies simple-git and crypto-js are both used via npm: specifiers

Full Changelog: v1.8.1...v1.8.2

v1.8.1

11 May 04:14
9304784
Compare
Choose a tag to compare

Bug Fixes 🐛

  • cndi destroy will properly handle the request to confirm from Terraform

New Contributors

Full Changelog: v1.8.0...v1.8.1