Skip to content

Commit 1cff45a

Browse files
feat(helm): update reloader ( 1.0.121 → 1.1.0 ) (#5310)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [reloader](https://redirect.github.com/stakater/Reloader) | minor | `1.0.121` -> `1.1.0` | --- ### Release Notes <details> <summary>stakater/Reloader (reloader)</summary> ### [`v1.1.0`](https://redirect.github.com/stakater/Reloader/releases/tag/v1.1.0) [Compare Source](https://redirect.github.com/stakater/Reloader/compare/v1.0.121...v1.1.0) #### Announcement 📢 📢 📢 Discussions are being done internally on `how to release helm charts`, it is highly likely that the release **versioning of helm chart and images will become divergent** from next release onwards. (Different versioning for both artifacts, for example git release of `v1.1.1` might not have a chart released with the same version) Pls edit your automated workflows to accommodate for this change before the new release to have seamless updates in your clusters. #### What's Changed - Manual release workflows by [@&#8203;MuneebAijaz](https://redirect.github.com/MuneebAijaz) in [https://github.com/stakater/Reloader/pull/722](https://redirect.github.com/stakater/Reloader/pull/722) - fixing go vet issues with logrus by [@&#8203;bnallapeta](https://redirect.github.com/bnallapeta) in [https://github.com/stakater/Reloader/pull/727](https://redirect.github.com/stakater/Reloader/pull/727) - Fixing Rollout restart, Previously would trigger rollout deployment strategy by [@&#8203;jangeja](https://redirect.github.com/jangeja) in [https://github.com/stakater/Reloader/pull/724](https://redirect.github.com/stakater/Reloader/pull/724) - Misc fixes to workflows by [@&#8203;MuneebAijaz](https://redirect.github.com/MuneebAijaz) in [https://github.com/stakater/Reloader/pull/728](https://redirect.github.com/stakater/Reloader/pull/728) - docs: update wording in readme by [@&#8203;deggja](https://redirect.github.com/deggja) in [https://github.com/stakater/Reloader/pull/730](https://redirect.github.com/stakater/Reloader/pull/730) - chore(deps): update dependency stakater/vale-package to v0.0.33 by [@&#8203;renovate](https://redirect.github.com/renovate) in [https://github.com/stakater/Reloader/pull/721](https://redirect.github.com/stakater/Reloader/pull/721) - Reduce footprint of UBI images by [@&#8203;bainsy88](https://redirect.github.com/bainsy88) in [https://github.com/stakater/Reloader/pull/717](https://redirect.github.com/stakater/Reloader/pull/717) - Update dependencies by [@&#8203;MuneebAijaz](https://redirect.github.com/MuneebAijaz) in [https://github.com/stakater/Reloader/pull/735](https://redirect.github.com/stakater/Reloader/pull/735) #### New Contributors - [@&#8203;jangeja](https://redirect.github.com/jangeja) made their first contribution in [https://github.com/stakater/Reloader/pull/724](https://redirect.github.com/stakater/Reloader/pull/724) - [@&#8203;deggja](https://redirect.github.com/deggja) made their first contribution in [https://github.com/stakater/Reloader/pull/730](https://redirect.github.com/stakater/Reloader/pull/730) - [@&#8203;bainsy88](https://redirect.github.com/bainsy88) made their first contribution in [https://github.com/stakater/Reloader/pull/717](https://redirect.github.com/stakater/Reloader/pull/717) **Full Changelog**: stakater/Reloader@v1.0.121...v1.1.0 </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 becomes conflicted, 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41Ni4zIiwidXBkYXRlZEluVmVyIjoiMzguNTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvaGVsbSIsInR5cGUvbWlub3IiXX0=--> Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
1 parent d96930e commit 1cff45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/kyak/apps/kube-system/reloader/app/helmrelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
chart:
1010
spec:
1111
chart: reloader
12-
version: 1.0.121
12+
version: 1.1.0
1313
sourceRef:
1414
kind: HelmRepository
1515
name: stakater

0 commit comments

Comments
 (0)