Skip to content

feat(container): update image ghcr.io/home-operations/gatus-sidecar ( 0.0.19 ➔ 0.3.5 )#1090

Open
mortyops[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-home-operations-gatus-sidecar-0.x
Open

feat(container): update image ghcr.io/home-operations/gatus-sidecar ( 0.0.19 ➔ 0.3.5 )#1090
mortyops[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-home-operations-gatus-sidecar-0.x

Conversation

@mortyops

@mortyops mortyops Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/gatus-sidecar minor 0.0.190.3.5

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

home-operations/gatus-sidecar (ghcr.io/home-operations/gatus-sidecar)

v0.3.5

Compare Source

Features
  • chart: default the Deployment update strategy to Recreate (#​103) (e099126)

v0.3.4

Compare Source

Features
  • chart: set the Service port to 8080 to match the container port (#​101) (a9145eb)

v0.3.3

Compare Source

Miscellaneous Chores

v0.3.2

Compare Source

Features
Miscellaneous Chores

v0.3.1

Compare Source

Bug Fixes
  • chart: align pod securityContext to uid/gid/fsGroup 65532 (#​93) (7c356ff)
Miscellaneous Chores
  • chart: use the shared curl image for the helm test pod (#​89) (7238948)

v0.3.0

Compare Source

⚠ BREAKING CHANGES
  • chart: use a single pod-level resources key (Pod.spec.resources) (#​87)
Features
  • chart: use a single pod-level resources key (Pod.spec.resources) (#​87) (3ef4971)

v0.2.2

Compare Source

Features
  • chart: support Deployment annotations on the gatus-sidecar chart (#​83) (626831a)

v0.2.1

Compare Source

Features
  • chart: add gatus-sidecar chart bundling Gatus + the sidecar (#​79) (b763322)
Bug Fixes
  • deps: update kubernetes monorepo (v0.36.1 → v0.36.2) (#​80) (c9f1bde)
Miscellaneous Chores

v0.2.0

Compare Source

⚠ BREAKING CHANGES
  • github-action: Update action actions/create-github-app-token (v2.2.2 → v3.0.0) (#​48)
  • github-action: Update action docker/login-action (v3.7.0 → v4.0.0) (#​43)
  • github-action: Update action docker/setup-buildx-action (v3.12.0 → v4.0.0) (#​44)
  • github-action: Update action docker/metadata-action (v5.10.0 → v6.0.0) (#​45)
  • github-action: Update action docker/build-push-action (v6.19.2 → v7.0.0) (#​46)
  • github-action: Update GitHub Artifact Actions (#​40)
  • github-action: Update GitHub Artifact Actions (major) (#​28)
  • github-action: Update action actions/checkout (v5.0.1 → v6.0.0) (#​23)
  • github-action: Update action codex-/return-dispatch (v2.1.0 → v3.0.0) (#​25)
  • github-action: Update action golangci/golangci-lint-action (v8.0.0 → v9.0.0) (#​18)
  • github-action: Update GitHub Artifact Actions (#​14)
Features
  • add build version (#​73) (fdff804)
  • add guarded endpoints (24d4e87)
  • allow gateway-wide annotations (7427eb3)
  • allow gateway-wide annotations (61f3ead)
  • conditionally initialize controllers (04d7b2a)
  • container: update image golang (1.25 → 1.26) (#​34) (22ae55c)
  • deps: update kubernetes packages (v0.34.3 → v0.35.0) (#​30) (0b1c4d4)
  • deps: update module k8s.io/client-go (v0.35.2 → v0.36.0) (#​58) (6dab7a2)
  • deps: update module sigs.k8s.io/gateway-api (v1.3.0 → v1.4.0) (c9b092e)
  • deps: update module sigs.k8s.io/gateway-api (v1.4.1 → v1.5.0) (#​41) (ca65d79)
  • feats for onedr0p (1fe2307)
  • fix up guarded endpoints (02b6c9e)
  • implement state manager (2cfde74)
  • implement state manager (d7fe133)
  • mise: update tool oxfmt (0.52.0 → 0.53.0) (5d8d78a)
  • mise: update tool oxfmt (0.53.0 → 0.54.0) (#​75) (28e1908)
  • per-resource path: directive and --probe-paths flag (#​65) (02f2e31)
  • rewrite, path-aware URLs, name prefixes, multi-value filters (#​62) (8373935)
Bug Fixes
  • better write detection (ded9570)
  • ci: disable sbom-action release asset upload to avoid 403 (6b3bef6)
  • deps: update kubernetes monorepo (v0.36.0 → v0.36.1) (#​60) (a6479d3)
  • deps: update kubernetes packages (v0.34.1 → v0.34.2) (#​20) (e25bffb)
  • deps: update kubernetes packages (v0.34.2 → v0.34.3) (#​27) (23fe6d4)
  • deps: update kubernetes packages (v0.35.0 → v0.35.1) (#​35) (35abd0d)
  • deps: update kubernetes packages (v0.35.1 → v0.35.2) (#​42) (6fd850b)
  • deps: update module sigs.k8s.io/gateway-api (v1.4.0 → v1.4.1) (#​26) (f2e117b)
  • deps: update module sigs.k8s.io/gateway-api (v1.5.0 → v1.5.1) (#​47) (1863fa6)
  • don't skip protocol when domain starts with http (#​39) (49ac534)
  • last things (4662a29)
  • mise: update tool go (1.26.3 → 1.26.4) (c9552f7)
  • mise: update tool lefthook (2.1.8 → 2.1.9) (bf4d840)
  • opps (53145b1)
  • README: details (#​32) (bdff1d7)
Miscellaneous Chores
Code Refactoring
  • data-driven kind registry, scoped logging, test hardening (#​70) (cce0eb4)
  • tighten hot paths and tidy tests (#​67) (7916c12)
Continuous Integration
  • github-action: Update action actions/checkout (v5.0.1 → v6.0.0) (#​23) (73f10e5)
  • github-action: Update action actions/create-github-app-token (v2.2.2 → v3.0.0) (#​48) (0ba7c8f)
  • github-action: Update action codex-/return-dispatch (v2.1.0 → v3.0.0) (#​25) (8f47a41)
  • github-action: Update action docker/build-push-action (v6.19.2 → v7.0.0) (#​46) (d201e5f)
  • github-action: Update action docker/login-action (v3.7.0 → v4.0.0) (#​43) (df026fe)
  • github-action: Update action docker/metadata-action (v5.10.0 → v6.0.0) (#​45) (5218af4)
  • github-action: Update action docker/setup-buildx-action (v3.12.0 → v4.0.0) (#​44) (481275d)
  • github-action: Update action golangci/golangci-lint-action (v8.0.0 → v9.0.0) (#​18) (84b10f0)
  • github-action: Update GitHub Artifact Actions (#​14) (a759a37)
  • github-action: Update GitHub Artifact Actions (#​40) (f6e8685)
  • github-action: Update GitHub Artifact Actions (major) (#​28) (3b1bf00)

v0.1.1

Compare Source

What's Changed
New Contributors

Full Changelog: home-operations/gatus-sidecar@0.0.19...0.1.1


Configuration

📅 Schedule: (in timezone America/New_York)

  • 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 these updates again.


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

This PR has been generated by Mend Renovate.

@mortyops

mortyops Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor Author
--- HelmRelease: monitoring/gatus Deployment: monitoring/gatus

+++ HelmRelease: monitoring/gatus Deployment: monitoring/gatus

@@ -37,13 +37,13 @@

       dnsPolicy: ClusterFirst
       initContainers:
       - args:
         - --auto-httproute
         - --enable-httproute
         - --enable-service
-        image: ghcr.io/home-operations/gatus-sidecar:0.0.19@sha256:a62610509ddb9d04ac562d13e096cecb391aa6647ac97d66ae5ba4db869bc6b8
+        image: ghcr.io/home-operations/gatus-sidecar:0.3.5@sha256:aad3780968860cc4c9e8c63ed21595b1c8574a34678a6adfebe8dcb4b36f8dd2
         name: gatus-sidecar
         resources:
           limits:
             memory: 64Mi
           requests:
             cpu: 10m

@mortyops

mortyops Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor Author
--- kubernetes/apps/monitoring/gatus/app Kustomization: monitoring/gatus HelmRelease: monitoring/gatus

+++ kubernetes/apps/monitoring/gatus/app Kustomization: monitoring/gatus HelmRelease: monitoring/gatus

@@ -86,13 +86,13 @@

             args:
             - --auto-httproute
             - --enable-httproute
             - --enable-service
             image:
               repository: ghcr.io/home-operations/gatus-sidecar
-              tag: 0.0.19@sha256:a62610509ddb9d04ac562d13e096cecb391aa6647ac97d66ae5ba4db869bc6b8
+              tag: 0.3.5@sha256:aad3780968860cc4c9e8c63ed21595b1c8574a34678a6adfebe8dcb4b36f8dd2
             resources:
               limits:
                 memory: 64Mi
               requests:
                 cpu: 10m
             restartPolicy: Always

@mortyops mortyops Bot force-pushed the renovate/ghcr.io-home-operations-gatus-sidecar-0.x branch 10 times, most recently from 57948eb to a041c88 Compare June 26, 2026 20:39
… 0.0.19 ➔ 0.3.5 )

| datasource | package                               | from   | to    |
| ---------- | ------------------------------------- | ------ | ----- |
| docker     | ghcr.io/home-operations/gatus-sidecar | 0.0.19 | 0.3.5 |
@mortyops mortyops Bot force-pushed the renovate/ghcr.io-home-operations-gatus-sidecar-0.x branch from a041c88 to 552bb7c Compare June 27, 2026 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants