Skip to content

Releases: woodpecker-ci/helm

1.6.0

18 Sep 17:23
5c8dbfc
Compare
Choose a tag to compare

1.6.0 - 2024-09-18

❤️ Thanks to all contributors! ❤️

@davidcurrie, @meln5674, @pat-s

✨ Features

  • Support separate namespace for pipeline pods [#223]
  • RBAC for Registry Secrets [#218]

📈 Enhancement

  • Remove uneeded agent role rules [#224]

📚 Documentation

  • Clarification in README.md [#209]

Misc

  • chore(deps): update alpine/helm docker tag to v3.16.1 [#225]
  • Update subcharts and release config [#222]
  • Fix release config [#221]
  • Fix env var parsing [#219]
  • chore(deps): update dependency woodpecker-ci/woodpecker to v2.7.1 [#217]
  • chore(deps): update dependency helm-unittest/helm-unittest to v0.6.1 [#216]
  • chore(deps): update dependency helm-unittest/helm-unittest to v0.6.0 [#215]
  • chore(deps): update alpine/helm docker tag to v3.15.4 [#213]
  • chore(deps): update dependency helm-unittest/helm-unittest to v0.5.2 [#212]
  • chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v1.2.0 [#211]

1.5.1

19 Jul 07:41
4088c82
Compare
Choose a tag to compare

1.5.1 - 2024-07-19

❤️ Thanks to all contributors! ❤️

@pat-s

Misc

  • chore(deps): update dependency woodpecker-ci/woodpecker to v2.7.0 [#208]
  • chore(deps): update alpine/helm docker tag to v3.15.3 [#206]
  • chore(deps): update jnorwood/helm-docs docker tag to v1.14.2 [#205]
  • chore(deps): update jnorwood/helm-docs docker tag to v1.14.0 [#204]
  • Adjust "before prepare" hook [#200]

1.5.0

16 Jun 07:31
8601238
Compare
Choose a tag to compare

1.5.0 - 2024-06-16

✨ Features

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

Misc

  • chore(deps): update alpine/helm docker tag to v3.15.2 [#201]

1.4.0

01 Jun 11:46
774cf9f
Compare
Choose a tag to compare

1.4.0 - 2024-06-01

✨ Features

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

Misc

  • chore(deps): update alpine/helm docker tag to v3.15.1 [#196]
  • chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v1.1.2 [#195]
  • chore(deps): update appleboy/drone-git-push docker tag to v1.1.0 [#194]
  • chore(deps): update dependency helm-unittest/helm-unittest to v0.5.1 [#193]
  • [pre-commit.ci] pre-commit autoupdate [#192]
  • chore(deps): update dependency helm-unittest/helm-unittest to v0.5.0 [#191]
  • chore(deps): update quay.io/helmpack/chart-testing docker tag to v3.11.0 [#189]

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]