Skip to content

Latest commit

Β 

History

History
327 lines (206 loc) Β· 15.2 KB

CHANGELOG.md

File metadata and controls

327 lines (206 loc) Β· 15.2 KB

Changelog

v4.0.0 (2022-10-03)

πŸ’₯ Breaking Change

  • #102 Replace openssl-version configuration with variant (@scalvert)

πŸ“ Documentation

πŸš€ Enhancement

  • #107 Add package-json-path input to specify location of package.json (@rwjblue)

πŸ› Bug Fix

  • #110 Fix for self-hoster runners (instead of relying on RUNNER_TEMP) (@jeevcat)
  • #111 Fall back to downloading latest version from volta.sh on rate-limit (@ZauberNerd)
  • #115 Add support for Volta 1.1.0 (@rwjblue)

Committers: 4

v4.0.0-beta.4 (2022-10-03)

πŸ› Bug Fix

Committers: 1

v4.0.0-beta.3 (2022-10-03)

πŸ› Bug Fix

  • #110 Fix for self-hoster runners (instead of relying on RUNNER_TEMP) (@jeevcat)
  • #111 Fall back to downloading latest version from volta.sh on rate-limit (@ZauberNerd)

Committers: 2

v4.0.0-beta.2 (2022-09-09)

πŸš€ Enhancement

  • #107 Add package-json-path input to specify location of package.json (@rwjblue)

🏠 Internal

Committers: 1

v4.0.0-beta.1 (2022-09-07)

πŸ’₯ Breaking Change

  • #102 Replace openssl-version configuration with variant (@scalvert)

πŸ“ Documentation

🏠 Internal

  • #105 Add CI scenario acceptance test using variant (@rwjblue)

Committers: 2

v3.0.2 (2022-09-01)

πŸ› Bug Fix

  • #101 Use GitHub API to retrieve latest release information. (@rwjblue)

πŸ“ Documentation

Committers: 2

v3.0.1 (2022-08-30)

πŸ“ Documentation

  • #99 Update README to include current versions (@rwjblue)

Committers: 1

v3.0.0 (2022-08-30)

πŸ’₯ Breaking Change

πŸš€ Enhancement

  • #97 Use ${{ github.token }} to authenticate tool cache downloads (@rwjblue)
  • #98 Allow explicitly specifying openssl-version (on self-hosted environments the openssl command may not be on $PATH) (@scalvert)

πŸ› Bug Fix

🏠 Internal

  • #46 Update to npm@8 (@rwjblue)
  • #96 Prevent test harness from defaulting to ./action as default working directory (@rwjblue)
  • #92 Migrate CI jobs to checkout action into subdirectory (@rwjblue)

Committers: 2

v3.0.0-beta.2 (2022-08-30)

πŸš€ Enhancement

  • #98 Allow explicitly specifying openssl-version (on self-hosted environments the openssl command may not be on $PATH) (@scalvert)

Committers: 1

v3.0.0-beta.1 (2022-08-18)

πŸ’₯ Breaking Change

πŸš€ Enhancement

  • #97 Use ${{ github.token }} to authenticate tool cache downloads (@rwjblue)

πŸ› Bug Fix

🏠 Internal

  • #46 Update to npm@8 (@rwjblue)
  • #96 Prevent test harness from defaulting to ./action as default working directory (@rwjblue)
  • #92 Migrate CI jobs to checkout action into subdirectory (@rwjblue)

Committers: 1

v2.0.1 (2022-08-12)

🏠 Internal

  • #86 Update dependencies / devDependencies to latest (@rwjblue)

Committers: 1

v2.0.0 (2022-08-10)

πŸ’₯ Breaking Change

  • #89 Fix usage on Linux distributions other than Ubuntu (e.g. CentOS, RHEL, &c) (@scalvert)

πŸš€ Enhancement

  • #64 Adds registry-url and always-auth parameters (@pzuraq)

πŸ› Bug Fix

  • #89 Fix usage on Linux distributions other than Ubuntu (e.g. CentOS, RHEL, &c) (@scalvert)

Committers: 3

v1.7.0 (2021-03-03)

πŸš€ Enhancement

  • #53 Add support for specifying npm-version as an option (@felipecrs)

πŸ› Bug Fix

  • #54 Update tsc matcher to associate failure with correct line/column. (@rwjblue)

🏠 Internal

Committers: 2

v1.6.0 (2020-10-22)

πŸš€ Enhancement

🏠 Internal

  • #43 Refactor CI config to simplify testing volta 0.6, 0.7, 0.8, and 0.9. (@rwjblue)
  • #45 Update dependencies to latest. (@rwjblue)
  • #44 Update release packages to latest. (@rwjblue)
  • #41 Remove unused walk-sync devDep. (@rwjblue)

Committers: 1

v1.5.0 (2020-10-07)

πŸš€ Enhancement

  • #30 Resolve warnings about the add-path command being deprecated. Update @actions/core to latest. (@dependabot[bot])

🏠 Internal

  • #40 Re-roll package-lock.json. (@rwjblue)
  • #28 Update dependencies to latest. (@rwjblue)
  • #39 Migrate to @vercel/ncc (@rwjblue)
  • #38 Update @actions/tool-cache and @actions/exec to latest. (@rwjblue)
  • #37 Update jest and related packages to latest. (@rwjblue)
  • #34 Ensure all test scripts fail on uncaught exceptions. (@rwjblue)
  • #36 Migrate internal workflow tests to shell scripts. (@rwjblue)
  • #35 Update uuid to latest. (@rwjblue)
  • #33 Update typescript and related @types packages to latest. (@rwjblue)
  • #32 Add more logging to tests/log-info.js (@rwjblue)
  • #31 Update linting configuration and dependencies. (@rwjblue)

Committers: 1

v1.4.3 (2020-03-27)

πŸ› Bug Fix

  • #24 Ensure specifying a node-version updates the pinned node. (@rwjblue)

🏠 Internal

  • #23 Update to prettier@2. (@rwjblue)
  • #22 Update dependencies and devDependencies to latest versions. (@rwjblue)
  • #19 Update CI workflow to assert expected versions. (@rwjblue)

Committers: 1

v1.4.2 (2020-03-11)

πŸ› Bug Fix

  • #20 Ensure shims work properly when used with volta@0.6 (@rwjblue)

Committers: 1

v1.4.1 (2020-03-11)

🏠 Internal

Committers: 1

v1.4.0 (2020-03-11)

πŸ“ Documentation

  • #17 Tweak action.yml name and description. (@rwjblue)

🏠 Internal

  • #15 Fix repo references (rwjblue/setup-volta -> volta-cli/action). (@rwjblue)

Committers: 1

v1.3.0 (2020-03-11)

πŸš€ Enhancement

  • #9 Add Windows support (@rwjblue)
  • #12 When debugging specify --verbose when installing default node / yarn. (@rwjblue)

πŸ› Bug Fix

  • #10 Extract downloaded files directly into $VOLTA_HOME/bin. (@rwjblue)

🏠 Internal

  • #13 Avoid GitHub rate limiting when using volta install yarn@1 (@rwjblue)
  • #11 Run CI against both Ubuntu and macOS. (@rwjblue)

Committers: 1

v1.2.1 (2020-03-10)

🏠 Internal

  • #8 Update to latest automated release setup. (@rwjblue)

Committers: 1

v1.2.0 (2020-03-09)

🏠 Internal

  • #7 Add automated release setup (via release-it). (@rwjblue)
  • #6 Update to latest version of actions/typescript-template. (@rwjblue)

Committers: 1

v1.1.0 (2020-03-08)

πŸš€ Enhancement

  • #5 Update to leverage volta setup when using Volta 0.7+ (@rwjblue)

🏠 Internal

  • #4 Update dependencies to latest versions. (@rwjblue)

Committers: 1