Releases: polyseam/cndi
Releases · polyseam/cndi
v1.10.0
What's Changed
New Templates 🚀
neo4j
Template launches with support forec2
,eks
,gcp
, andazure
!
New Contributors
- @harshil4076 made their first contribution in #310
Full Changelog: v1.9.3...v1.10.0
v1.9.3
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
Bug Fixes 🐛
cndi init
will now inheritCNDI_TELEMETRY=debug
mode from the environment- all steps in the
cndi run
action job have access toCNDI_TELEMETRY
andGIT_REPO
env vars
Full Changelog: v1.9.1...v1.9.2
v1.9.1
Bug Fixes 🐛
cndi run
targeting azure will no longer fail due to a typo incndi_outputs
Full Changelog: v1.9.0...v1.9.1
v1.9.0
Exciting New Features 🎉
cndi-config
files can now declareopen_ports
to easily open ports for TCP servicescndi run
will now output thepublic_host
after execution to make it easier to copy it for DNS updatescndi run
will now output a link toresource_group
after execution to make cloud resources easier to find
Bug Fixes 🐛
project_name
will now be displayed at the top ofcndi-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
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
Bug Fixes 🐛
- Azure deployments no longer fail to deploy with
#cloud-config
Full Changelog: v1.8.3...v1.8.4
v1.8.3
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
Bug Fixes 🐛
- Template prompt responses will now populate every applicable slot instead of just the first
cndi run
andcndi destroy
will now stream terraform output instead of waiting until it exits
Under the Hood 🚰
cndi
is now built using denov1.33.3
cndi
dependenciessimple-git
andcrypto-js
are both used vianpm:
specifiers
Full Changelog: v1.8.1...v1.8.2
v1.8.1
Bug Fixes 🐛
cndi destroy
will properly handle the request to confirm from Terraform
New Contributors
- @abdulolagunju19 made their first contribution in #274 by correcting a typo in the README! 🚀
Full Changelog: v1.8.0...v1.8.1