Skip to content

feat(container): update image ghcr.io/twin/gatus ( v5.27.2 ➔ v5.34.0 )#456

Merged
Aviator-Coding merged 1 commit intomainfrom
renovate/ghcr.io-twin-gatus-5.x
Jan 26, 2026
Merged

feat(container): update image ghcr.io/twin/gatus ( v5.27.2 ➔ v5.34.0 )#456
Aviator-Coding merged 1 commit intomainfrom
renovate/ghcr.io-twin-gatus-5.x

Conversation

@mortyops
Copy link
Copy Markdown
Contributor

@mortyops mortyops bot commented Jan 25, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/twin/gatus minor v5.27.2v5.34.0

Release Notes

TwiN/gatus (ghcr.io/twin/gatus)

v5.34.0

Compare Source

Hello users of Gatus.

I'm not a fan of mixing my personal life with open source, but I do believe in transparency, and those of you actually reading release notes are most definitely deserving of that transparency (does anybody actually read this? if you're reading this, can you react to this release note with the least used release note emoji, "😄"? For all I know, it's always the same 10 people reading this. Or don't, really, 2025 2026's internet has enough forced engagement as it is).

Some of you may have noticed that in the past 6-8 weeks, reviews and merges have slowed down. This is because a few months ago, I became a father, and unlike a computing process, I can't send my child to sleep with a single command, nor can I use a debugger to find out what the problem is.

I had heard that "babies slept 16 hours a day" before I had my own, but never could I have imagined this meant they had 16 separate 1 hour nap.

I have also returned to work, because unfortunately, Gatus is just a side project for me and isn't my full time job, and while I have sufficient strength in me to handle both a full time job and being a father, I'm having a hard time maintaining my open source projects as well. I'm getting better every day, but I suspect it'll take a few months until things get back to normal.

Anyways, I wish you all a wonderful 2026. Things are tough right now, but just remember you're not alone. Try to not focus on everything wrong with the world, the list is long enough to keep you unhappy.

Never take life too seriously. Nobody gets out alive anyways.

Happy new year,
TwiN


What's Changed
New Contributors

Full Changelog: TwiN/gatus@v5.33.1...v5.34.0

v5.33.1

Compare Source

What's Changed
New Contributors

Full Changelog: TwiN/gatus@v5.33.0...v5.33.1

v5.33.0

Compare Source

What's Changed
New Contributors

Full Changelog: TwiN/gatus@v5.32.0...v5.33.0

v5.32.0

Compare Source

What's Changed
New Contributors

Full Changelog: TwiN/gatus@v5.31.0...v5.32.0

v5.31.0

Compare Source

Highlight of this release are the ability to mark announcements as "archived", which renders said announcements in a new Past Announcements section at the bottom of the status page (only rendered if there is at least 1 archived announcements), support for markdown in announcements and support for monitoring gRPC health endpoints.

image
What's Changed
New Contributors

Full Changelog: TwiN/gatus@v5.30.0...v5.31.0

v5.30.0

Compare Source

New response time chart

What's Changed
  • feat(condition): Format certificate and domain expiration durations in human-readable format by @​TwiN in #​1370
  • fix(external-endpoint): check per-endpoint maintenance windows by @​zapteryx in #​1369
  • fix(ui): Modernize response time chart by @​TwiN in #​1373
New Contributors

Full Changelog: TwiN/gatus@v5.29.0...v5.30.0

v5.29.0

Compare Source

What's Changed
New Contributors

Full Changelog: TwiN/gatus@v5.28.0...v5.29.0

v5.28.0

Compare Source

What's Changed
  • feat(ui): Add support for endpoints[].ui.hide-errors to hide errors by @​TwiN in #​1361

Full Changelog: TwiN/gatus@v5.27.2...v5.28.0


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


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

This PR has been generated by Renovate Bot.

@mortyops
Copy link
Copy Markdown
Contributor Author

mortyops bot commented Jan 25, 2026

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

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

@@ -41,13 +41,13 @@

               GATUS_CONFIG_PATH: /config
               GATUS_DELAY_START_SECONDS: 5
               TZ: America/New_York
               WEB_PORT: 80
             image:
               repository: ghcr.io/twin/gatus
-              tag: v5.27.2@sha256:fc9deba937f25f21973f3245217a4d8499339bf9b5f20be83ccdcf1789184901
+              tag: v5.34.0@sha256:3fff895e77d35ee62e898860f4613755bc2344127d93e3f326429d40270e2115
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3

@mortyops
Copy link
Copy Markdown
Contributor Author

mortyops bot commented Jan 25, 2026

--- HelmRelease: monitoring/gatus Deployment: monitoring/gatus

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

@@ -63,13 +63,13 @@

         - name: GATUS_DELAY_START_SECONDS
           value: '5'
         - name: TZ
           value: America/New_York
         - name: WEB_PORT
           value: '80'
-        image: ghcr.io/twin/gatus:v5.27.2@sha256:fc9deba937f25f21973f3245217a4d8499339bf9b5f20be83ccdcf1789184901
+        image: ghcr.io/twin/gatus:v5.34.0@sha256:3fff895e77d35ee62e898860f4613755bc2344127d93e3f326429d40270e2115
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /health
             port: 80
           initialDelaySeconds: 0

| datasource | package            | from    | to      |
| ---------- | ------------------ | ------- | ------- |
| docker     | ghcr.io/twin/gatus | v5.27.2 | v5.34.0 |
@mortyops mortyops bot force-pushed the renovate/ghcr.io-twin-gatus-5.x branch from 6c4ed8e to 932316c Compare January 26, 2026 13:28
@Aviator-Coding Aviator-Coding merged commit b01588d into main Jan 26, 2026
14 checks passed
@Aviator-Coding Aviator-Coding deleted the renovate/ghcr.io-twin-gatus-5.x branch January 26, 2026 16:01
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.

1 participant