Skip to content

Releases: byu-oit/github-action-codedeploy

v2.2.4

17 Jun 15:57
5b4128e

Choose a tag to compare

What's Changed

Full Changelog: v2.2.3...v2.2.4

v2.2.3

18 Feb 17:21
258e1e8

Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.2.3

v2.2.2

25 Sep 20:46
c01afea

Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

25 Sep 18:36
5690430

Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

29 May 17:02
5e5b722

Choose a tag to compare

What's Changed

  • Use AWS SDK v3, specify imports, allow passing in max-wait-time by @GaryGSC in #35

Full Changelog: v2.1.1...v2.2.0

v2.1.1

21 May 22:38
cfa06c5

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

21 May 22:26
3075d08

Choose a tag to compare

Breaking Changes

  • This now runs on node20, so it would go 💥 if someone's using an outdated GitHub Actions runner
    • We don't believe any of our users will be affected

What's Changed

  • Fix docs to reference @v2 in #27
  • Bump dependencies in #28, #32 (thanks, @ggemre!), and #33
  • Use Node.js v20 in #33
  • Simplify viewing deployments in #33

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

02 Nov 22:13
1cd00ec

Choose a tag to compare

This is a breaking change because of the way it now runs on Node.js 16, which requires a newer GitHub Actions runner version. If you're using ubuntu-latest or any of the other -latest runner versions, this should be a safe upgrade that doesn't require any further changes on your part.

This should resolve warnings about the deprecation of node12.

What's Changed

  • Run using Node.js 16, bump NPM & GHA deps by @GaryGSC in #26

Full Changelog: v1.1.4...v2.0.0

v1.1.4

27 Jul 14:12

Choose a tag to compare

Dependnecy upgrades

v1.1.3

21 Jul 13:47

Choose a tag to compare

Fixes the double annotation when an error occurs.