Skip to content

Latest commit

History

History
136 lines (69 loc) 路 6.31 KB

CHANGELOG.md

File metadata and controls

136 lines (69 loc) 路 6.31 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.8.0 (2024-05-05)

Features

  • Update actions runtime from NodeJS 16 to 20 (c192165)

0.7.1 (2023-06-13)

Bug Fixes

  • Update dependencies to latest to patch reported vulnerabilities (af67092)

0.7.0 (2022-11-22)

Features

  • Update dependencies to latest to patch deprecation for set-output (e0c01e2)
  • Update dependencies to patch reported vulnerabilities (07b16ab)
  • Update dependencies to patch reported vulnerabilities (1c89753)
  • Update runtime for action from Node 12 to 16 (3d475e8)

0.6.9 (2022-03-26)

Bug Fixes

  • deps: update dependencies to latest to patch reported vulnerabilities (c5decc6)

0.6.8 (2021-10-15)

Note: Version bump only for package @aws-github-actions/awscli

0.6.7 (2021-09-18)

Bug Fixes

  • deps: update dependencies to latest to patch reported vulnerabilities (90d9ad3)

0.6.5 (2021-06-10)

Bug Fixes

  • deps: update dependencies to latest and re-complile to patch reported vulnerabilities (e82300c)

0.6.4 (2021-03-16)

Bug Fixes

  • correct old references to master to main (74c82f8)

0.6.3 (2021-03-16)

Bug Fixes

  • update dependencies to latest to patch reported vulnerabilities (7b9ef7d)

0.6.2 (2021-02-14)

Bug Fixes

  • rename master to main and update project dependencies (89bf0c1)

0.6.0 (2020-12-21)

Features

  • update dependencies to v3 aws-sdk and fix vulnerable github action output when setting env var (fb034db)

0.5.1 (2020-09-29)

Note: Version bump only for package @aws-github-actions/awscli

0.5.0 (2020-09-24)

  • refactor!: move actions up to project root (7739e2e)

BREAKING CHANGES

  • action path has been changed to remove packages/

0.4.8 (2020-09-13)

Note: Version bump only for package @aws-github-actions/awscli

0.4.5 (2020-07-20)

Note: Version bump only for package @aws-github-actions/awscli

0.4.4 (2020-06-21)

Bug Fixes

  • fix actions on windows runners (#6) (e7aac78)

0.4.2 (2020-05-25)

Note: Version bump only for package @aws-github-actions/awscli

0.4.1 (2020-05-02)

Note: Version bump only for package @aws-github-actions/awscli

0.4.0 (2020-04-24)

Note: Version bump only for package @aws-github-actions/awscli

0.3.0 (2020-04-06)

Bug Fixes

  • fix action path name for monorepo, bump dependencies and recompile (6d6641c)

Features

  • awscli: make awscli internal package into an action as well, general purpose use of the awscli (f5f6b5a)
  • s3: break out awscli from S3 sync to stand on its own (48de053)

0.2.0 (2020-03-07)

Bug Fixes

  • fix action path name for monorepo, bump dependencies and recompile (6d6641c)

Features

  • awscli: make awscli internal package into an action as well, general purpose use of the awscli (f5f6b5a)
  • s3: break out awscli from S3 sync to stand on its own (48de053)