From 0b10a3ddc33ffe917b7a3c00b865d1b5101cc4b4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Jun 2026 22:26:31 +0200 Subject: [PATCH] Update ghcr.io/finsys/hawser Docker tag to v0.2.45 (#3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/finsys/hawser](https://github.com/Finsys/hawser) | patch | `0.2.42` → `0.2.45` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes
Finsys/hawser (ghcr.io/finsys/hawser) ### [`v0.2.45`](https://github.com/Finsys/hawser/releases/tag/v0.2.45) [Compare Source](https://github.com/Finsys/hawser/compare/v0.2.44...v0.2.45) #### Changelog - [`82a86a1`](https://github.com/Finsys/hawser/commit/82a86a16e32af11e586b81adce5ca3fc0903c567) feat: hash-verified file deletion sync and stack dir cleanup ([#​966](https://github.com/Finsys/hawser/issues/966), [#​1162](https://github.com/Finsys/hawser/issues/1162)) - [`0997f71`](https://github.com/Finsys/hawser/commit/0997f7161d50e9635ef4eb10706e26dc423f34dc) fix: log client disconnect in events stream at debug level - [`f38f847`](https://github.com/Finsys/hawser/commit/f38f847ca802f864537c9e03f0cdc705ff32f715) fix: stack removal deletes only files explicitly listed by dockhand - [`2c1675f`](https://github.com/Finsys/hawser/commit/2c1675f16b29104988a5873fbfdcd6705cf64424) fix: use ln -sf so newer docker-compose packages work ### [`v0.2.44`](https://github.com/Finsys/hawser/releases/tag/v0.2.44) [Compare Source](https://github.com/Finsys/hawser/compare/v0.2.43...v0.2.44) #### Changelog - [`3cbc419`](https://github.com/Finsys/hawser/commit/3cbc419eee316a285d980db38ad22805199ac493) fix: use clean env for compose subprocess to prevent inherited .env override ([#​1113](https://github.com/Finsys/hawser/issues/1113)) ### [`v0.2.43`](https://github.com/Finsys/hawser/releases/tag/v0.2.43) [Compare Source](https://github.com/Finsys/hawser/compare/v0.2.42...v0.2.43) #### Changelog - Bump Go to 1.26 in go.mod, CI workflows, and Dockerfile.dev - Bump docker-compose to 5.1.4-r0 in Dockerfile - Expand token security documentation with generation examples ([#​60](https://github.com/Finsys/hawser/issues/60)) - Remove unused edge /info endpoint
--- ### 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](https://github.com/renovatebot/renovate). Reviewed-on: https://git.jfreudenberger.de/JuliusFreudenberger/nix-config/pulls/3 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- modules/hawser.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hawser.nix b/modules/hawser.nix index e304abe..3c9b788 100644 --- a/modules/hawser.nix +++ b/modules/hawser.nix @@ -27,7 +27,7 @@ in { config = lib.mkIf cfg.enable { virtualisation.oci-containers.containers = { hawser = { - image = "ghcr.io/finsys/hawser:0.2.42@sha256:79f926e8d8fe31c0dfe90858f90b69bfd4cfbb113472605620b91a4b444dd557"; + image = "ghcr.io/finsys/hawser:0.2.45@sha256:ba4682fd350a4b16e1a1048817edf1054ee91f0556fef63805e447f6746fa157"; volumes = [ "/var/run/docker.sock:/var/run/docker.sock" ];