Skip to content

Releases: woodpecker-ci/helm

1.3.0

18 Apr 15:25
c30b3f2
Compare
Choose a tag to compare

1.3.0 - 2024-04-18

❤️ Thanks to all contributors! ❤️

@antaanimosity, @pat-s

📈 Enhancement

  • Improve agent sts pvc tests [#185]

🐛 Bug Fixes

  • Correctly apply extraVolumes and extraVolumeMounts [#183]

Misc

  • Fix wp syntax in workflow file [#177]
  • chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v1.1.1 [#188]
  • chore(deps): update alpine/helm docker tag to v3.14.4 [#187]
  • Add CODEOWNERS [#186]
  • [pre-commit.ci] pre-commit autoupdate [#184]
  • chore(deps): update dependency helm-unittest/helm-unittest to v0.4.4 [#180]

1.2.3

21 Mar 07:30
2ec70de
Compare
Choose a tag to compare

1.2.3 - 2024-03-21

❤️ Thanks to all contributors! ❤️

Misc

  • chore(deps): update dependency woodpecker-ci/woodpecker to v2.4.1 [#178]

1.2.2

19 Mar 18:59
8500257
Compare
Choose a tag to compare

1.2.2 - 2024-03-19

❤️ Thanks to all contributors! ❤️

@pat-s

Misc

  • Fix unittest after plugin update [#176]
  • chore(deps): update dependency woodpecker-ci/woodpecker to v2.4.0 [#175]
  • chore(deps): update dependency helm-unittest/helm-unittest to v0.4.3 [#174]
  • chore(deps): update alpine/helm docker tag to v3.14.3 [#172]

1.2.1

11 Mar 11:35
af0744f
Compare
Choose a tag to compare

1.2.1 - 2024-03-11

❤️ Thanks to all contributors! ❤️

@pat-s

Misc

  • Set pv size to 1Gb [#169]

1.2.0

07 Mar 15:51
Compare
Choose a tag to compare

1.2.0 - 2024-03-04

✨ Features

  • Add PVC for agent [#163]. This removes the infinite registration of new agents through new agent pods.

Additional Information:

To clean old stale agents, the following commands can be executed on the database (Postgres example)

delete from agents where capacity=-1;
delete from agents where coalesce(name, '') = '';

This will clean a lot stale agents but not all.

Another way is to clean all agents for which the last contact is older than 1 day (thanks @zc-devs), one can do

delete from agents where last_contact < now() - interval '1 day';

Alternatively, one can remove all agents, then recreate the pod and the attached PV. This will reinitialize a fresh agent with a new ID.

🐛 Bug Fixes

  • fix volumeMounts if persistentVolume is not enabled [#160]

Misc

  • chore(deps): update jnorwood/helm-docs docker tag to v1.13.1 [#168]
  • chore(deps): update alpine/helm docker tag to v3.14.2 [#167]
  • chore(deps): update jnorwood/helm-docs docker tag to v1.13.0 [#166]
  • chore(deps): update dependency helm-unittest/helm-unittest to v0.4.2 [#165]
  • chore(deps): update alpine/helm docker tag to v3.14.1 [#164]
  • [pre-commit.ci] pre-commit autoupdate [#159]

1.1.1

02 Feb 14:07
aec7188
Compare
Choose a tag to compare

1.1.1 - 2024-02-02

❤️ Thanks to all contributors! ❤️

@pat-s

📚 Documentation

  • Add documentation for secret generation/handling [#155]

Misc

  • chore(deps): update dependency woodpecker-ci/woodpecker to v2.3.0 [#157]
  • chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v1.1.0 [#156]

1.1.0

22 Jan 09:53
1.1.0
2e6e3dd
Compare
Choose a tag to compare

1.1.0 - 2024-01-22

❤️ Thanks to all contributors! ❤️

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

✨ Features

  • add initContainers and tests [#149]

📈 Enhancement

  • Allow/improve automatic secret creation [#144]

Misc

  • chore(deps): update dependency woodpecker-ci/woodpecker to v2.2.2 [#152]
  • chore(deps): update dependency woodpecker-ci/woodpecker to v2.2.0 [#151]
  • chore(deps): update alpine/helm docker tag to v3.14.0 [#150]
  • chore(deps): update dependency helm-unittest/helm-unittest to v0.4.1 [#147]
  • chore(deps): update dependency helm-unittest/helm-unittest to v0.4.0 [#145]

1.0.3

28 Dec 13:08
cb8e4ac
Compare
Choose a tag to compare

1.0.3 - 2023-12-28

❤️ Thanks to all contributors! ❤️

@renovate[bot]

Misc

  • chore(deps): update dependency woodpecker-ci/woodpecker to v2.1.1 [#140]

1.0.2

26 Dec 20:34
542b450
Compare
Choose a tag to compare

1.0.2 - 2023-12-26

❤️ Thanks to all contributors! ❤️

@renovate[bot], @pre-commit-ci[bot], @genofire

Misc

  • chore(deps): update dependency woodpecker-ci/woodpecker to v2.1.0 [#138]
  • chore(deps): update jnorwood/helm-docs docker tag to v1.12.0 [#137]
  • chore(deps): update alpine/helm docker tag to v3.13.3 [#134]
  • [pre-commit.ci] pre-commit autoupdate [#133]
  • chore: speedup make docs (add README.md.gotmpl to charts/agent) [#103]

1.0.1

29 Nov 09:56
d3675c7
Compare
Choose a tag to compare

1.0.1 - 2023-11-29

❤️ Thanks to all contributors! ❤️

@pat-s

📚 Documentation

  • Use dynamic badges [#128]

Misc

  • Update to main branch for release [#129]