From 23b0a6b2dee22591421c5f45b5d4a99e69db06be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 21:32:48 +0000 Subject: [PATCH] chore(deps): update helm release reloader to v1.1.0 (#11) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
stakater/Reloader (reloader) ### [`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 :loudspeaker: :loudspeaker: :loudspeaker: 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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​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 [@​MuneebAijaz](https://redirect.github.com/MuneebAijaz) in [https://github.com/stakater/Reloader/pull/735](https://redirect.github.com/stakater/Reloader/pull/735) ##### New Contributors - [@​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) - [@​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) - [@​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**: https://github.com/stakater/Reloader/compare/v1.0.121...v1.1.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/anza-labs/manifests). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- apps/stakater/base/HelmRelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/stakater/base/HelmRelease.yaml b/apps/stakater/base/HelmRelease.yaml index 3000570..25472d8 100644 --- a/apps/stakater/base/HelmRelease.yaml +++ b/apps/stakater/base/HelmRelease.yaml @@ -11,7 +11,7 @@ spec: sourceRef: kind: HelmRepository name: stakater - version: "1.0.121" + version: "1.1.0" interval: 1m0s releaseName: reloader targetNamespace: stakater-system