Update ghcr.io/louislam/uptime-kuma Docker tag to v2.3.2 #257

Open
renovate-bot wants to merge 1 commits from renovate/ghcr.io-louislam-uptime-kuma-2.x into main
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/louislam/uptime-kuma minor 2.2.12.3.2

Release Notes

louislam/uptime-kuma (ghcr.io/louislam/uptime-kuma)

v2.3.2

Compare Source

🐞 Bug Fixes
  • #​7346 fix: Revert back to single SQLite connection by default

v2.3.1

Compare Source

🐞 Bug Fixes
  • #​7307 fix: Add busy_timeout to sqlite to avoid error SQLITE_BUSY: database is locked (Thanks @​wagnerand)
Others

v2.3.0

Compare Source

⚠️ Breaking changes
  • #​7194 fix: Revert "add sorting to status pages"
    • No more sorting feature in status pages.
    • Due to bad performance.
  • #​7312 fix(database): add UPTIME_KUMA_SQLITE_SINGLE_CONNECTION
    • For Raspberry Pi users, you may have to set it to true to avoid SQLite locking issues.
    • Mainly affected Raspberry Pi users only, you can ignore it if you are not using devices like Raspberry Pi.
🆕 New Features
💇‍♀️ Improvements
🐞 Bug Fixes
🦎 Translation Contributions
Others

Configuration

📅 Schedule: (UTC)

  • 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.


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

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/louislam/uptime-kuma](https://github.com/louislam/uptime-kuma) | minor | `2.2.1` → `2.3.2` | --- ### Release Notes <details> <summary>louislam/uptime-kuma (ghcr.io/louislam/uptime-kuma)</summary> ### [`v2.3.2`](https://github.com/louislam/uptime-kuma/releases/tag/2.3.2) [Compare Source](https://github.com/louislam/uptime-kuma/compare/2.3.1...2.3.2) ##### 🐞 Bug Fixes - [#&#8203;7346](https://github.com/louislam/uptime-kuma/issues/7346) fix: Revert back to single SQLite connection by default ### [`v2.3.1`](https://github.com/louislam/uptime-kuma/releases/tag/2.3.1) [Compare Source](https://github.com/louislam/uptime-kuma/compare/2.3.0...2.3.1) ##### 🐞 Bug Fixes - [#&#8203;7307](https://github.com/louislam/uptime-kuma/issues/7307) fix: Add `busy_timeout` to sqlite to avoid error `SQLITE_BUSY: database is locked` (Thanks [@&#8203;wagnerand](https://github.com/wagnerand)) ##### Others - [#&#8203;7340](https://github.com/louislam/uptime-kuma/issues/7340) chore: Update dependencies - [#&#8203;7345](https://github.com/louislam/uptime-kuma/issues/7345) chore: update to 2.3.1 - [#&#8203;7344](https://github.com/louislam/uptime-kuma/issues/7344) fix(push): use multi-arch Node base in push image Dockerfile (Thanks [@&#8203;herwinz](https://github.com/herwinz)) ### [`v2.3.0`](https://github.com/louislam/uptime-kuma/releases/tag/2.3.0) [Compare Source](https://github.com/louislam/uptime-kuma/compare/2.2.1...2.3.0) ##### ⚠️ Breaking changes - [#&#8203;7194](https://github.com/louislam/uptime-kuma/issues/7194) fix: Revert "add sorting to status pages" - No more sorting feature in status pages. - Due to bad performance. - [#&#8203;7312](https://github.com/louislam/uptime-kuma/issues/7312) fix(database): add `UPTIME_KUMA_SQLITE_SINGLE_CONNECTION` - For Raspberry Pi users, you may have to set it to `true` to avoid SQLite locking issues. - Mainly affected Raspberry Pi users only, you can ignore it if you are not using devices like Raspberry Pi. ##### 🆕 New Features - [#&#8203;7304](https://github.com/louislam/uptime-kuma/issues/7304) feat: websocket improve to fix issue [#&#8203;7268](https://github.com/louislam/uptime-kuma/issues/7268) including support authentication (Thanks [@&#8203;sofia-fernandez-six](https://github.com/sofia-fernandez-six)) - [#&#8203;7207](https://github.com/louislam/uptime-kuma/issues/7207) feat(notification): add custom message template support for Evolution provider (Thanks [@&#8203;kbrianps](https://github.com/kbrianps)) - [#&#8203;7201](https://github.com/louislam/uptime-kuma/issues/7201) feat: add Telnyx messaging provider (Thanks [@&#8203;LuvForAirplanes](https://github.com/LuvForAirplanes)) - [#&#8203;7182](https://github.com/louislam/uptime-kuma/issues/7182) feat: Add VK notification provider (Thanks [@&#8203;FunNikita](https://github.com/FunNikita)) - [#&#8203;7160](https://github.com/louislam/uptime-kuma/issues/7160) feat: Add MAX messenger notification provider (Thanks [@&#8203;Redleks](https://github.com/Redleks)) - [#&#8203;7156](https://github.com/louislam/uptime-kuma/issues/7156) feat: add OracleDB monitor (Thanks [@&#8203;sitiom](https://github.com/sitiom)) - [#&#8203;7154](https://github.com/louislam/uptime-kuma/issues/7154) feat: add collapsible groups to status page (Thanks [@&#8203;marco-carvalho](https://github.com/marco-carvalho)) ##### 💇‍♀️ Improvements - [#&#8203;7303](https://github.com/louislam/uptime-kuma/issues/7303) feat(ui): add a helptext that RTT for the ping monitor is not avaliable on linux (Thanks [@&#8203;stchigel](https://github.com/stchigel)) - [#&#8203;7300](https://github.com/louislam/uptime-kuma/issues/7300) feat(ux): changed warning msg (Thanks [@&#8203;hemanth5544](https://github.com/hemanth5544)) - [#&#8203;7128](https://github.com/louislam/uptime-kuma/issues/7128) fix: Update Home Assistant notification help text for HA 2024 Services→Actions rename (Thanks [@&#8203;tr4nt0r](https://github.com/tr4nt0r)) ##### 🐞 Bug Fixes - [#&#8203;7248](https://github.com/louislam/uptime-kuma/issues/7248) fix(notification): check for monitorJSON in Stackfield provider (Thanks [@&#8203;jlbrt](https://github.com/jlbrt)) - [#&#8203;7166](https://github.com/louislam/uptime-kuma/issues/7166) fix: Handle SSL in setup database temp server - [#&#8203;7235](https://github.com/louislam/uptime-kuma/issues/7235) fix(uptime): ensure correct handling of missing time buckets in uptime calculations (Thanks [@&#8203;adrianceding](https://github.com/adrianceding)) - [#&#8203;7221](https://github.com/louislam/uptime-kuma/issues/7221) fix(notification): ensure applyExisting is not saved to database - [#&#8203;7198](https://github.com/louislam/uptime-kuma/issues/7198) fix: Domain expiry doesn't seem to update [#&#8203;7189](https://github.com/louislam/uptime-kuma/issues/7189) (Thanks [@&#8203;shanto](https://github.com/shanto)) - [#&#8203;7155](https://github.com/louislam/uptime-kuma/issues/7155) fix: propagate create errors (Thanks [@&#8203;otbutz](https://github.com/otbutz)) - [#&#8203;7159](https://github.com/louislam/uptime-kuma/issues/7159) fix: monitor graph gaps for sub-millisecond TCP pings (Thanks [@&#8203;0xRozier](https://github.com/0xRozier)) - [#&#8203;7125](https://github.com/louislam/uptime-kuma/issues/7125) fix: prometheus metrics have two series for a single monitor when that monitor has tags (Thanks [@&#8203;nicjansma](https://github.com/nicjansma)) ##### 🦎 Translation Contributions - [#&#8203;7108](https://github.com/louislam/uptime-kuma/issues/7108) feat: Add English (United Kingdom) language support (Thanks [@&#8203;andibing](https://github.com/andibing)) - [#&#8203;7292](https://github.com/louislam/uptime-kuma/issues/7292) [#&#8203;7197](https://github.com/louislam/uptime-kuma/issues/7197) [#&#8203;7132](https://github.com/louislam/uptime-kuma/issues/7132) chore: Translations Update from Weblate (Thanks [@&#8203;aindriu80](https://github.com/aindriu80) [@&#8203;Ale1x](https://github.com/Ale1x) [@&#8203;Aluisio](https://github.com/Aluisio) [@&#8203;andibing](https://github.com/andibing) [@&#8203;AnnAngela](https://github.com/AnnAngela) [@&#8203;CammarataLudovico](https://github.com/CammarataLudovico) [@&#8203;cyril59310](https://github.com/cyril59310) [@&#8203;dodog](https://github.com/dodog) [@&#8203;efenow](https://github.com/efenow) [@&#8203;fcordeiro](https://github.com/fcordeiro) [@&#8203;firedur](https://github.com/firedur) [@&#8203;FunNikita](https://github.com/FunNikita) [@&#8203;Gringit](https://github.com/Gringit) [@&#8203;Hamstio1](https://github.com/Hamstio1) [@&#8203;helakostain](https://github.com/helakostain) [@&#8203;ivanbratovic](https://github.com/ivanbratovic) [@&#8203;kevinheyer-dev](https://github.com/kevinheyer-dev) [@&#8203;mlopezcoria](https://github.com/mlopezcoria) [@&#8203;Mo7amm1d](https://github.com/Mo7amm1d) [@&#8203;MrEddX](https://github.com/MrEddX) [@&#8203;numarkpro](https://github.com/numarkpro) [@&#8203;Redleks](https://github.com/Redleks) [@&#8203;rodis120](https://github.com/rodis120) [@&#8203;samsilveira](https://github.com/samsilveira) [@&#8203;thisisjaymehta](https://github.com/thisisjaymehta) [@&#8203;ttymayor](https://github.com/ttymayor) [@&#8203;Virenbar](https://github.com/Virenbar) [@&#8203;wibe01204](https://github.com/wibe01204) [@&#8203;Zeromskas](https://github.com/Zeromskas)) ##### Others - [#&#8203;7317](https://github.com/louislam/uptime-kuma/issues/7317) [#&#8203;7195](https://github.com/louislam/uptime-kuma/issues/7195) [#&#8203;7133](https://github.com/louislam/uptime-kuma/issues/7133) chore: Update dependencies - [#&#8203;7204](https://github.com/louislam/uptime-kuma/issues/7204) chore: Add agents.md - anti AI slop - [#&#8203;7146](https://github.com/louislam/uptime-kuma/issues/7146) chore: Add monthly workflow to build `push` Docker image </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjAuNCIsInVwZGF0ZWRJblZlciI6IjQzLjE2MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
renovate-bot added 1 commit 2026-05-04 08:01:50 +05:30
renovate-bot force-pushed renovate/ghcr.io-louislam-uptime-kuma-2.x from 45ea7e0624 to b416a9015f 2026-05-04 08:01:50 +05:30 Compare
renovate-bot changed title from Update ghcr.io/louislam/uptime-kuma Docker tag to v2.3.0 to Update ghcr.io/louislam/uptime-kuma Docker tag to v2.3.2 2026-05-04 08:01:52 +05:30
Checking for merge conflicts…
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-louislam-uptime-kuma-2.x:renovate/ghcr.io-louislam-uptime-kuma-2.x
git checkout renovate/ghcr.io-louislam-uptime-kuma-2.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ryuupendragon/docker-compose#257