Releases: woodpecker-ci/helm
Releases · woodpecker-ci/helm
1.4.0
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
1.3.0 - 2024-04-18
❤️ Thanks to all contributors! ❤️
📈 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
1.2.2
1.2.1
1.2.0
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
1.1.0
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
1.0.2
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]