fix(gatus): update image ghcr.io/home-operations/gatus-sidecar 0.0.13 → 0.0.14 (#47553)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/home-operations/gatus-sidecar](https://redirect.github.com/home-operations/gatus-sidecar) | patch | `40d549e` → `b77e0a1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>home-operations/gatus-sidecar (ghcr.io/home-operations/gatus-sidecar)</summary> ### [`v0.0.14`](https://redirect.github.com/home-operations/gatus-sidecar/releases/tag/0.0.14) [Compare Source](https://redirect.github.com/home-operations/gatus-sidecar/compare/0.0.13...0.0.14) #### What's Changed - Add linter and makefile by [@​eleboucher](https://redirect.github.com/eleboucher) in [#​36](https://redirect.github.com/home-operations/gatus-sidecar/pull/36) - test: add tests by [@​eleboucher](https://redirect.github.com/eleboucher) in [#​37](https://redirect.github.com/home-operations/gatus-sidecar/pull/37) - fix(deps): update kubernetes packages (v0.35.0 → v0.35.1) by [@​sticky-gecko](https://redirect.github.com/sticky-gecko)\[bot] in [#​35](https://redirect.github.com/home-operations/gatus-sidecar/pull/35) - fix: don't skip protocol when domain starts with http by [@​ishioni](https://redirect.github.com/ishioni) in [#​39](https://redirect.github.com/home-operations/gatus-sidecar/pull/39) - fix(deps): update kubernetes packages (v0.35.1 → v0.35.2) by [@​sticky-gecko](https://redirect.github.com/sticky-gecko)\[bot] in [#​42](https://redirect.github.com/home-operations/gatus-sidecar/pull/42) - feat(deps): update module sigs.k8s.io/gateway-api (v1.4.1 → v1.5.0) by [@​sticky-gecko](https://redirect.github.com/sticky-gecko)\[bot] in [#​41](https://redirect.github.com/home-operations/gatus-sidecar/pull/41) - ci(github-action)!: Update GitHub Artifact Actions (major) by [@​sticky-gecko](https://redirect.github.com/sticky-gecko)\[bot] in [#​40](https://redirect.github.com/home-operations/gatus-sidecar/pull/40) - ci(github-action)!: Update action docker/build-push-action (v6.19.2 → v7.0.0) by [@​sticky-gecko](https://redirect.github.com/sticky-gecko)\[bot] in [#​46](https://redirect.github.com/home-operations/gatus-sidecar/pull/46) - ci(github-action)!: Update action docker/metadata-action (v5.10.0 → v6.0.0) by [@​sticky-gecko](https://redirect.github.com/sticky-gecko)\[bot] in [#​45](https://redirect.github.com/home-operations/gatus-sidecar/pull/45) - ci(github-action)!: Update action docker/setup-buildx-action (v3.12.0 → v4.0.0) by [@​sticky-gecko](https://redirect.github.com/sticky-gecko)\[bot] in [#​44](https://redirect.github.com/home-operations/gatus-sidecar/pull/44) - ci(github-action)!: Update action docker/login-action (v3.7.0 → v4.0.0) by [@​sticky-gecko](https://redirect.github.com/sticky-gecko)\[bot] in [#​43](https://redirect.github.com/home-operations/gatus-sidecar/pull/43) - fix(deps): update module sigs.k8s.io/gateway-api (v1.5.0 → v1.5.1) by [@​sticky-gecko](https://redirect.github.com/sticky-gecko)\[bot] in [#​47](https://redirect.github.com/home-operations/gatus-sidecar/pull/47) - ci(github-action)!: Update action actions/create-github-app-token (v2.2.2 → v3.0.0) by [@​sticky-gecko](https://redirect.github.com/sticky-gecko)\[bot] in [#​48](https://redirect.github.com/home-operations/gatus-sidecar/pull/48) - feat(deps): update module k8s.io/client-go (v0.35.2 → v0.36.0) by [@​sticky-gecko](https://redirect.github.com/sticky-gecko)\[bot] in [#​58](https://redirect.github.com/home-operations/gatus-sidecar/pull/58) #### New Contributors - [@​eleboucher](https://redirect.github.com/eleboucher) made their first contribution in [#​36](https://redirect.github.com/home-operations/gatus-sidecar/pull/36) - [@​ishioni](https://redirect.github.com/ishioni) made their first contribution in [#​39](https://redirect.github.com/home-operations/gatus-sidecar/pull/39) **Full Changelog**: <https://github.com/home-operations/gatus-sidecar/compare/0.0.13...0.0.14> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9nYXR1cyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/home-operations/gatus-sidecar
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gatus
|
||||
type: application
|
||||
version: 4.1.1
|
||||
version: 4.1.2
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ image:
|
||||
sidecarImage:
|
||||
repository: ghcr.io/home-operations/gatus-sidecar
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.0.13@sha256:40d549ea5ae89acac94bdf4cee1233e718a96c6e382c67f7e28de688511169d2
|
||||
tag: 0.0.14@sha256:b77e0a1267708a555640b81dd8a9baa2a197c2f34647dc4ac053eb812d4b31cc
|
||||
|
||||
sidecar:
|
||||
enable: false
|
||||
|
||||
Reference in New Issue
Block a user