v2.6.0
What's Changed
Exciting New Features ๐
- New Command:
cndi create [owner/repo]
. A convenience wrapper oncndi init --create
with more friendly defaults
Under the Hood ๐ฐ
cndi upgrade
now properly handles pre-release versions, excluding them as targets by default- renamed
$CNDI_HOME/bin/terraform
toterraform_cndi
so it does not overwriteterraform
entries in PATH - renamed
$CNDI_HOME/bin/kubeseal
tokubeseal_cndi
so it does not overwritekubeseal
entries in PATH cndi --help
is executed during install scripts to accelerate a user's first run
Build ๐๏ธ
- Added tests to ensure
cndi
compiles for Windows, Mac, and Linux and is executable - Upgraded tests that call
cndi init --deployment-target-label gcp
to ensure theow
phase executes successfully
Full Changelog: v2.5.0...v2.6.0