Skip to content

Releases: woodpecker-ci/plugin-git

2.5.0

27 Jan 23:29
887614e
Compare
Choose a tag to compare

2.5.0 - 2024-01-27

❤️ Thanks to all contributors! ❤️

@6543, @mhmdanas, @qwerty287

📈 Enhancement

  • Clone ref if ref setting is set [#117]
  • make add ".exe" on windows builds [#112]

📚 Documentation

  • Correct config options' names in docs.md [#124]
  • Add logo [#123]
  • Document SSH settings [#116]

Misc

  • 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

21 Nov 01:02
e714d3f
Compare
Choose a tag to compare

2.4.0 - 2023-11-21

❤️ Thanks to all contributors! ❤️

@renovate[bot], @6543, @pat-s

📈 Enhancement

  • Shallow clone submodules by default [#106]
  • add precommit and linters [#103]

Misc

  • Update woodpeckerci/plugin-docker-buildx Docker tag to v2.2.1 [#107]

2.3.1

15 Nov 21:09
11e8804
Compare
Choose a tag to compare

2.3.1 - 2023-11-15

❤️ Thanks to all contributors! ❤️

@renovate[bot]

Misc

  • Update woodpeckerci/plugin-ready-release-go Docker tag to v1 [#104]

2.3.0

15 Nov 20:48
2.3.0
885e466
Compare
Choose a tag to compare

2.3.0 - 2023-11-08

❤️ Thanks to all contributors! ❤️

@renovate[bot], @6543, @pat-s, @crapStone

📈 Enhancement

  • move flags into own file [#100]

📚 Documentation

  • Use correct ref spec [#97]

Misc

  • 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

14 Oct 08:09
d464fd4
Compare
Choose a tag to compare

2.2.0 - 2023-10-14

❤️ Thanks to all contributors! ❤️

@renovate[bot], @pat-s, @qwerty287, @fracai, @RayaneB75

✨ Features

  • Add option to use SSH for cloning repo [#75]

📈 Enhancement

  • Use woodpecker plugin instead of drone one [#91]
  • Add renovate config [#89]

🐛 Bug Fixes

  • Fix renovate labels [#92]

📚 Documentation

  • docs for remote, refs, sha, path [#88]

Misc

  • Update golang Docker tag to v1.21 [#94]

2.1.2

13 Sep 06:46
41543d5
Compare
Choose a tag to compare

2.1.2 - 2023-09-13

❤️ Thanks to all contributors! ❤️

@qwerty287

🐛 Bug Fixes

  • Fix SHA checkout on PRs [#84]

2.1.1

13 Aug 19:24
1e88dcd
Compare
Choose a tag to compare

2.1.1 - 2023-08-13

❤️ Thanks to all contributors! ❤️

@qwerty287, @6543

🐛 Bug Fixes

  • Always checkout by SHA [#76]

Misc

  • Cleanups and updates [#78]
  • Publish to quay.io too [#74]

2.1.0

23 Jul 11:51
68f0ce5
Compare
Choose a tag to compare

2.1.0 - 2023-07-23

❤️ Thanks to all contributors! ❤️

@anbraten, @pat-s, @qwerty287, @ambroisie, @6543

📈 Enhancement

  • Add git safe.directory support [#70]
  • Use new env vars [#71]
  • Add os.Environ() for git commands environments [#67]

📚 Documentation

  • Change plugin name to "Git Clone" [#61]

Misc

  • Add release helper [#72]

v2.0.3

29 Dec 04:16
v2.0.3
fef9045
Compare
Choose a tag to compare
  • BUGFIXES
    • Fix write .netrc location with home var (#57)

v2.0.1

21 Dec 00:00
v2.0.1
bdca783
Compare
Choose a tag to compare
  • BUGFIXES
    • Fix dockerfile to build correct go binary (#54)
    • Do not set GIT_TERMINAL_PROMPT=0 for git (#52)