Update Helm release reloader to v0.0.129 #620

Merged
AverageMarcus merged 1 commits from renovate/reloader-0.x into master 2025-12-30 12:39:39 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
reloader patch v0.0.89v0.0.129

Release Notes

stakater/Reloader (reloader)

v0.0.129

Compare Source

Changelog

  • 8ebbb47 Added logs on startup & get ns opration
  • 9263b81 Added namespace get verb to reloder clusterrole
  • 21502e2 Added namespace selector functionality Changes: modified: internal/pkg/cmd/reloader.go modified: internal/pkg/controller/controller.go modified: internal/pkg/util/util.go
  • 82ee3ef Added namespace-selector to helm chart deployment
  • 9e7b709 Added wildcard label vaule option
  • 15d7263 Handle empty selector & ns label key not exists
  • e7cfafd Handle empty selector & ns label key not exists
  • 08e6f81 Lint fix
  • 481eeef Merge pull request #​2 from stakater/master
  • c679157 Merge pull request #​356 from avihuly/feature/namespace-selector
  • e702610 Readme
  • de21a40 Readme namespace selector
  • 363fbd3 Test for namespace selector
  • 7f85a8e [skip-ci] Update artifacts
  • edbad45 namespaceSelector chart value

v0.0.128

Compare Source

Changelog

  • 9d3b70d Add support for ImagePullSecrets
  • e0a8f1a Merge pull request #​354 from joaoubaldo/support-imagepullsecrets
  • f70dd52 [skip-ci] Update artifacts

v0.0.127

Compare Source

Changelog

  • 801e1da Add option to use existing secret to Helm chart
  • 1514c5b Merge pull request #​366 from zv0n/master
  • 45dac41 [skip-ci] Update artifacts

v0.0.126

Compare Source

Changelog

  • e5f85ae Enable ability to override Release.Namespace for target namespace
  • 0ef6dcb Merge pull request #​365 from stakater/make-namespace-configurable
  • 5c44c1e [skip-ci] Update artifacts
  • 0ef5e75 fix indentation

v0.0.125

Compare Source

Changelog

v0.0.124

Compare Source

Changelog

v0.0.123

Compare Source

Changelog

  • 28456ff Add PodAntiAffinity if HA is enabled
  • 7f9f32c Add leadership election
  • d34c99b Add liveness probe
  • 11ae057 Add tests for leadership election
  • 72a1c59 Err check response writer
  • a7c3ae3 Expand documentation about reloadOnCreate
  • deec4df Fix pod antiaffinity
  • d043bcf Fix roles
  • 1c71908 Merge branch 'master' into leadership-election
  • 50791ad Merge pull request #​341 from avestuk/leadership-election
  • 401d422 Move consts to const pkg
  • b7e83b7 Move leadership to its own package
  • 488eaa9 Run leadership election as non blocking
  • eedc8e8 Set enableHA and reloadOnCreate to false
  • 676c370 Set replicas = 1 by default, override if HA is enabled
  • 919f75b Shutdown on leader election loss
  • 16079bd Update helm chart for HA in global mode
  • 6299b1d Update helm chart with new liveness probe
  • 81e74fe [skip-ci] Update artifacts

v0.0.122

Compare Source

Changelog

v0.0.121

Compare Source

Changelog

  • 99349ce Merge pull request #​329 from kenske/patch-1
  • 328442c Remove server side call from podmonitoring template
  • be80ce3 [skip-ci] Update artifacts

v0.0.120

Compare Source

Changelog

v0.0.119

Compare Source

Changelog

v0.0.118

Compare Source

Changelog

v0.0.117

Compare Source

Changelog

  • 0f23953 Fix readme
  • 1d71921 Merge branch 'master' of github.com:stakater/Reloader into update-golang-version
  • cf31fed Merge branch 'master' of github.com:stakater/Reloader into update-golang-version
  • 41d4fa5 Merge branch 'master' of github.com:stakater/Reloader into update-golang-version
  • 198e563 Merge branch 'master' of github.com:stakater/Reloader into update-golang-version
  • 88fe843 Merge pull request #​311 from stakater/update-golang-version
  • 8703c15 Remove deadlink
  • 3b57256 Update golang version to 1.18.2
  • 0b7ca82 [skip-ci] Update artifacts

v0.0.116

Compare Source

Changelog

  • 499ecf9 Merge pull request #​314 from maxwell-jiang/reloader-update2
  • ba7f753 [skip-ci] Update artifacts
  • 4b9844f the specific configmap/secret name can be regexp-ly selected

v0.0.115

Compare Source

Changelog

  • bf21677 Merge pull request #​316 from scottd018/fix-cve-crypto-golang-version
  • 6188811 [skip-ci] Update artifacts
  • c82886c fix: Fixes #​315, upgraded version of crypto package to non-vulnerable version

v0.0.114

Compare Source

Changelog

v0.0.113

Compare Source

Changelog

v0.0.112

Compare Source

Changelog

  • 841db3c Merge pull request #​310 from stakater/remove-docker-lint
  • d29c99f Remove docker linting from Pull request
  • 9d17332 [skip-ci] Update artifacts

v0.0.111

Compare Source

Changelog

  • d9d986f Merge pull request #​297 from karl-johan-grahn/doc-qa
  • 3e5b1d0 Merge pull request #​308 from stakater/update-golang-cli-version
  • 61b7a88 Update golang-cli package versions
  • 1155c98 [skip-ci] Update artifacts
  • 4592bd4 feat(qa): add qa checks for dockerfile and documentation
  • e2b14ab fix(qa): update dockerfile path

v0.0.110

Compare Source

Changelog

  • df667b9 Merge pull request #​296 from stefan-work/master
  • 42a25bf [skip-ci] Update artifacts
  • f1c7173 feat(kubernetes/chart): explicitly mount service-account-token in deployment

v0.0.109

Compare Source

Changelog

  • 2bce135 Merge pull request #​292 from alin-taranu/upgrade-go-version-to-1.17.7
  • 5b3b617 Update go version to fix critical vulnerabilites
  • e380fba [skip-ci] Update artifacts

v0.0.108

Compare Source

Changelog

  • f6cbc00 Merge pull request #​281 from ruinshe/add-container-sc-support
  • 5040a42 [skip-ci] Update artifacts
  • fa75df8 feat(kubernetes/chart): add container security context configuration into values.yaml.tpl
  • 21087aa feat(kubernetes/chart): add container security context support for Helm chart

v0.0.107

Compare Source

Changelog

  • 3671d33 Enable setting GOPROXY and GOPRIVATE during build.
  • 7941de6 Enable setting builder and base image during build.
  • e85176b Make build command more readable.
  • db0e127 Merge pull request #​282 from AyoyAB/feature/enable-internal-build
  • 91774c9 [skip-ci] Update artifacts

v0.0.106

Compare Source

Changelog

v0.0.105

Compare Source

Changelog

  • c338765 Merge pull request #​290 from ctschubel/master
  • 56e83ec [skip-ci] Update artifacts
  • 3b1d301 add replicas config to helm-chart
  • 55ea2e4 add replicas to values.yaml.tmpl
  • 4beefc3 fix replica config value name in helm-chart

v0.0.104

Compare Source

Changelog

v0.0.103

Compare Source

Changelog

dfe7e9b 176 - Add reload strategies to support pod annotation templates
c4ce86c 176 - Update helm chart with reloadStrategy support
139aa43 Fix yaml error in deployment manifest
11fdd40 Merge pull request #​263 from Aenima4six2/aenima4six2/176
3346319 Merge pull request #​271 from stakater/fix-deployment-pipeline
bcbaad8 [skip-ci] Update artifacts

v0.0.102

Compare Source

Changelog

df40b5d Delete reloader.yam
aa26a22 Fix update path of reloader
c48e2bb Merge pull request #​269 from stakater/fix-reloader
1c29bfc [skip-ci] Update artifacts

v0.0.101

Compare Source

Changelog

160525b Fix command
d9158ab Fix helm template command
2b4cc64 Generate manifest in separate file
b2e1d3f Merge pull request #​268 from stakater/fix-pipeline
24478a9 Update jumbo manifest in pipeline
f9d1a96 [skip-ci] Update artifacts

v0.0.100

Compare Source

Changelog

69e359e Merge pull request #​259 from iamNoah1/better-readability
5c5c555 Merge pull request #​264 from jamesgoodhouse/update_helm_notes
ccd7dcb [skip-ci] Update artifacts
e5352df better readiblity for example templates
273e476 update helm chart NOTES to be dynamic

v0.0.99

Compare Source

Changelog

f9728ec Add run target in Makefile
d0aa627 Merge pull request #​253 from stakater/remove-unused-files
99a38bf Merge pull request #​254 from stakater/handle-resource-redeploy
96a4415 Non-root user should be specified in numeric form in Dockerfile
953cbe9 Reload resource if secret/configmap is re-created
6397a35 Remove unused files
cafbcbd Update build image targetC
f7873ab Update dependencies
aea8592 Update golangci-lint step in workflows
f2b4e8e [skip-ci] Update artifacts

v0.0.98

Compare Source

Changelog

ac39bc4 Merge pull request #​251 from aslafy-z/patch-1
2aa514a [skip-ci] Update artifacts
284d216 docs(helm): podmonitor does not need service

v0.0.97

Compare Source

Changelog

96ebfa8 Fix typo in Chart.yaml sources (#​248)
00c0c11 [skip-ci] Update artifacts

v0.0.96

Compare Source

Changelog

d872809 Add Liveness and readiness probe timeout values
ea71fc0 Create Chart.yaml
462b225 Delete Chart.yaml
e4e5888 Merge pull request #​246 from gciria/add-chart-liveness-readiness
95d442d [skip-ci] Update artifacts

v0.0.95

Compare Source

Changelog

f7927c8 Disable OpenShift by default, add notes in README.
4d2c8a4 Merge pull request #​243 from sfynx/master
2e2fd2a Only enable Rollouts when enabled in Helm chart.
2c8ef70 [skip-ci] Update artifacts

v0.0.94

Compare Source

Changelog

39f37b7 Added helm template step in push action
85b33d9 Merge pull request #​242 from stakater/actions-update
c838ecb Updated command to one line
0e6ec1d [skip-ci] Update artifacts
322142d syntax fix

v0.0.93

Compare Source

Changelog

eaf8e16 Fixed file name
4e10dd4 Merge branch 'master' into file-name-fix merging master into this branch
4d559a1 Merge pull request #​240 from stakater/file-name-fix
068a5c1 [skip-ci] Update artifacts

v0.0.92

Compare Source

Changelog

d2cbbaf Fixed helm version tag and PR message
a3fcfeb Merge pull request #​241 from stakater/actions-fix
ccaa600 [skip-ci] Update artifacts

v0.0.91

Compare Source

Changelog

a8a68ae Merge pull request #​236 from tete17/Update-dependencies-for-Argo-Rollouts
71fdb53 Update ArgoCD Rollouts to 0.10.2 to fix a compatibility issue and update necessary k8s machinery
7643a27 Upgrade argo-rollouts to v1.0.1
5a65cf9 [skip-ci] Update artifacts

v0.0.90

Compare Source

Changelog

fd174ed Add priority class name to helm chart
19220f5 Merge pull request #​235 from phillebaba/feature/chart-priority-class
05456b0 Remove priority class name value
10328de Update deployments/kubernetes/chart/reloader/templates/deployment.yaml
d6312f6 [skip-ci] Update artifacts


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [reloader](https://github.com/stakater/Reloader) | patch | `v0.0.89` → `v0.0.129` | --- ### Release Notes <details> <summary>stakater/Reloader (reloader)</summary> ### [`v0.0.129`](https://github.com/stakater/Reloader/releases/tag/v0.0.129) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.128...v0.0.129) #### Changelog - [`8ebbb47`](https://github.com/stakater/Reloader/commit/8ebbb47) Added logs on startup & get ns opration - [`9263b81`](https://github.com/stakater/Reloader/commit/9263b81) Added namespace get verb to reloder clusterrole - [`21502e2`](https://github.com/stakater/Reloader/commit/21502e2) Added namespace selector functionality Changes: modified: internal/pkg/cmd/reloader.go modified: internal/pkg/controller/controller.go modified: internal/pkg/util/util.go - [`82ee3ef`](https://github.com/stakater/Reloader/commit/82ee3ef) Added namespace-selector to helm chart deployment - [`9e7b709`](https://github.com/stakater/Reloader/commit/9e7b709) Added wildcard label vaule option - [`15d7263`](https://github.com/stakater/Reloader/commit/15d7263) Handle empty selector & ns label key not exists - [`e7cfafd`](https://github.com/stakater/Reloader/commit/e7cfafd) Handle empty selector & ns label key not exists - [`08e6f81`](https://github.com/stakater/Reloader/commit/08e6f81) Lint fix - [`481eeef`](https://github.com/stakater/Reloader/commit/481eeef) Merge pull request [#&#8203;2](https://github.com/stakater/Reloader/issues/2) from stakater/master - [`c679157`](https://github.com/stakater/Reloader/commit/c679157) Merge pull request [#&#8203;356](https://github.com/stakater/Reloader/issues/356) from avihuly/feature/namespace-selector - [`e702610`](https://github.com/stakater/Reloader/commit/e702610) Readme - [`de21a40`](https://github.com/stakater/Reloader/commit/de21a40) Readme namespace selector - [`363fbd3`](https://github.com/stakater/Reloader/commit/363fbd3) Test for namespace selector - [`7f85a8e`](https://github.com/stakater/Reloader/commit/7f85a8e) \[skip-ci] Update artifacts - [`edbad45`](https://github.com/stakater/Reloader/commit/edbad45) namespaceSelector chart value ### [`v0.0.128`](https://github.com/stakater/Reloader/releases/tag/v0.0.128) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.127...v0.0.128) #### Changelog - [`9d3b70d`](https://github.com/stakater/Reloader/commit/9d3b70d) Add support for ImagePullSecrets - [`e0a8f1a`](https://github.com/stakater/Reloader/commit/e0a8f1a) Merge pull request [#&#8203;354](https://github.com/stakater/Reloader/issues/354) from joaoubaldo/support-imagepullsecrets - [`f70dd52`](https://github.com/stakater/Reloader/commit/f70dd52) \[skip-ci] Update artifacts ### [`v0.0.127`](https://github.com/stakater/Reloader/releases/tag/v0.0.127) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.126...v0.0.127) #### Changelog - [`801e1da`](https://github.com/stakater/Reloader/commit/801e1da) Add option to use existing secret to Helm chart - [`1514c5b`](https://github.com/stakater/Reloader/commit/1514c5b) Merge pull request [#&#8203;366](https://github.com/stakater/Reloader/issues/366) from zv0n/master - [`45dac41`](https://github.com/stakater/Reloader/commit/45dac41) \[skip-ci] Update artifacts ### [`v0.0.126`](https://github.com/stakater/Reloader/releases/tag/v0.0.126) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.125...v0.0.126) #### Changelog - [`e5f85ae`](https://github.com/stakater/Reloader/commit/e5f85ae) Enable ability to override Release.Namespace for target namespace - [`0ef6dcb`](https://github.com/stakater/Reloader/commit/0ef6dcb) Merge pull request [#&#8203;365](https://github.com/stakater/Reloader/issues/365) from stakater/make-namespace-configurable - [`5c44c1e`](https://github.com/stakater/Reloader/commit/5c44c1e) \[skip-ci] Update artifacts - [`0ef5e75`](https://github.com/stakater/Reloader/commit/0ef5e75) fix indentation ### [`v0.0.125`](https://github.com/stakater/Reloader/releases/tag/v0.0.125) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.124...v0.0.125) #### Changelog - [`e417e8b`](https://github.com/stakater/Reloader/commit/e417e8b) Add error log - [`694baf7`](https://github.com/stakater/Reloader/commit/694baf7) Merge pull request [#&#8203;361](https://github.com/stakater/Reloader/issues/361) from AgustinRamiroDiaz/update-okteto-yaml - [`48b188d`](https://github.com/stakater/Reloader/commit/48b188d) Merge pull request [#&#8203;362](https://github.com/stakater/Reloader/issues/362) from stakater/bump-go-version - [`dd1433a`](https://github.com/stakater/Reloader/commit/dd1433a) Merge pull request [#&#8203;363](https://github.com/stakater/Reloader/issues/363) from stakater/update-log-level - [`d1cb53b`](https://github.com/stakater/Reloader/commit/d1cb53b) Update go version and dependencies - [`297baa0`](https://github.com/stakater/Reloader/commit/297baa0) Update helm version in pipeline ([#&#8203;364](https://github.com/stakater/Reloader/issues/364)) - [`b414e3b`](https://github.com/stakater/Reloader/commit/b414e3b) Update log level - [`aafe336`](https://github.com/stakater/Reloader/commit/aafe336) Update log level - [`9875c41`](https://github.com/stakater/Reloader/commit/9875c41) Update log level to error and debug - [`5d0e9ca`](https://github.com/stakater/Reloader/commit/5d0e9ca) \[skip-ci] Update artifacts - [`cefd633`](https://github.com/stakater/Reloader/commit/cefd633) upgrade okteto yaml to v2 ### [`v0.0.124`](https://github.com/stakater/Reloader/releases/tag/v0.0.124) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.123...v0.0.124) #### Changelog - [`6a65657`](https://github.com/stakater/Reloader/commit/6a65657) Add pod disruption budget - [`445d0f8`](https://github.com/stakater/Reloader/commit/445d0f8) Merge pull request [#&#8203;345](https://github.com/stakater/Reloader/issues/345) from avestuk/podDisruptionBudget - [`5662919`](https://github.com/stakater/Reloader/commit/5662919) \[skip-ci] Update artifacts ### [`v0.0.123`](https://github.com/stakater/Reloader/releases/tag/v0.0.123) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.122...v0.0.123) #### Changelog - [`28456ff`](https://github.com/stakater/Reloader/commit/28456ff) Add PodAntiAffinity if HA is enabled - [`7f9f32c`](https://github.com/stakater/Reloader/commit/7f9f32c) Add leadership election - [`d34c99b`](https://github.com/stakater/Reloader/commit/d34c99b) Add liveness probe - [`11ae057`](https://github.com/stakater/Reloader/commit/11ae057) Add tests for leadership election - [`72a1c59`](https://github.com/stakater/Reloader/commit/72a1c59) Err check response writer - [`a7c3ae3`](https://github.com/stakater/Reloader/commit/a7c3ae3) Expand documentation about reloadOnCreate - [`deec4df`](https://github.com/stakater/Reloader/commit/deec4df) Fix pod antiaffinity - [`d043bcf`](https://github.com/stakater/Reloader/commit/d043bcf) Fix roles - [`1c71908`](https://github.com/stakater/Reloader/commit/1c71908) Merge branch 'master' into leadership-election - [`50791ad`](https://github.com/stakater/Reloader/commit/50791ad) Merge pull request [#&#8203;341](https://github.com/stakater/Reloader/issues/341) from avestuk/leadership-election - [`401d422`](https://github.com/stakater/Reloader/commit/401d422) Move consts to const pkg - [`b7e83b7`](https://github.com/stakater/Reloader/commit/b7e83b7) Move leadership to its own package - [`488eaa9`](https://github.com/stakater/Reloader/commit/488eaa9) Run leadership election as non blocking - [`eedc8e8`](https://github.com/stakater/Reloader/commit/eedc8e8) Set enableHA and reloadOnCreate to false - [`676c370`](https://github.com/stakater/Reloader/commit/676c370) Set replicas = 1 by default, override if HA is enabled - [`919f75b`](https://github.com/stakater/Reloader/commit/919f75b) Shutdown on leader election loss - [`16079bd`](https://github.com/stakater/Reloader/commit/16079bd) Update helm chart for HA in global mode - [`6299b1d`](https://github.com/stakater/Reloader/commit/6299b1d) Update helm chart with new liveness probe - [`81e74fe`](https://github.com/stakater/Reloader/commit/81e74fe) \[skip-ci] Update artifacts ### [`v0.0.122`](https://github.com/stakater/Reloader/releases/tag/v0.0.122) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.121...v0.0.122) #### Changelog - [`504b5a8`](https://github.com/stakater/Reloader/commit/504b5a8) Merge pull request [#&#8203;343](https://github.com/stakater/Reloader/issues/343) from junnplus/record-event - [`e0fcc3b`](https://github.com/stakater/Reloader/commit/e0fcc3b) \[skip-ci] Update artifacts - [`6937b81`](https://github.com/stakater/Reloader/commit/6937b81) support record event ### [`v0.0.121`](https://github.com/stakater/Reloader/releases/tag/v0.0.121) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.120...v0.0.121) #### Changelog - [`99349ce`](https://github.com/stakater/Reloader/commit/99349ce) Merge pull request [#&#8203;329](https://github.com/stakater/Reloader/issues/329) from kenske/patch-1 - [`328442c`](https://github.com/stakater/Reloader/commit/328442c) Remove server side call from podmonitoring template - [`be80ce3`](https://github.com/stakater/Reloader/commit/be80ce3) \[skip-ci] Update artifacts ### [`v0.0.120`](https://github.com/stakater/Reloader/releases/tag/v0.0.120) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.119...v0.0.120) #### Changelog - [`632eeaa`](https://github.com/stakater/Reloader/commit/632eeaa) Adding Alerting Docs - [`98749f2`](https://github.com/stakater/Reloader/commit/98749f2) Fixing Merge failures - [`3a67569`](https://github.com/stakater/Reloader/commit/3a67569) Merge branch 'master' into master - [`798079e`](https://github.com/stakater/Reloader/commit/798079e) Merge pull request [#&#8203;327](https://github.com/stakater/Reloader/issues/327) from AnuragEkkati/master - [`d998c1a`](https://github.com/stakater/Reloader/commit/d998c1a) Reloader Reporting and Alerting [#&#8203;320](https://github.com/stakater/Reloader/issues/320) - [`3a1b808`](https://github.com/stakater/Reloader/commit/3a1b808) \[skip-ci] Update artifacts ### [`v0.0.119`](https://github.com/stakater/Reloader/releases/tag/v0.0.119) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.118...v0.0.119) #### Changelog - [`f8f8afc`](https://github.com/stakater/Reloader/commit/f8f8afc) Merge pull request [#&#8203;338](https://github.com/stakater/Reloader/issues/338) from krouser/master - [`9c85ce4`](https://github.com/stakater/Reloader/commit/9c85ce4) \[skip-ci] Update artifacts - [`11dc048`](https://github.com/stakater/Reloader/commit/11dc048) extra space removed ### [`v0.0.118`](https://github.com/stakater/Reloader/releases/tag/v0.0.118) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.117...v0.0.118) #### Changelog - [`aef99a7`](https://github.com/stakater/Reloader/commit/aef99a7) Merge pull request [#&#8203;328](https://github.com/stakater/Reloader/issues/328) from stakater/update-dep-version - [`48160e0`](https://github.com/stakater/Reloader/commit/48160e0) Update go-reloader version - [`e387b21`](https://github.com/stakater/Reloader/commit/e387b21) Updated dependencies - [`b6de33d`](https://github.com/stakater/Reloader/commit/b6de33d) Updated replaced dependencies - [`4304880`](https://github.com/stakater/Reloader/commit/4304880) \[skip-ci] Update artifacts ### [`v0.0.117`](https://github.com/stakater/Reloader/releases/tag/v0.0.117) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.116...v0.0.117) #### Changelog - [`0f23953`](https://github.com/stakater/Reloader/commit/0f23953) Fix readme - [`1d71921`](https://github.com/stakater/Reloader/commit/1d71921) Merge branch 'master' of github.com:stakater/Reloader into update-golang-version - [`cf31fed`](https://github.com/stakater/Reloader/commit/cf31fed) Merge branch 'master' of github.com:stakater/Reloader into update-golang-version - [`41d4fa5`](https://github.com/stakater/Reloader/commit/41d4fa5) Merge branch 'master' of github.com:stakater/Reloader into update-golang-version - [`198e563`](https://github.com/stakater/Reloader/commit/198e563) Merge branch 'master' of github.com:stakater/Reloader into update-golang-version - [`88fe843`](https://github.com/stakater/Reloader/commit/88fe843) Merge pull request [#&#8203;311](https://github.com/stakater/Reloader/issues/311) from stakater/update-golang-version - [`8703c15`](https://github.com/stakater/Reloader/commit/8703c15) Remove deadlink - [`3b57256`](https://github.com/stakater/Reloader/commit/3b57256) Update golang version to 1.18.2 - [`0b7ca82`](https://github.com/stakater/Reloader/commit/0b7ca82) \[skip-ci] Update artifacts ### [`v0.0.116`](https://github.com/stakater/Reloader/releases/tag/v0.0.116) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.115...v0.0.116) #### Changelog - [`499ecf9`](https://github.com/stakater/Reloader/commit/499ecf9) Merge pull request [#&#8203;314](https://github.com/stakater/Reloader/issues/314) from maxwell-jiang/reloader-update2 - [`ba7f753`](https://github.com/stakater/Reloader/commit/ba7f753) \[skip-ci] Update artifacts - [`4b9844f`](https://github.com/stakater/Reloader/commit/4b9844f) the specific configmap/secret name can be regexp-ly selected ### [`v0.0.115`](https://github.com/stakater/Reloader/releases/tag/v0.0.115) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.114...v0.0.115) #### Changelog - [`bf21677`](https://github.com/stakater/Reloader/commit/bf21677) Merge pull request [#&#8203;316](https://github.com/stakater/Reloader/issues/316) from scottd018/fix-cve-crypto-golang-version - [`6188811`](https://github.com/stakater/Reloader/commit/6188811) \[skip-ci] Update artifacts - [`c82886c`](https://github.com/stakater/Reloader/commit/c82886c) fix: Fixes [#&#8203;315](https://github.com/stakater/Reloader/issues/315), upgraded version of crypto package to non-vulnerable version ### [`v0.0.114`](https://github.com/stakater/Reloader/releases/tag/v0.0.114) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.113...v0.0.114) #### Changelog - [`ec1f7a6`](https://github.com/stakater/Reloader/commit/ec1f7a6) Merge pull request [#&#8203;318](https://github.com/stakater/Reloader/issues/318) from daconstenla/patch-1 - [`68a353d`](https://github.com/stakater/Reloader/commit/68a353d) Set the namespace for the service - [`c58d096`](https://github.com/stakater/Reloader/commit/c58d096) \[skip-ci] Update artifacts ### [`v0.0.113`](https://github.com/stakater/Reloader/releases/tag/v0.0.113) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.112...v0.0.113) #### Changelog - [`f21ad29`](https://github.com/stakater/Reloader/commit/f21ad29) Merge pull request [#&#8203;312](https://github.com/stakater/Reloader/issues/312) from stakater/remove-spell-checker - [`cd7ec50`](https://github.com/stakater/Reloader/commit/cd7ec50) Remove deadlink - [`030e513`](https://github.com/stakater/Reloader/commit/030e513) Remove spell-checker - [`1e40165`](https://github.com/stakater/Reloader/commit/1e40165) \[skip-ci] Update artifacts ### [`v0.0.112`](https://github.com/stakater/Reloader/releases/tag/v0.0.112) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.111...v0.0.112) #### Changelog - [`841db3c`](https://github.com/stakater/Reloader/commit/841db3c) Merge pull request [#&#8203;310](https://github.com/stakater/Reloader/issues/310) from stakater/remove-docker-lint - [`d29c99f`](https://github.com/stakater/Reloader/commit/d29c99f) Remove docker linting from Pull request - [`9d17332`](https://github.com/stakater/Reloader/commit/9d17332) \[skip-ci] Update artifacts ### [`v0.0.111`](https://github.com/stakater/Reloader/releases/tag/v0.0.111) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.110...v0.0.111) #### Changelog - [`d9d986f`](https://github.com/stakater/Reloader/commit/d9d986f) Merge pull request [#&#8203;297](https://github.com/stakater/Reloader/issues/297) from karl-johan-grahn/doc-qa - [`3e5b1d0`](https://github.com/stakater/Reloader/commit/3e5b1d0) Merge pull request [#&#8203;308](https://github.com/stakater/Reloader/issues/308) from stakater/update-golang-cli-version - [`61b7a88`](https://github.com/stakater/Reloader/commit/61b7a88) Update golang-cli package versions - [`1155c98`](https://github.com/stakater/Reloader/commit/1155c98) \[skip-ci] Update artifacts - [`4592bd4`](https://github.com/stakater/Reloader/commit/4592bd4) feat(qa): add qa checks for dockerfile and documentation - [`e2b14ab`](https://github.com/stakater/Reloader/commit/e2b14ab) fix(qa): update dockerfile path ### [`v0.0.110`](https://github.com/stakater/Reloader/releases/tag/v0.0.110) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.109...v0.0.110) #### Changelog - [`df667b9`](https://github.com/stakater/Reloader/commit/df667b9) Merge pull request [#&#8203;296](https://github.com/stakater/Reloader/issues/296) from stefan-work/master - [`42a25bf`](https://github.com/stakater/Reloader/commit/42a25bf) \[skip-ci] Update artifacts - [`f1c7173`](https://github.com/stakater/Reloader/commit/f1c7173) feat(kubernetes/chart): explicitly mount service-account-token in deployment ### [`v0.0.109`](https://github.com/stakater/Reloader/releases/tag/v0.0.109) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.108...v0.0.109) #### Changelog - [`2bce135`](https://github.com/stakater/Reloader/commit/2bce135) Merge pull request [#&#8203;292](https://github.com/stakater/Reloader/issues/292) from alin-taranu/upgrade-go-version-to-1.17.7 - [`5b3b617`](https://github.com/stakater/Reloader/commit/5b3b617) Update go version to fix critical vulnerabilites - [`e380fba`](https://github.com/stakater/Reloader/commit/e380fba) \[skip-ci] Update artifacts ### [`v0.0.108`](https://github.com/stakater/Reloader/releases/tag/v0.0.108) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.107...v0.0.108) #### Changelog - [`f6cbc00`](https://github.com/stakater/Reloader/commit/f6cbc00) Merge pull request [#&#8203;281](https://github.com/stakater/Reloader/issues/281) from ruinshe/add-container-sc-support - [`5040a42`](https://github.com/stakater/Reloader/commit/5040a42) \[skip-ci] Update artifacts - [`fa75df8`](https://github.com/stakater/Reloader/commit/fa75df8) feat(kubernetes/chart): add container security context configuration into values.yaml.tpl - [`21087aa`](https://github.com/stakater/Reloader/commit/21087aa) feat(kubernetes/chart): add container security context support for Helm chart ### [`v0.0.107`](https://github.com/stakater/Reloader/releases/tag/v0.0.107) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.106...v0.0.107) #### Changelog - [`3671d33`](https://github.com/stakater/Reloader/commit/3671d33) Enable setting GOPROXY and GOPRIVATE during build. - [`7941de6`](https://github.com/stakater/Reloader/commit/7941de6) Enable setting builder and base image during build. - [`e85176b`](https://github.com/stakater/Reloader/commit/e85176b) Make build command more readable. - [`db0e127`](https://github.com/stakater/Reloader/commit/db0e127) Merge pull request [#&#8203;282](https://github.com/stakater/Reloader/issues/282) from AyoyAB/feature/enable-internal-build - [`91774c9`](https://github.com/stakater/Reloader/commit/91774c9) \[skip-ci] Update artifacts ### [`v0.0.106`](https://github.com/stakater/Reloader/releases/tag/v0.0.106) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.105...v0.0.106) #### Changelog - [`b5b684c`](https://github.com/stakater/Reloader/commit/b5b684c) Fix reload on create flag - [`61ce150`](https://github.com/stakater/Reloader/commit/61ce150) Make reload on create optional - [`31e247e`](https://github.com/stakater/Reloader/commit/31e247e) Merge pull request [#&#8203;291](https://github.com/stakater/Reloader/issues/291) from stakater/fix-reloading-on-create - [`bbc6bd2`](https://github.com/stakater/Reloader/commit/bbc6bd2) Update go version - [`1e79b86`](https://github.com/stakater/Reloader/commit/1e79b86) Update readme - [`565612e`](https://github.com/stakater/Reloader/commit/565612e) \[skip-ci] Update artifacts ### [`v0.0.105`](https://github.com/stakater/Reloader/releases/tag/v0.0.105) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.104...v0.0.105) #### Changelog - [`c338765`](https://github.com/stakater/Reloader/commit/c338765) Merge pull request [#&#8203;290](https://github.com/stakater/Reloader/issues/290) from ctschubel/master - [`56e83ec`](https://github.com/stakater/Reloader/commit/56e83ec) \[skip-ci] Update artifacts - [`3b1d301`](https://github.com/stakater/Reloader/commit/3b1d301) add replicas config to helm-chart - [`55ea2e4`](https://github.com/stakater/Reloader/commit/55ea2e4) add replicas to values.yaml.tmpl - [`4beefc3`](https://github.com/stakater/Reloader/commit/4beefc3) fix replica config value name in helm-chart ### [`v0.0.104`](https://github.com/stakater/Reloader/releases/tag/v0.0.104) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.103...v0.0.104) #### Changelog - [`ce2866b`](https://github.com/stakater/Reloader/commit/ce2866b) Add .Release.Namespace - [`8e3aad3`](https://github.com/stakater/Reloader/commit/8e3aad3) Merge pull request [#&#8203;280](https://github.com/stakater/Reloader/issues/280) from jsoref/issue-278 - [`766bc24`](https://github.com/stakater/Reloader/commit/766bc24) \[skip-ci] Update artifacts ### [`v0.0.103`](https://github.com/stakater/Reloader/releases/tag/v0.0.103) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.102...v0.0.103) #### Changelog [`dfe7e9b`](https://github.com/stakater/Reloader/commit/dfe7e9b) 176 - Add reload strategies to support pod annotation templates [`c4ce86c`](https://github.com/stakater/Reloader/commit/c4ce86c) 176 - Update helm chart with reloadStrategy support [`139aa43`](https://github.com/stakater/Reloader/commit/139aa43) Fix yaml error in deployment manifest [`11fdd40`](https://github.com/stakater/Reloader/commit/11fdd40) Merge pull request [#&#8203;263](https://github.com/stakater/Reloader/issues/263) from Aenima4six2/aenima4six2/176 [`3346319`](https://github.com/stakater/Reloader/commit/3346319) Merge pull request [#&#8203;271](https://github.com/stakater/Reloader/issues/271) from stakater/fix-deployment-pipeline [`bcbaad8`](https://github.com/stakater/Reloader/commit/bcbaad8) \[skip-ci] Update artifacts ### [`v0.0.102`](https://github.com/stakater/Reloader/releases/tag/v0.0.102) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.101...v0.0.102) #### Changelog [`df40b5d`](https://github.com/stakater/Reloader/commit/df40b5d) Delete reloader.yam [`aa26a22`](https://github.com/stakater/Reloader/commit/aa26a22) Fix update path of reloader [`c48e2bb`](https://github.com/stakater/Reloader/commit/c48e2bb) Merge pull request [#&#8203;269](https://github.com/stakater/Reloader/issues/269) from stakater/fix-reloader [`1c29bfc`](https://github.com/stakater/Reloader/commit/1c29bfc) \[skip-ci] Update artifacts ### [`v0.0.101`](https://github.com/stakater/Reloader/releases/tag/v0.0.101) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.100...v0.0.101) #### Changelog [`160525b`](https://github.com/stakater/Reloader/commit/160525b) Fix command [`d9158ab`](https://github.com/stakater/Reloader/commit/d9158ab) Fix helm template command [`2b4cc64`](https://github.com/stakater/Reloader/commit/2b4cc64) Generate manifest in separate file [`b2e1d3f`](https://github.com/stakater/Reloader/commit/b2e1d3f) Merge pull request [#&#8203;268](https://github.com/stakater/Reloader/issues/268) from stakater/fix-pipeline [`24478a9`](https://github.com/stakater/Reloader/commit/24478a9) Update jumbo manifest in pipeline [`f9d1a96`](https://github.com/stakater/Reloader/commit/f9d1a96) \[skip-ci] Update artifacts ### [`v0.0.100`](https://github.com/stakater/Reloader/releases/tag/v0.0.100) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.99...v0.0.100) #### Changelog [`69e359e`](https://github.com/stakater/Reloader/commit/69e359e) Merge pull request [#&#8203;259](https://github.com/stakater/Reloader/issues/259) from iamNoah1/better-readability [`5c5c555`](https://github.com/stakater/Reloader/commit/5c5c555) Merge pull request [#&#8203;264](https://github.com/stakater/Reloader/issues/264) from jamesgoodhouse/update\_helm\_notes [`ccd7dcb`](https://github.com/stakater/Reloader/commit/ccd7dcb) \[skip-ci] Update artifacts [`e5352df`](https://github.com/stakater/Reloader/commit/e5352df) better readiblity for example templates [`273e476`](https://github.com/stakater/Reloader/commit/273e476) update helm chart NOTES to be dynamic ### [`v0.0.99`](https://github.com/stakater/Reloader/releases/tag/v0.0.99) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.98...v0.0.99) #### Changelog [`f9728ec`](https://github.com/stakater/Reloader/commit/f9728ec) Add run target in Makefile [`d0aa627`](https://github.com/stakater/Reloader/commit/d0aa627) Merge pull request [#&#8203;253](https://github.com/stakater/Reloader/issues/253) from stakater/remove-unused-files [`99a38bf`](https://github.com/stakater/Reloader/commit/99a38bf) Merge pull request [#&#8203;254](https://github.com/stakater/Reloader/issues/254) from stakater/handle-resource-redeploy [`96a4415`](https://github.com/stakater/Reloader/commit/96a4415) Non-root user should be specified in numeric form in Dockerfile [`953cbe9`](https://github.com/stakater/Reloader/commit/953cbe9) Reload resource if secret/configmap is re-created [`6397a35`](https://github.com/stakater/Reloader/commit/6397a35) Remove unused files [`cafbcbd`](https://github.com/stakater/Reloader/commit/cafbcbd) Update build image targetC [`f7873ab`](https://github.com/stakater/Reloader/commit/f7873ab) Update dependencies [`aea8592`](https://github.com/stakater/Reloader/commit/aea8592) Update golangci-lint step in workflows [`f2b4e8e`](https://github.com/stakater/Reloader/commit/f2b4e8e) \[skip-ci] Update artifacts ### [`v0.0.98`](https://github.com/stakater/Reloader/releases/tag/v0.0.98) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.97...v0.0.98) #### Changelog [`ac39bc4`](https://github.com/stakater/Reloader/commit/ac39bc4) Merge pull request [#&#8203;251](https://github.com/stakater/Reloader/issues/251) from aslafy-z/patch-1 [`2aa514a`](https://github.com/stakater/Reloader/commit/2aa514a) \[skip-ci] Update artifacts [`284d216`](https://github.com/stakater/Reloader/commit/284d216) docs(helm): podmonitor does not need service ### [`v0.0.97`](https://github.com/stakater/Reloader/releases/tag/v0.0.97) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.96...v0.0.97) #### Changelog [`96ebfa8`](https://github.com/stakater/Reloader/commit/96ebfa8) Fix typo in Chart.yaml sources ([#&#8203;248](https://github.com/stakater/Reloader/issues/248)) [`00c0c11`](https://github.com/stakater/Reloader/commit/00c0c11) \[skip-ci] Update artifacts ### [`v0.0.96`](https://github.com/stakater/Reloader/releases/tag/v0.0.96) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.95...v0.0.96) #### Changelog [`d872809`](https://github.com/stakater/Reloader/commit/d872809) Add Liveness and readiness probe timeout values [`ea71fc0`](https://github.com/stakater/Reloader/commit/ea71fc0) Create Chart.yaml [`462b225`](https://github.com/stakater/Reloader/commit/462b225) Delete Chart.yaml [`e4e5888`](https://github.com/stakater/Reloader/commit/e4e5888) Merge pull request [#&#8203;246](https://github.com/stakater/Reloader/issues/246) from gciria/add-chart-liveness-readiness [`95d442d`](https://github.com/stakater/Reloader/commit/95d442d) \[skip-ci] Update artifacts ### [`v0.0.95`](https://github.com/stakater/Reloader/releases/tag/v0.0.95) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.94...v0.0.95) #### Changelog [`f7927c8`](https://github.com/stakater/Reloader/commit/f7927c8) Disable OpenShift by default, add notes in README. [`4d2c8a4`](https://github.com/stakater/Reloader/commit/4d2c8a4) Merge pull request [#&#8203;243](https://github.com/stakater/Reloader/issues/243) from sfynx/master [`2e2fd2a`](https://github.com/stakater/Reloader/commit/2e2fd2a) Only enable Rollouts when enabled in Helm chart. [`2c8ef70`](https://github.com/stakater/Reloader/commit/2c8ef70) \[skip-ci] Update artifacts ### [`v0.0.94`](https://github.com/stakater/Reloader/releases/tag/v0.0.94) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.93...v0.0.94) #### Changelog [`39f37b7`](https://github.com/stakater/Reloader/commit/39f37b7) Added helm template step in push action [`85b33d9`](https://github.com/stakater/Reloader/commit/85b33d9) Merge pull request [#&#8203;242](https://github.com/stakater/Reloader/issues/242) from stakater/actions-update [`c838ecb`](https://github.com/stakater/Reloader/commit/c838ecb) Updated command to one line [`0e6ec1d`](https://github.com/stakater/Reloader/commit/0e6ec1d) \[skip-ci] Update artifacts [`322142d`](https://github.com/stakater/Reloader/commit/322142d) syntax fix ### [`v0.0.93`](https://github.com/stakater/Reloader/releases/tag/v0.0.93) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.92...v0.0.93) #### Changelog [`eaf8e16`](https://github.com/stakater/Reloader/commit/eaf8e16) Fixed file name [`4e10dd4`](https://github.com/stakater/Reloader/commit/4e10dd4) Merge branch 'master' into file-name-fix merging master into this branch [`4d559a1`](https://github.com/stakater/Reloader/commit/4d559a1) Merge pull request [#&#8203;240](https://github.com/stakater/Reloader/issues/240) from stakater/file-name-fix [`068a5c1`](https://github.com/stakater/Reloader/commit/068a5c1) \[skip-ci] Update artifacts ### [`v0.0.92`](https://github.com/stakater/Reloader/releases/tag/v0.0.92) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.91...v0.0.92) #### Changelog [`d2cbbaf`](https://github.com/stakater/Reloader/commit/d2cbbaf) Fixed helm version tag and PR message [`a3fcfeb`](https://github.com/stakater/Reloader/commit/a3fcfeb) Merge pull request [#&#8203;241](https://github.com/stakater/Reloader/issues/241) from stakater/actions-fix [`ccaa600`](https://github.com/stakater/Reloader/commit/ccaa600) \[skip-ci] Update artifacts ### [`v0.0.91`](https://github.com/stakater/Reloader/releases/tag/v0.0.91) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.90...v0.0.91) #### Changelog [`a8a68ae`](https://github.com/stakater/Reloader/commit/a8a68ae) Merge pull request [#&#8203;236](https://github.com/stakater/Reloader/issues/236) from tete17/Update-dependencies-for-Argo-Rollouts [`71fdb53`](https://github.com/stakater/Reloader/commit/71fdb53) Update ArgoCD Rollouts to 0.10.2 to fix a compatibility issue and update necessary k8s machinery [`7643a27`](https://github.com/stakater/Reloader/commit/7643a27) Upgrade argo-rollouts to v1.0.1 [`5a65cf9`](https://github.com/stakater/Reloader/commit/5a65cf9) \[skip-ci] Update artifacts ### [`v0.0.90`](https://github.com/stakater/Reloader/releases/tag/v0.0.90) [Compare Source](https://github.com/stakater/Reloader/compare/v0.0.89...v0.0.90) #### Changelog [`fd174ed`](https://github.com/stakater/Reloader/commit/fd174ed) Add priority class name to helm chart [`19220f5`](https://github.com/stakater/Reloader/commit/19220f5) Merge pull request [#&#8203;235](https://github.com/stakater/Reloader/issues/235) from phillebaba/feature/chart-priority-class [`05456b0`](https://github.com/stakater/Reloader/commit/05456b0) Remove priority class name value [`10328de`](https://github.com/stakater/Reloader/commit/10328de) Update deployments/kubernetes/chart/reloader/templates/deployment.yaml [`d6312f6`](https://github.com/stakater/Reloader/commit/d6312f6) \[skip-ci] Update artifacts </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42Ny4wIiwidXBkYXRlZEluVmVyIjoiNDIuNjcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-12-30 11:54:33 +00:00
AverageMarcus merged commit 6c23bba17f into master 2025-12-30 12:39:39 +00:00
AverageMarcus deleted branch renovate/reloader-0.x 2025-12-30 12:39:39 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#620