Skip to content

Latest commit

Β 

History

History
174 lines (93 loc) Β· 9.43 KB

CHANGELOG.md

File metadata and controls

174 lines (93 loc) Β· 9.43 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)
  • Update dependencies to latest to patch reported vulnerabilities (fd5f9d2)

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

0.6.7 (2021-09-18)

Bug Fixes

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

0.6.6 (2021-08-05)

Bug Fixes

  • deps: update dependencies to latest and re-compile action to patch reported vulnerabilities (b0d9c06)

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.1 (2021-01-24)

Note: Version bump only for package aws-github-actions

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

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

0.4.7 (2020-09-13)

Note: Version bump only for package aws-github-actions

0.4.6 (2020-08-01)

Note: Version bump only for package aws-github-actions

0.4.5 (2020-07-20)

Note: Version bump only for package aws-github-actions

0.4.4 (2020-06-21)

Bug Fixes

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

Features

  • add additional os testing with matrix strategy for all but cloudfront invalidation (#5) (072d6ee)

0.4.3 (2020-06-21)

Note: Version bump only for package aws-github-actions

0.4.2 (2020-05-25)

Note: Version bump only for package aws-github-actions

0.4.1 (2020-05-02)

Note: Version bump only for package aws-github-actions

0.4.0 (2020-04-24)

Features

  • awscli: upgrade awscli to v2 (320481c)

0.3.0 (2020-04-06)

Bug Fixes

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

Features

  • all: initial commit starting off project with base setup of yarn workspaces, lerna, and ncc (3f2904a)
  • awscli: make awscli internal package into an action as well, general purpose use of the awscli (f5f6b5a)
  • cloudfront: initial implementation of CloudFront cache invalidation action (47f0063)
  • s3: break out awscli from S3 sync to stand on its own (48de053)
  • s3: implement S3 sync using awscli cached locally, no support in javascript sdk (6ea5d6c)
  • sts: implment action for setting up IAM credentials in workflow environment (6d69c04)

0.2.0 (2020-03-07)

Bug Fixes

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

Features

  • all: initial commit starting off project with base setup of yarn workspaces, lerna, and ncc (3f2904a)
  • awscli: make awscli internal package into an action as well, general purpose use of the awscli (f5f6b5a)
  • cloudfront: initial implementation of CloudFront cache invalidation action (47f0063)
  • s3: break out awscli from S3 sync to stand on its own (48de053)
  • s3: implement S3 sync using awscli cached locally, no support in javascript sdk (6ea5d6c)
  • sts: implment action for setting up IAM credentials in workflow environment (6d69c04)