jaxxstorm/action-install-gh-release
### [`v1.9.0`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.9.0)
[Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.8.0...v1.9.0)
##### What's Changed
- Bump [@actions/core](https://togithub.com/actions/core) from 1.8.2 to 1.9.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/jaxxstorm/action-install-gh-release/pull/28](https://togithub.com/jaxxstorm/action-install-gh-release/pull/28)
- update nodejs version by [@jaxxstorm](https://togithub.com/jaxxstorm) in [https://github.com/jaxxstorm/action-install-gh-release/pull/34](https://togithub.com/jaxxstorm/action-install-gh-release/pull/34)
- add a cache and arch test by [@jaxxstorm](https://togithub.com/jaxxstorm) in [https://github.com/jaxxstorm/action-install-gh-release/pull/37](https://togithub.com/jaxxstorm/action-install-gh-release/pull/37)
- Support custom extension matching by [@rvesse](https://togithub.com/rvesse) in [https://github.com/jaxxstorm/action-install-gh-release/pull/32](https://togithub.com/jaxxstorm/action-install-gh-release/pull/32)
##### New Contributors
- [@dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/28](https://togithub.com/jaxxstorm/action-install-gh-release/pull/28)
- [@rvesse](https://togithub.com/rvesse) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/32](https://togithub.com/jaxxstorm/action-install-gh-release/pull/32)
**Full Changelog**: https://github.com/jaxxstorm/action-install-gh-release/compare/v1...v1.9.0
### [`v1.8.0`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.8.0)
[Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.7.1...v1.8.0)
##### What's Changed
- Set a token default and support private repos by [@peter-evans](https://togithub.com/peter-evans) in [https://github.com/jaxxstorm/action-install-gh-release/pull/33](https://togithub.com/jaxxstorm/action-install-gh-release/pull/33)
##### New Contributors
- [@peter-evans](https://togithub.com/peter-evans) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/33](https://togithub.com/jaxxstorm/action-install-gh-release/pull/33)
**Full Changelog**: https://github.com/jaxxstorm/action-install-gh-release/compare/v1...v1.8.0
### [`v1.7.1`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.7.1)
[Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.7.0...v1.7.1)
##### What's Changed
- Fix errors from concurrent builds with cache: enable by [@t0yv0](https://togithub.com/t0yv0) in [https://github.com/jaxxstorm/action-install-gh-release/pull/24](https://togithub.com/jaxxstorm/action-install-gh-release/pull/24)
**Full Changelog**: https://github.com/jaxxstorm/action-install-gh-release/compare/v1...v1.7.1
### [`v1.7.0`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.7.0)
[Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.6.0...v1.7.0)
##### What's Changed
- Adds opt-in caching by [@t0yv0](https://togithub.com/t0yv0) in [https://github.com/jaxxstorm/action-install-gh-release/pull/23](https://togithub.com/jaxxstorm/action-install-gh-release/pull/23)
**Full Changelog**: https://github.com/jaxxstorm/action-install-gh-release/compare/v1...v1.7.0
### [`v1.6.0`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.6.0)
[Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.5.0...v1.6.0)
##### What's Changed
- Feature/flexible release by [@phillipjf](https://togithub.com/phillipjf) in [https://github.com/jaxxstorm/action-install-gh-release/pull/19](https://togithub.com/jaxxstorm/action-install-gh-release/pull/19)
- Add auto tagging of major version by [@stack72](https://togithub.com/stack72) in [https://github.com/jaxxstorm/action-install-gh-release/pull/20](https://togithub.com/jaxxstorm/action-install-gh-release/pull/20)
##### New Contributors
- [@phillipjf](https://togithub.com/phillipjf) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/19](https://togithub.com/jaxxstorm/action-install-gh-release/pull/19)
**Full Changelog**: https://github.com/jaxxstorm/action-install-gh-release/compare/v1.5.0...v1.6.0
### [`v1.5.0`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.5.0)
[Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.4.0...v1.5.0)
##### What's Changed
- Update minimist and package-lock format by [@Frassle](https://togithub.com/Frassle) in [https://github.com/jaxxstorm/action-install-gh-release/pull/15](https://togithub.com/jaxxstorm/action-install-gh-release/pull/15)
- Update octokit library and use throttling plugin by [@Frassle](https://togithub.com/Frassle) in [https://github.com/jaxxstorm/action-install-gh-release/pull/16](https://togithub.com/jaxxstorm/action-install-gh-release/pull/16)
- fix catch type error by [@jaxxstorm](https://togithub.com/jaxxstorm) in [https://github.com/jaxxstorm/action-install-gh-release/pull/18](https://togithub.com/jaxxstorm/action-install-gh-release/pull/18)
##### New Contributors
- [@Frassle](https://togithub.com/Frassle) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/15](https://togithub.com/jaxxstorm/action-install-gh-release/pull/15)
**Full Changelog**: https://github.com/jaxxstorm/action-install-gh-release/compare/v1.4.0...v1.5.0
### [`v1.4.0`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.4.0)
[Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.3.1...v1.4.0)
##### What's Changed
- add crd2pulumi test by [@jaxxstorm](https://togithub.com/jaxxstorm) in [https://github.com/jaxxstorm/action-install-gh-release/pull/9](https://togithub.com/jaxxstorm/action-install-gh-release/pull/9)
- Update to allow obtaining zip or tar.gz archives by [@AaronFriel](https://togithub.com/AaronFriel) in [https://github.com/jaxxstorm/action-install-gh-release/pull/12](https://togithub.com/jaxxstorm/action-install-gh-release/pull/12)
##### New Contributors
- [@AaronFriel](https://togithub.com/AaronFriel) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/12](https://togithub.com/jaxxstorm/action-install-gh-release/pull/12)
**Full Changelog**: https://github.com/jaxxstorm/action-install-gh-release/compare/v1.3.1...v1.4.0
### [`v1.3.1`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.3.1): Actually add arch support
[Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.3.0...v1.3.1)
regen the javascript after after arch support
### [`v1.3.0`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.3.0): Add Arch support
[Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.2.0...v1.3.0)
This release adds support for binaries with multiple architectures
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v1.2.0
->v1.9.0
Release Notes
jaxxstorm/action-install-gh-release
### [`v1.9.0`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.9.0) [Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.8.0...v1.9.0) ##### What's Changed - Bump [@actions/core](https://togithub.com/actions/core) from 1.8.2 to 1.9.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/jaxxstorm/action-install-gh-release/pull/28](https://togithub.com/jaxxstorm/action-install-gh-release/pull/28) - update nodejs version by [@jaxxstorm](https://togithub.com/jaxxstorm) in [https://github.com/jaxxstorm/action-install-gh-release/pull/34](https://togithub.com/jaxxstorm/action-install-gh-release/pull/34) - add a cache and arch test by [@jaxxstorm](https://togithub.com/jaxxstorm) in [https://github.com/jaxxstorm/action-install-gh-release/pull/37](https://togithub.com/jaxxstorm/action-install-gh-release/pull/37) - Support custom extension matching by [@rvesse](https://togithub.com/rvesse) in [https://github.com/jaxxstorm/action-install-gh-release/pull/32](https://togithub.com/jaxxstorm/action-install-gh-release/pull/32) ##### New Contributors - [@dependabot](https://togithub.com/dependabot) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/28](https://togithub.com/jaxxstorm/action-install-gh-release/pull/28) - [@rvesse](https://togithub.com/rvesse) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/32](https://togithub.com/jaxxstorm/action-install-gh-release/pull/32) **Full Changelog**: https://github.com/jaxxstorm/action-install-gh-release/compare/v1...v1.9.0 ### [`v1.8.0`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.8.0) [Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.7.1...v1.8.0) ##### What's Changed - Set a token default and support private repos by [@peter-evans](https://togithub.com/peter-evans) in [https://github.com/jaxxstorm/action-install-gh-release/pull/33](https://togithub.com/jaxxstorm/action-install-gh-release/pull/33) ##### New Contributors - [@peter-evans](https://togithub.com/peter-evans) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/33](https://togithub.com/jaxxstorm/action-install-gh-release/pull/33) **Full Changelog**: https://github.com/jaxxstorm/action-install-gh-release/compare/v1...v1.8.0 ### [`v1.7.1`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.7.1) [Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.7.0...v1.7.1) ##### What's Changed - Fix errors from concurrent builds with cache: enable by [@t0yv0](https://togithub.com/t0yv0) in [https://github.com/jaxxstorm/action-install-gh-release/pull/24](https://togithub.com/jaxxstorm/action-install-gh-release/pull/24) **Full Changelog**: https://github.com/jaxxstorm/action-install-gh-release/compare/v1...v1.7.1 ### [`v1.7.0`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.7.0) [Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.6.0...v1.7.0) ##### What's Changed - Adds opt-in caching by [@t0yv0](https://togithub.com/t0yv0) in [https://github.com/jaxxstorm/action-install-gh-release/pull/23](https://togithub.com/jaxxstorm/action-install-gh-release/pull/23) **Full Changelog**: https://github.com/jaxxstorm/action-install-gh-release/compare/v1...v1.7.0 ### [`v1.6.0`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.6.0) [Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.5.0...v1.6.0) ##### What's Changed - Feature/flexible release by [@phillipjf](https://togithub.com/phillipjf) in [https://github.com/jaxxstorm/action-install-gh-release/pull/19](https://togithub.com/jaxxstorm/action-install-gh-release/pull/19) - Add auto tagging of major version by [@stack72](https://togithub.com/stack72) in [https://github.com/jaxxstorm/action-install-gh-release/pull/20](https://togithub.com/jaxxstorm/action-install-gh-release/pull/20) ##### New Contributors - [@phillipjf](https://togithub.com/phillipjf) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/19](https://togithub.com/jaxxstorm/action-install-gh-release/pull/19) **Full Changelog**: https://github.com/jaxxstorm/action-install-gh-release/compare/v1.5.0...v1.6.0 ### [`v1.5.0`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.5.0) [Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.4.0...v1.5.0) ##### What's Changed - Update minimist and package-lock format by [@Frassle](https://togithub.com/Frassle) in [https://github.com/jaxxstorm/action-install-gh-release/pull/15](https://togithub.com/jaxxstorm/action-install-gh-release/pull/15) - Update octokit library and use throttling plugin by [@Frassle](https://togithub.com/Frassle) in [https://github.com/jaxxstorm/action-install-gh-release/pull/16](https://togithub.com/jaxxstorm/action-install-gh-release/pull/16) - fix catch type error by [@jaxxstorm](https://togithub.com/jaxxstorm) in [https://github.com/jaxxstorm/action-install-gh-release/pull/18](https://togithub.com/jaxxstorm/action-install-gh-release/pull/18) ##### New Contributors - [@Frassle](https://togithub.com/Frassle) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/15](https://togithub.com/jaxxstorm/action-install-gh-release/pull/15) **Full Changelog**: https://github.com/jaxxstorm/action-install-gh-release/compare/v1.4.0...v1.5.0 ### [`v1.4.0`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.4.0) [Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.3.1...v1.4.0) ##### What's Changed - add crd2pulumi test by [@jaxxstorm](https://togithub.com/jaxxstorm) in [https://github.com/jaxxstorm/action-install-gh-release/pull/9](https://togithub.com/jaxxstorm/action-install-gh-release/pull/9) - Update to allow obtaining zip or tar.gz archives by [@AaronFriel](https://togithub.com/AaronFriel) in [https://github.com/jaxxstorm/action-install-gh-release/pull/12](https://togithub.com/jaxxstorm/action-install-gh-release/pull/12) ##### New Contributors - [@AaronFriel](https://togithub.com/AaronFriel) made their first contribution in [https://github.com/jaxxstorm/action-install-gh-release/pull/12](https://togithub.com/jaxxstorm/action-install-gh-release/pull/12) **Full Changelog**: https://github.com/jaxxstorm/action-install-gh-release/compare/v1.3.1...v1.4.0 ### [`v1.3.1`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.3.1): Actually add arch support [Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.3.0...v1.3.1) regen the javascript after after arch support ### [`v1.3.0`](https://togithub.com/jaxxstorm/action-install-gh-release/releases/tag/v1.3.0): Add Arch support [Compare Source](https://togithub.com/jaxxstorm/action-install-gh-release/compare/v1.2.0...v1.3.0) This release adds support for binaries with multiple architecturesConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.