Skip to content

Releases: go-to-k/delstack

v2.9.0

31 Mar 07:47
Immutable release. Only release title and notes can be modified.
e6e2afc

Choose a tag to compare

What's Changed

  • feat: add TerminationProtection awareness to cdk subcommand by @go-to-k in #622
  • style: fix gofmt alignment in StackInfo struct by @go-to-k in #624

Full Changelog: v2.8.0...v2.9.0

v2.8.0

30 Mar 18:02
Immutable release. Only release title and notes can be modified.
220cf8f

Choose a tag to compare

What's Changed

  • test: handle missing RETAIN_MODE context gracefully in e2e CDK apps by @go-to-k in #619
  • feat: support glob patterns for -s stack name filtering by @go-to-k in #621

Full Changelog: v2.7.0...v2.8.0

v2.7.0

30 Mar 11:53
Immutable release. Only release title and notes can be modified.
0f7566f

Choose a tag to compare

What's Changed

  • feat: add cdk subcommand for CDK app integration by @go-to-k in #612
  • refactor: separate CLI layer from action logic in internal/app by @go-to-k in #614
  • test: add unit tests for CdkDeleter logic by @go-to-k in #615
  • refactor: introduce DI interfaces for StackDeleter/CdkDeleter with unit tests by @go-to-k in #616
  • feat: support --app with both directory path and app command by @go-to-k in #617

Full Changelog: v2.6.1...v2.7.0

v2.6.1

24 Mar 12:14
Immutable release. Only release title and notes can be modified.
94cc7ff

Choose a tag to compare

What's Changed

  • chore: remove timeout from Lambda@Edge retry by @go-to-k in #609

Full Changelog: v2.6.0...v2.6.1

v2.6.0

24 Mar 11:41
Immutable release. Only release title and notes can be modified.
11555d9

Choose a tag to compare

What's Changed

  • docs: move gif in README.md by @go-to-k in #597
  • docs: improve README structure and clarity by @go-to-k in #599
  • test: remove testdata_ prefix from e2e directories by @go-to-k in #600
  • docs: improve Features description in README.md by @go-to-k in #601
  • docs: improve README clarity and structure by @go-to-k in #602
  • docs: remove incomplete parameter list from GitHub Actions section by @go-to-k in #603
  • docs: add stack TerminationProtection to Features section by @go-to-k in #604
  • fix: skip DeletionPolicy removal for non-updatable stack statuses by @go-to-k in #607
  • feat: support Lambda@Edge function deletion with replica cleanup retry by @go-to-k in #606

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

v2.5.0

15 Mar 14:13
Immutable release. Only release title and notes can be modified.
8f6e303

Choose a tag to compare

Changelog

v2.4.1

15 Mar 03:54
Immutable release. Only release title and notes can be modified.
67756e2

Choose a tag to compare

What's Changed

  • docs: add testgen_deletion_protection_no_tp to CONTRIBUTING.md by @go-to-k in #584
  • chore(client): change retry logic for S3 client by @go-to-k in #586

Full Changelog: v2.4.0...v2.4.1

v2.4.0

14 Mar 18:11
Immutable release. Only release title and notes can be modified.
4b1840a

Choose a tag to compare

What's Changed

  • docs: add comparison with CloudFormation FORCE_DELETE_STACK by @go-to-k in #578
  • docs: use markdownlint instead of editorconfig by @go-to-k in #580
  • feat: check and disable resource deletion protection before stack deletion by @go-to-k in #581
  • feat: display and force-delete TerminationProtection stacks with -f flag by @go-to-k in #582

Full Changelog: v2.3.1...v2.4.0

v2.3.1

13 Mar 13:43
Immutable release. Only release title and notes can be modified.
dc0e101

Choose a tag to compare

What's Changed

  • test: add S3 bucket and query execution to Athena E2E test by @go-to-k in #573
  • fix: support AWS::CloudFormation::CustomResource type for force deletion by @go-to-k in #575

Full Changelog: v2.3.0...v2.3.1

v2.3.0

13 Mar 11:21
Immutable release. Only release title and notes can be modified.
932027a

Choose a tag to compare

What's Changed

  • refactor: move preprocessing logic from app to preprocessor package by @go-to-k in #567
  • style: format by @go-to-k in #571
  • docs: add CONTRIBUTING.md with development guide by @go-to-k in #568
  • feat: add Athena WorkGroup operator for force deletion by @go-to-k in #569
  • refactor: remove unnecessary vars for range by @go-to-k in #572

Full Changelog: v2.2.2...v2.3.0