Releases: concourse/semver-resource
Releases · concourse/semver-resource
v1.11.0
What's Changed
- Bump the all-dependencies group across 1 directory with 8 updates by @dependabot[bot] in #189
- feat: add sparse checkout to optimize git operations by @analytically in #192
- Add Feature to Get Old Git Diver Versions from Check by @rcsalome in #195
- Bump golang.org/x/crypto from 0.41.0 to 0.45.0 by @dependabot[bot] in #196
- Bump the all-dependencies group across 1 directory with 8 updates by @dependabot[bot] in #191
- Bump the all-dependencies group with 4 updates by @dependabot[bot] in #198
- Bump the all-dependencies group across 1 directory with 8 updates by @dependabot[bot] in #200
- Bump the all-dependencies group with 4 updates by @dependabot[bot] in #201
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.94.0 to 1.95.0 in the all-dependencies group by @dependabot[bot] in #202
- bump dependencies and go to 1.25 by @taylorsilva in #203
New Contributors
- @analytically made their first contribution in #192
- @rcsalome made their first contribution in #195
Full Changelog: v1.10.2...v1.11.0
v1.10.2
What's Changed
- Added the
ssh-keygenbinary back into the image. It was accidentally dropped from the final layer while switching to Wolfi for the base image.
Full Changelog: v1.10.1...v1.10.2
v1.10.1
What's Changed
- Bump the all-dependencies group across 1 directory with 7 updates by @dependabot[bot] in #186
- update go deps by @taylorsilva in #187
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
- Bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in #177
- Bump the all-dependencies group across 1 directory with 7 updates by @dependabot in #176
- Bump the all-dependencies group with 5 updates by @dependabot in #179
- Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 by @dependabot in #180
- Bump the all-dependencies group across 1 directory with 2 updates by @dependabot in #182
- Update Dockerfile to use wolfi to support multi-arch builds by @taylorsilva in #183
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
- update to github.com/google/uuid by @taylorsilva in #164
- Bump golang.org/x/net from 0.34.0 to 0.36.0 by @dependabot in #167
- Update deps and use Ginkgo v2 by @taylorsilva in #168
- Upgrade to v2 of the aws-sdk by @taylorsilva in #169
- When using the S3 driver, this resource will now use the default authentication chain that the AWS SDK uses
- update doc for the check-less usage by @ramonskie in #141
- fix double-quoted arg being passed to git by @taylorsilva in #170
- go modernize: use range instead of c-style for loop by @taylorsilva in #171
- ensure we don't fetch older, cached versions from GCS by @taylorsilva in #172
- update readme and verify aws creds earlier by @taylorsilva in #173
- Bump the all-dependencies group with 3 updates by @dependabot in #174
New Contributors
- @ramonskie made their first contribution in #141
Full Changelog: v1.8.1...v1.9.0
v1.8.1
What's Changed
- Bump the all-dependencies group with 6 updates by @dependabot in #151
- Bump all the dependencies by @drich10 in #153
- Bump the all-dependencies group across 1 directory with 3 updates by @dependabot in #158
New Contributors
Full Changelog: v1.8.0...v1.8.1
v1.8.0
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- Switch base image to paketobuildpacks/run-jammy-base.
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Update doc errors by @Houlistonm in #138
- Adding support for AWS assume role feature by @lnguyen in #142
Dependencies Bump:
- Bump github.com/aws/aws-sdk-go from 1.8.35 to 1.34.0 by @dependabot in #139
- Bump golang.org/x/text from 0.3.6 to 0.3.8 by @dependabot in #140
New Contributors
- @Houlistonm made their first contribution in #138
- @lnguyen made their first contribution in #142
Full Changelog: v1.5.1...v1.6.0
v1.5.1
Merge pull request #136 from evanchaoli/get_latest Add get_latest param.