2.6.0 - 2024-09-20
@6543
- Support sha256 git repos [#173]
- chore(deps): update pre-commit hook golangci/golangci-lint to v1.61.0 [#171]
- [pre-commit.ci] pre-commit autoupdate [#172]
- chore(deps): update golang docker tag to v1.23 [#169]
- chore(deps): update pre-commit hook golangci/golangci-lint to v1.60.1 [#170]
- fix(deps): update module github.com/urfave/cli/v2 to v2.27.4 [#166]
- [pre-commit.ci] pre-commit autoupdate [#164]
- chore(deps): update woodpeckerci/plugin-release docker tag to v0.2.1 [#165]
- fix(deps): update module github.com/urfave/cli/v2 to v2.27.3 [#162]
2.5.2 - 2024-07-26
@j04n-f
- Fetch using short commit SHA [#160]
2.5.1 - 2024-07-13
@christoph-heiss, @qwerty287
- fix(deps): update module github.com/adrg/xdg to v0.5.0 [#157]
- Explain setting
depth
to0
effect [#156] - docs: fix typo in plugin feature description [#154]
- Update pre-commit hook golangci/golangci-lint to v1.59.1 [#153]
- Use
release
plugin [#152] - Update pre-commit non-major [#150]
- Update woodpeckerci/plugin-ready-release-go Docker tag to v1.1.2 [#149]
- Update pre-commit hook golangci/golangci-lint to v1.58.2 [#148]
- Update pre-commit non-major [#144]
- Update woodpeckerci/plugin-docker-buildx Docker tag to v4 [#146]
- Update module github.com/urfave/cli/v2 to v2.27.2 [#143]
- Update woodpeckerci/plugin-github-release Docker tag to v1.2.0 [#142]
- Update woodpeckerci/plugin-ready-release-go Docker tag to v1.1.1 [#141]
- Update pre-commit hook pre-commit/pre-commit-hooks to v4.6.0 [#140]
- Update woodpeckerci/plugin-docker-buildx Docker tag to v3.2.1 [#139]
- Update pre-commit hook golangci/golangci-lint to v1.57.2 [#138]
- Update pre-commit hook golangci/golangci-lint to v1.57.1 [#137]
- Update woodpeckerci/plugin-docker-buildx Docker tag to v3.2.0 [#136]
- Update woodpeckerci/plugin-github-release Docker tag to v1.1.2 [#135]
- Update woodpeckerci/plugin-docker-buildx Docker tag to v3.1.0 [#132]
- Update golang Docker tag to v1.22 [#131]
- [pre-commit.ci] pre-commit autoupdate [#130]
- Renovate: Use org config [#129]
- Update woodpeckerci/plugin-docker-buildx Docker tag to v3.0.1 [#128]
2.5.0 - 2024-01-27
@6543, @mhmdanas, @qwerty287
- Update woodpeckerci/plugin-ready-release-go Docker tag to v1.1.0 [#127]
- Update woodpeckerci/plugin-docker-buildx Docker tag to v3 [#126]
- Use cleartext user [#125]
- Fix
depends_on
, take 2 [#120] - Update woodpeckerci/plugin-docker-buildx Docker tag to v2.3.0 [#122]
- [pre-commit.ci] pre-commit autoupdate [#121]
- Fix
depends_on
[#119] - Use
depends_on
[#118] - Update module github.com/urfave/cli/v2 to v2.27.1 [#115]
- Update module github.com/urfave/cli/v2 to v2.27.0 [#114]
- Update module github.com/urfave/cli/v2 to v2.26.0 [#110]
- Update woodpeckerci/plugin-ready-release-go Docker tag to v1.0.3 [#109]
2.4.0 - 2023-11-21
@renovate[bot], @6543, @pat-s
- Update woodpeckerci/plugin-docker-buildx Docker tag to v2.2.1 [#107]
2.3.1 - 2023-11-11
@renovate[bot]
- Update woodpeckerci/plugin-ready-release-go Docker tag to v1 [#104]
2.3.0 - 2023-11-08
@renovate[bot], @6543, @pat-s, @crapStone
- move flags into own file [#100]
- Use correct ref spec [#97]
- Update woodpeckerci/plugin-ready-release-go Docker tag to v0.7.0 [#102]
- make sure setting safe-directory does not fail [#101]
- Plugin github-release: inject the secret as an env var [#96]
- Update woodpeckerci/plugin-docker-buildx Docker tag to v2.2.0 [#99]
2.2.0 - 2023-10-05
@renovate[bot], @pat-s, @qwerty287, @fracai, @RayaneB75
- Add option to use SSH for cloning repo [#75]
- Fix renovate labels [#92]
- docs for remote, refs, sha, path [#88]
- Update golang Docker tag to v1.21 [#94]
2.1.2 - 2023-09-05
@qwerty287
- Fix SHA checkout on PRs [#84]
2.1.1 - 2023-08-13
@qwerty287, @6543
- Always checkout by SHA [#76]
2.1.0 - 2023-07-23
@anbraten, @pat-s, @qwerty287, @ambroisie, @6543
- Add git
safe.directory
support [#70] - Use new env vars [#71]
- Add os.Environ() for git commands environments [#67]
- Change plugin name to "Git Clone" [#61]
- Add release helper [#72]
v2.0.3 - 2022-12-29
- BUGFIXES
- Fix write .netrc location with home var (#57)
v2.0.1 - 2022-12-21
- BUGFIXES
- Fix dockerfile to build correct go binary (#54)
- Do not set GIT_TERMINAL_PROMPT=0 for git (#52)
v2.0.0 - 2022-11-14
- FEATURES
- Partial clone by default (#48)
- BUGFIXES
- Make home var settable (#47)
- ENHANCEMENTS
- Publish semver images (#50)
v1.6.1 - 2022-11-06
- BUGFIXES
- Explicite set and check for home dir (#46)
v1.6.0 - 2022-10-13
- BUGFIXES
- Handle git-lfs separately (#40)
- ENHANCEMENTS
- if no branch info is set, fallback to default repo branch (#41)
v1.5.0 - 2022-10-06
- ENHANCEMENTS
- Release binarys (#37)
- Use ref to checkout if no commit sha is set (#36)
- Fix tests (#35)
- MISC
- Update urfave/cli to v2.17.1 (#38)
- Use built-in log instead of logrus (#34)
v1.4.0 - 2022-08-30
- ENHANCEMENTS
- Auto enable tags clone if it's ci event is 'tag' (#30)
- Support more architectures (#29)
v1.3.0 - 2022-08-15
- FEATURES
- Add option to Change branch name for checkout (#28)
v1.2.0 - 2022-05-25
- FEATURES
- Add git-lfs (#21)
- Custom ssl certs for git (#19)
- ENHANCEMENTS
- Add an
lfs
setting which lets you disable Git LFS (#24)
- Add an
- DOCUMENTATION
- Add docs page (#23)
v1.1.2 - 2022-01-30
- BUGFIXES
- Fix empty login/password in netrc (#20)
v1.1.1 - 2021-12-23
- BUGFIXES
- Fix version info (#13)
v1.1.0 - 2021-12-18
- FEATURES
- Add ppc64le support (#8)
- BUGFIXES
- Regognize "CI_*" EnvVars (#6)
- ENHANCEMENTS
- Multiarch build (#8)
- MISC
- Upgrade urfave/cli to v2 (#5)