Skip to content

v2.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 03:33
· 807 commits to main since this release
a29a359

What's Changed

Exciting New Features ๐ŸŽ‰

  • New Command: cndi create [owner/repo]. A convenience wrapper on cndi 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 to terraform_cndi so it does not overwrite terraform entries in PATH
  • renamed $CNDI_HOME/bin/kubeseal to kubeseal_cndi so it does not overwrite kubeseal 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 the ow phase executes successfully

Full Changelog: v2.5.0...v2.6.0