Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v2.8.6](https://github.com/kayac/ecspresso/compare/v2.8.5...v2.8.6) - 2026-08-10
- Bump golang.org/x/crypto from 0.51.0 to 0.52.0 by @dependabot[bot] in https://github.com/kayac/ecspresso/pull/1056
- Support --wait-until ecs:<lifecycle stage> by @draftcode in https://github.com/kayac/ecspresso/pull/1063
- Bump google.golang.org/grpc from 1.80.0 to 1.82.1 by @dependabot[bot] in https://github.com/kayac/ecspresso/pull/1062
- Harden --wait-until ecs:<lifecycle stage> by @fujiwara in https://github.com/kayac/ecspresso/pull/1064
- Add documentation for --wait-until to README by @fujiwara in https://github.com/kayac/ecspresso/pull/1066
- Note that a pause hook at an earlier stage blocks the ecs:* wait by @fujiwara in https://github.com/kayac/ecspresso/pull/1068
- Warn when a pause hook blocks the ecs:* lifecycle stage wait by @fujiwara in https://github.com/kayac/ecspresso/pull/1069

## [v2.8.5](https://github.com/kayac/ecspresso/compare/v2.8.4...v2.8.5) - 2026-07-07
- Add `optional: true` to tfstate plugin by @fujiwara in https://github.com/kayac/ecspresso/pull/1017
- Add App.HasDiff for library callers by @fujiwara in https://github.com/kayac/ecspresso/pull/1019
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package ecspresso

// Version is the released version of ecspresso. Managed by tagpr.
var Version = "v2.8.5"
var Version = "v2.8.6"