Releases: SickHub/charts
cronjobs-0.4.1
A generic helm cronjob chart for kubernetes
What's Changed
- chore(deps): update helm release common to v2.22.0 by @renovate in #75
- Fix pod annotations/labels by @torchello in #78
Full Changelog: cronjobs-0.4.0...cronjobs-0.4.1
cronjobs-0.4.0
A generic helm cronjob chart for kubernetes
What's Changed
- chore(deps): update helm release common to v2.19.2 by @renovate in #70
- chore(deps): update helm release common to v2.19.3 by @renovate in #72
- chore(deps): update helm release common to v2.20.2 by @renovate in #73
- chore(deps): update helm release common to v2.21.0 by @renovate in #74
- Add ability to attach custom pod labels by @torchello in #77
New Contributors
- @torchello made their first contribution in #77
Full Changelog: cronjobs-0.3.0...cronjobs-0.4.0
cronjobs-0.3.0
A generic helm cronjob chart for kubernetes
What's Changed
- chore(deps): update helm/kind-action action to v1.9.0 by @renovate in #63
- chore(deps): update helm release common to v2.16.0 by @renovate in #64
- chore(deps): update helm release common to v2.16.1 by @renovate in #65
- chore(deps): update helm release common to v2.19.0 by @renovate in #67
- chore(deps): update azure/setup-helm action to v4 by @renovate in #66
- chore(deps): update helm release common to v2.19.1 by @renovate in #68
- chore(deps): update helm/kind-action action to v1.10.0 by @renovate in #69
- [sickhub/cronjobs] Optionally support attaching Role/ClusterRole to ServiceAccount by @dennischristmann in #71
New Contributors
- @dennischristmann made their first contribution in #71
Full Changelog: cronjobs-0.2.0...cronjobs-0.3.0
cronjobs-0.2.0
A generic helm cronjob chart for kubernetes
What's Changed
- doc: downloads badge by @DrPsychick in #31
- chore(deps): update helm/chart-testing-action action to v2.4.0 by @renovate in #32
- chore(deps): update helm release common to v2.2.5 by @renovate in #33
- chore(deps): update helm release common to v2.3.0 by @renovate in #34
- chore(deps): update helm/kind-action action to v1.6.0 by @renovate in #35
- chore(deps): update helm/kind-action action to v1.7.0 by @renovate in #36
- chore(deps): update helm release common to v2.4.0 by @renovate in #37
- chore(deps): update helm release common to v2.5.0 by @renovate in #39
- chore(deps): update helm release common to v2.6.0 by @renovate in #40
- chore(deps): update helm/kind-action action to v1.8.0 by @renovate in #41
- [sickhub/cronjobs] Support setting timeZone by @pelkiegr in #43
- fix: condition for timeZone by @DrPsychick in #44
- chore(deps): update helm release common to v2.8.0 by @renovate in #45
- chore(deps): update helm release common to v2.9.1 by @renovate in #46
- chore(deps): update helm release common to v2.9.2 by @renovate in #47
- chore(deps): update helm release common to v2.11.1 by @renovate in #48
- chore(deps): update actions/checkout action to v4 by @renovate in #49
- chore(deps): update helm release common to v2.12.0 by @renovate in #50
- chore(deps): update helm release common to v2.13.0 by @renovate in #51
- chore(deps): update helm release common to v2.13.2 by @renovate in #52
- chore(deps): update helm release common to v2.13.3 by @renovate in #53
- chore(deps): update helm/chart-testing-action action to v2.6.0 by @renovate in #54
- chore(deps): update helm/chart-releaser-action action to v1.6.0 by @renovate in #55
- chore(deps): update helm/chart-testing-action action to v2.6.1 by @renovate in #56
- chore(deps): update helm release common to v2.13.4 by @renovate in #60
- chore(deps): update helm release common to v2.14.1 by @renovate in #61
- [sickhub/cronjobs] Support release namespace override by @NaldoRay in #59
- fix: release workflow on main by @DrPsychick in #62
New Contributors
Full Changelog: nginx-phpfpm-0.1.1...cronjobs-0.2.0
nginx-phpfpm-0.1.1
A chart for an nginx pod with multiple phpfpm pods
What's Changed
- update probe references everywhere by @DrPsychick in #30
Full Changelog: nginx-phpfpm-0.1.0...nginx-phpfpm-0.1.1
nginx-phpfpm-0.1.0
A chart for an nginx pod with multiple phpfpm pods
What's Changed
- HPA and load test scenario by @DrPsychick in #29
Full Changelog: cronjobs-0.1.6...nginx-phpfpm-0.1.0
nginx-phpfpm-0.0.10
A chart for an nginx pod with multiple phpfpm pods
What's Changed
- ConfigMaps + Secrets by @DrPsychick in #1
- Circleci project setup by @DrPsychick in #2
- Nginx phpfpm chart by @DrPsychick in #3
- feat: make live/readiness probe path configurable by @DrPsychick in #5
- Add Api version. Use existed service account. by @mansunkuo in #6
- fix: cronjob spec suspend #7 by @DrPsychick in #8
- Move to SickHub by @DrPsychick in #10
- Configure Renovate by @renovate in #9
- chore(deps): update helm release common to v1.17.1 by @renovate in #11
- chore(deps): update helm release common to v2 by @renovate in #12
- chore(deps): update helm release common to v2.0.2 by @renovate in #14
- chore(deps): update helm release common to v2.0.3 by @renovate in #15
- fix: resources for initContainer by @DrPsychick in #16
- chore(deps): update helm release common to v2.0.4 by @renovate in #17
- chore(deps): update helm release common to v2.1.1 by @renovate in #18
- chore(deps): update helm release common to v2.1.2 by @renovate in #19
- fix: add app.kubernetes.io/component label to distinguish nginx and phpfpm by @DrPsychick in #20
- chore(deps): update helm release common to v2.2.1 by @renovate in #21
- chore(deps): update helm release common to v2.2.2 by @renovate in #22
- chore(deps): update helm release common to v2.2.3 by @renovate in #23
- chore(deps): update helm release common to v2.2.4 by @renovate in #24
- Test & release with GitHub actions by @DrPsychick in #26
New Contributors
- @DrPsychick made their first contribution in #1
- @mansunkuo made their first contribution in #6
- @renovate made their first contribution in #9
Full Changelog: https://github.com/SickHub/charts/commits/nginx-phpfpm-0.0.10
cronjobs-0.1.6
A generic helm cronjob chart for kubernetes
What's Changed
- ConfigMaps + Secrets by @DrPsychick in #1
- Circleci project setup by @DrPsychick in #2
- Nginx phpfpm chart by @DrPsychick in #3
- feat: make live/readiness probe path configurable by @DrPsychick in #5
- Add Api version. Use existed service account. by @mansunkuo in #6
- fix: cronjob spec suspend #7 by @DrPsychick in #8
- Move to SickHub by @DrPsychick in #10
- Configure Renovate by @renovate in #9
- chore(deps): update helm release common to v1.17.1 by @renovate in #11
- chore(deps): update helm release common to v2 by @renovate in #12
- chore(deps): update helm release common to v2.0.2 by @renovate in #14
- chore(deps): update helm release common to v2.0.3 by @renovate in #15
- fix: resources for initContainer by @DrPsychick in #16
- chore(deps): update helm release common to v2.0.4 by @renovate in #17
- chore(deps): update helm release common to v2.1.1 by @renovate in #18
- chore(deps): update helm release common to v2.1.2 by @renovate in #19
- fix: add app.kubernetes.io/component label to distinguish nginx and phpfpm by @DrPsychick in #20
- chore(deps): update helm release common to v2.2.1 by @renovate in #21
- chore(deps): update helm release common to v2.2.2 by @renovate in #22
- chore(deps): update helm release common to v2.2.3 by @renovate in #23
- chore(deps): update helm release common to v2.2.4 by @renovate in #24
- Test & release with GitHub actions by @DrPsychick in #26
New Contributors
- @DrPsychick made their first contribution in #1
- @mansunkuo made their first contribution in #6
- @renovate made their first contribution in #9
Full Changelog: https://github.com/SickHub/charts/commits/cronjobs-0.1.6