- no changes on the code itself. We now publish the container on ghcr instead of docker hub.
- We move out of beta, we've been running 2.0 without changes in production
- Use a custom
in
script instead of the script provided by the embedded git-resource. This allows us to efficiently fetch shallow clones at exactly a specified revision without incurring needlessgit fetch --deepen
roundtrips.
Note: this release can break configuration for the get
step in your pipelines as
it removes configuration options inherited from git-resource
that don't make
sense in the context of gate-resource anymore. This helps to achieve better get
performance and is critical for large gate repository.
Please review the README for updated configuration options.
- Patch an issue with shallow-clones not fetching at the correct depth in git-resource. See concourse/git-resource#316 for more details.
- Updates git-resource to 1.7.0
- Use shallow clones for cloning the gate repository. This should increase performance.
Initial Release.