Skip to content

Latest commit

 

History

History
299 lines (194 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

299 lines (194 loc) · 12.6 KB

Changelog

2.6.0 - 2024-09-20

❤️ Thanks to all contributors! ❤️

@6543

✨ Features

  • Support sha256 git repos [#173]

Misc

  • 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

❤️ Thanks to all contributors! ❤️

@j04n-f

🐛 Bug Fixes

  • Fetch using short commit SHA [#160]

2.5.1 - 2024-07-13

❤️ Thanks to all contributors! ❤️

@christoph-heiss, @qwerty287

Misc

  • fix(deps): update module github.com/adrg/xdg to v0.5.0 [#157]
  • Explain setting depth to 0 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

❤️ 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)