Releases: concourse/github-release-resource
Releases · concourse/github-release-resource
v1.6.2
update os packages when building images Signed-off-by: Taylor Silva <tsilva@pivotal.io> Co-authored-by: Rui Yang <ruiya@vmware.com>
v1.5.3
bump goloang.org/x/crypto thanks trivy! Signed-off-by: Bohan Chen <bochen@pivotal.io>
v1.6.1
bump goloang.org/x/crypto thanks trivy! Signed-off-by: Bohan Chen <bochen@pivotal.io>
v1.6.0
✈️ Features
- allow setting a semver constraint (#105) @aoldershaw 🔗
v1.5.2
v1.5.1
🐞 Bug Fixes
- Fix graphql client creation when only v3 url is given (#103) @taylorsilva 🔗
v1.5.0
✈️ Features
- Use v4 API for paginating releases in
check
(#102) @kirillbilchenko 🔗- When an
access_token
is provided,check
will use the v4 API for paginating releases. This results in much faster/more stable checks on repositories that have many release assets
- When an
🤷 Miscellaneous
-
clarify release/pre_release in README (#100) @aoldershaw 🔗
-
Update to go 1.15 and go mod (#101) @kirillbilchenko 🔗
v1.3.1
Merge pull request #100 from concourse/issue/95 clarify release/pre_release in README
v1.3.0
Merge pull request #98 from concourse/fix-download-asset behaviour: fix downloading assets with redirects
v1.2.0
Merge pull request #84 from ThePhilderbeast/master add proxy support