Skip to content

Latest commit

 

History

History
140 lines (66 loc) · 6.91 KB

CHANGELOG.md

File metadata and controls

140 lines (66 loc) · 6.91 KB

Changelog

3.0.2 (2024-02-23)

Bug Fixes

3.0.1 (2024-02-19)

Bug Fixes

  • lint: resolve linting issues across the codebase (22304b0)
  • release: fix release-please configuration (#354) (d568e25)
  • release: fix release-please configuration and CHANGELOG.md formatting (#352) (4d12d72)
  • tests: use proper glob pattern to run tests on all branches (22304b0)

3.0.0 (2024-02-18)

⚠ BREAKING CHANGES

  • change input/output vars underscores to dashes
  • use an optional version file to specify Terragrunt version (one of terragrunt-version or terragrunt-version-file required)

Features

  • use an optional version file to specify Terragrunt version (one of terragrunt-version or terragrunt-version-file required) (ea717b1)
  • use release-please instead of manual release process (#347) (46abb67)

Bug Fixes

Code Refactoring

  • change input/output vars underscores to dashes (ea717b1)

2.0.0 (2024-02-17)

chore

test

  • install 0.54.0 terragrunt in test (f9da40a)
  • only upload ubuntu coverage (a4f7188)
  • restore got for the time being (9a2698f)

1.3.2 (2023-05-18)

chore

  • upgrade actions runners (563c789)

fix

  • use tag instead of name for latestRelease (1acad56)

test

1.3.1 (2023-03-04)

1.3.0 (2023-01-24)

feat

  • add github api token input (318b30a)

1.2.0 (2022-10-23)

ci

  • adds dependabot and removes set-output (9dfad21)
  • fix jest/got issue (13cd122)
  • increases limit of dependabot PRs (bc7790c)
  • prettier fix (cb464b4)
  • updates nodejs (860c045)
  • updates nodejs in action.yml (4a5561d)

1.1.1 (2021-09-03)

1.1.0 (2021-04-04)

feat

  • add ability to get latest Terragrunt version (#11) (989a3e6), closes #11

1.0.1 (2021-02-09)

  • Update packages to latest versions

1.0.0 (2020-12-15)

  • Fix CVE-2020-15228 with GitHub Actions Path and Environment variables
  • Update packages to latest versions
  • Migrate @zeit/ncc to @vercel/ncc

0.1.0 (2020-02-16)