Skip to content

Releases: connec/cloudformatious-cli

0.6.0

13 Apr 13:58
Compare
Choose a tag to compare

Install cloudformatious-cli 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/connec/cloudformatious-cli/releases/download/0.6.0/cloudformatious-cli-installer.sh | sh

Download cloudformatious-cli 0.6.0

File Platform Checksum
cloudformatious-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cloudformatious-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
cloudformatious-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
cloudformatious-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cloudformatious-cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
cloudformatious-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.6.0-pre.1

13 Apr 13:42
Compare
Choose a tag to compare
0.6.0-pre.1 Pre-release
Pre-release

Install cloudformatious-cli 0.6.0-pre.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/connec/cloudformatious-cli/releases/download/0.6.0-pre.1/cloudformatious-cli-installer.sh | sh

Download cloudformatious-cli 0.6.0-pre.1

File Platform Checksum
cloudformatious-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cloudformatious-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
cloudformatious-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
cloudformatious-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cloudformatious-cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
cloudformatious-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.6.0-pre.0

13 Apr 13:19
Compare
Choose a tag to compare
0.6.0-pre.0 Pre-release
Pre-release

Install cloudformatious-cli 0.6.0-pre.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/connec/cloudformatious-cli/releases/download/0.6.0-pre.0/cloudformatious-cli-installer.sh | sh

Download cloudformatious-cli 0.6.0-pre.0

File Platform Checksum
cloudformatious-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cloudformatious-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
cloudformatious-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
cloudformatious-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cloudformatious-cli-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
cloudformatious-cli-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.5.0

29 Jul 00:51
Compare
Choose a tag to compare

Features

  • 6b313b2 feat: support packaging of CloudFormation stack's TemplateURLs

Fixes

  • e0f31b3 fix: use relative path in zip entries

Other Changes

  • 2b1c70f chore: fix new clippy lint
  • e9882d1 refactor: indirect Target path via Src enum
  • 61412a2 chore: bump dependencies
  • 131771f chore: bump version

0.4.0

04 Dec 00:03
Compare
Choose a tag to compare

Features

  • 722ccb2 feat: add PackageableProperty for AWS::Serverless::Function
  • a64ec45 feat: implement recovery from ROLLBACK_COMPLETE

Fixes

  • 24a6553 fix: implement packaging for directories

Other Changes

0.3.0

31 Oct 22:09
Compare
Choose a tag to compare

Breaking Changes

  • 24430cc refactor!: require --stack-name in {apply,delete}-stack
  • 16e5a53 refactor!: make template-path a (required) option

Features

  • 04a55b3 feat: implement Clone on arg structs (and Copy if possible)

Fixes

  • 8f0f8b9 fix: restore multi-value behaviour for Vec args

Other Changes

  • 8d2865d chore: upgrade clap
  • 0ce100e refactor: improve value names for parameters and tags
  • c66db00 refactor: remove unstable-package command
  • 5cbe778 ci: bump cache@v2 to clear deprecation warnings
  • 538c741 ci: use Cargo.lock for cargo cache key rather than commit SHA
  • a75b655 ci: run PR workflow on push to master
  • 6c377ec chore: bump version

0.2.4

31 Oct 19:33
Compare
Choose a tag to compare

Other Changes

  • 5a5881d chore: switch to rustls for dependencies
  • b060b9f ci: re-enable update job in PR workflow
  • 107ccc1 ci: use locked dependencies for all CI cargo invocations
  • a66d763 chore: bump version

0.2.3

30 Oct 23:39
Compare
Choose a tag to compare

Other Changes

  • a07b93d ci: attempt #2 to fix release builds with C deps

0.2.2

30 Oct 23:20
Compare
Choose a tag to compare

Other Changes

  • 803af4d ci: attempt to fix release builds with C deps

0.2.1

30 Oct 22:53
Compare
Choose a tag to compare

Other Changes

  • e89e4a0 chore: switch from rusoto to aws-sdk
  • 5ab1d12 chore: bump version