Skip to content

Latest commit

 

History

History
235 lines (147 loc) · 8.21 KB

CHANGELOG.md

File metadata and controls

235 lines (147 loc) · 8.21 KB

Changelog

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 - 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 - 2023-11-11

❤️ Thanks to all contributors! ❤️

@renovate[bot]

Misc

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

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 - 2023-10-05

❤️ 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 - 2023-09-05

❤️ Thanks to all contributors! ❤️

@qwerty287

🐛 Bug Fixes

  • Fix SHA checkout on PRs [#84]

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 - 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 - 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)
  • 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)