Skip to content

Releases: kayac/ecspresso

v2.3.4

24 May 15:40
7e15ab0
Compare
Choose a tag to compare
v2.3.4 Pre-release
Pre-release

What's Changed

Full Changelog: v2.3.3...v2.3.4

v2.3.3-nightly-76add818eb8b194781b4a7ca4c32cea4cb547b7b

24 May 00:30
7e15ab0
Compare
Choose a tag to compare

Changelog

  • 7e15ab0 Merge pull request #698 from nao23/fix/run-command-log-message-style
  • fc6b121 add space between words

v2.3.3-nightly-a5e92cd1dfcb7069983f36714fcdc0eb5cb20fb7

23 May 00:30
c2d0615
Compare
Choose a tag to compare

Changelog

  • c2d0615 Merge pull request #697 from kayac/fix/panic-on-verify
  • 5c9d53e fix: panic when secrets.name or valueFrom is missing

v2.3.3-nightly-9a207085432d8732d393f44921107b23c6ee6463

22 May 00:30
c2d0615
Compare
Choose a tag to compare

Changelog

  • c2d0615 Merge pull request #697 from kayac/fix/panic-on-verify
  • 5c9d53e fix: panic when secrets.name or valueFrom is missing

v2.3.3-nightly-c0a0d502edc58db5db9acdbed5cc96463c5bd554

Changelog

  • 501a35c Merge branch 'v2' into v2-action-testing
  • edc9b11 Merge pull request #693 from kayac/v2-action-testing
  • 44b605c detect runner's arch.
  • 228ef77 matrix runs-on
  • d60a9c7 test installation by arm and @v2
  • 4809eed test on buildjet-2vcpu-ubuntu-2204-arm

v2.3.3-nightly-8adb9fd1038b0b9ff82eed979b06cebba486eea0

Changelog

  • 501a35c Merge branch 'v2' into v2-action-testing
  • edc9b11 Merge pull request #693 from kayac/v2-action-testing
  • 44b605c detect runner's arch.
  • 228ef77 matrix runs-on
  • d60a9c7 test installation by arm and @v2
  • 4809eed test on buildjet-2vcpu-ubuntu-2204-arm

v2.3.3-nightly-ef5d54f796fbeb4b540fe0f3f474067bd3792a3e

20 Apr 00:28
e9c3f80
Compare
Choose a tag to compare

Changelog

  • 9eae2f7 Bump golang.org/x/net from 0.17.0 to 0.23.0
  • e9c3f80 Merge pull request #689 from kayac/dependabot/go_modules/golang.org/x/net-0.23.0
  • 06cdab2 Merge pull request #690 from kayac/feature/exec-L-flag
  • b2a5791 add exec -L flag.
  • 51eee91 fix typo
  • d3d3a03 groups github.com/aws/aws-sdk-go-v2*

v2.3.3-nightly-fcb57cc59d3f359f9f14509d9953841af683f08d

Changelog

  • 8354418 dependabot groups aws-sdk-go-v2

v2.3.3

29 Mar 14:50
c015304
Compare
Choose a tag to compare

What's Changed

  • Allow to specify os,arch of binary to install in CircleCI's orb by @tomiyan in #666
  • Add revision option to deploy command by @tksx1227 in #672
  • Fix wait for rollbacked deployment with CodeDeploy. by @fujiwara in #673
  • refactor test/ci by @fujiwara in #674
  • Set shorten waiter max delay. by @fujiwara in #675
  • Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #676
  • Bump actions/setup-go from 4 to 5 by @dependabot in #653
  • fix: use GetParameters instead of GetParameter to simulate actual ECS' behavior by @aereal in #678
  • do rollbackTaskDefinition if a rollbacking deployment was completed. by @fujiwara in #679
  • Go 1.22 by @fujiwara in #680
  • fallback to ssm.GetParameter if failed to ssm.GetParameters by @fujiwara in #681

New Contributors

Full Changelog: v2.3.2...v2.3.3

v2.3.3-nightly-35070759113e093be4bf538d83486e4f8bde080f

30 Mar 00:27
c015304
Compare
Choose a tag to compare

Changelog

  • 8384b5a Go 1.22
  • d491fc7 Merge pull request #680 from kayac/fix/go-1.22
  • c015304 Merge pull request #681 from kayac/fix/fallback-ssm-get
  • e7f0bbe fallback to ssm.GetParameter if failed to ssm.GetParameters
  • 5610f10 rename