Commit graph

12 commits

Author SHA1 Message Date
Kyle Jackson
9cfb6b62dd
Allow proxy values to be set (#147)
This action fails behind a proxy, this PR updates hashicorp/js-releases from 1.40 to 1.50 which should allow a proxy to be set.

- bump hashicorp/js-releases from 1.40 to 1.50

Fixes #17

Co-authored-by: James Pogran <jpogran@outlook.com>
2022-03-04 11:18:33 -05:00
James Pogran
ca6738af70
Bump development dependencies (#153)
Bumps [semistandard](https://github.com/standard/semistandard) from 14.2.0 to 16.0.1.
- [Release notes](https://github.com/standard/semistandard/releases/tag/v16.0.1)
- [Commits](standard/semistandard@v14.2.0...v16.0.1)

Bumps [nock](https://github.com/nock/nock) from 7.4.0 to 7.5.0.
- [Release notes](https://github.com/nock/nock/releases/tag/v13.2.4)
- [Commits](nock/nock@v13.0.11...v13.2.4)

Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.5.1.
- [Release notes](https://github.com/facebook/jest/releases/tag/v27.5.1)
- [Commits](facebook/jest@v26.6.3...v27.5.1)

Bumps [husky](https://github.com/typicode/husky) from 6.0.0 to 7.0.4.
- [Release notes](https://github.com/typicode/husky/releases/tag/v7.0.4)
- [Commits](typicode/husky@v6.0.0...v7.0.4)

Bumps [ncc](https://github.com/vercel/ncc) from 0.28.5 to 0.33.3.
- [Release notes](https://github.com/vercel/ncc/releases/tag/0.33.3)
- [Commits](vercel/ncc@0.28.5...0.33.3)
2022-03-04 10:53:57 -05:00
Audrey Eschright
9095b20a9e
Update js-releases to v1.4.0 (#111)
* Update js-releases to v1.4.0
* Update dependency @vercel/ncc
2021-05-13 15:15:06 -07:00
Audrey Eschright
a504130155
Update js-releases to fix missing dep in bundle (#78) 2020-12-09 12:21:26 -08:00
Audrey Eschright
617d9d54a6
Fix build dependency: ncc (#76) 2020-12-08 13:49:34 -08:00
Audrey Eschright
5d2ec201a9
Document pre-release behavior (#73)
* Add user agent reporting to terraform download
* Upgrade js-releases dependency
2020-12-08 11:26:01 -08:00
Audrey Eschright
32c4f59108
Switch to @hashicorp/js-releases for finding correct package to install (#70) 2020-12-01 10:49:15 -08:00
Audrey Eschright
ccd38093bb
Upgrade dependencies and clean up package config (#63) 2020-10-30 13:07:27 -07:00
Jarek Potiuk
af8505ef0a
Allow to specify range specification instead of fixed version (#38)
That allows to install for example the latest bug-fix version of
terraform 1.12.* even if 1.13 is already installed.

Co-authored-by: Matthew Sanabria <24284972+sudomateo@users.noreply.github.com>
2020-09-08 10:18:09 -04:00
Alex Jurkiewicz
70ec49405b
Ignore pre-release versions for 'latest' (#19)
* Ignore pre-release versions for 'latest'

Fixes #16

* Note the real version when using 'latest'
2020-06-18 20:02:28 -04:00
Matthew Sanabria
2f973eff69 Updating dist/index.js 2020-04-30 10:42:16 -04:00
Matthew Sanabria
cd5e05ffbf Initial commit 2020-04-25 19:46:30 -04:00