Update ghcr.io/finsys/hawser Docker tag to v0.2.48 #45

Merged
JuliusFreudenberger merged 1 commit from renovate/ghcr.io-finsys-hawser-0.x into main 2026-09-15 11:43:25 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/finsys/hawser patch 0.2.460.2.48

⚠️ Warning

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


Release Notes

Finsys/hawser (ghcr.io/finsys/hawser)

v0.2.48

Compare Source

Changelog

  • 706fce1 add docker attach terminal support to the edge agent
  • 74e158c docker-compose=5.5.0-r5
  • cdf530e feat(config): support TOKEN_FILE for Docker and Kubernetes secrets (#​67)

v0.2.47

Compare Source

Changelog

  • a6b5e24 Remove dead exec tunnel implementation
  • 274e16a Set a token in the standard-mode install config
  • 59406fc build: align docker-compose pin with dockhand (5.1.4-r5 -> 5.5.0-r0)
  • 668bc8f build: bump docker-compose to 5.5.0-r2 and add git to the runtime images
  • 09a4ccf build: use ln -sf for the dev image compose-plugin symlink
  • d0e8d62 feat(compose): emit output lines as they arrive and fall back to stderr
  • 5654051 feat(edge): stream compose output lines when the caller asks for them
  • 0a55c1c fix(compose): teeLines bufio.Reader avoids >1MB-line deadlock (review of #​99)
  • 9967fa8 fix(security): restrict /etc/hawser/config to 0600 (#​82)
  • 773ad7a fix: explain compose failures caused by our own timeout, not the compose run itself
  • a07b6c7 fix: give compose operations their own timeout instead of RequestTimeout
  • 79cb8f1 test(compose): cover build output landing on stdout (counter-test 0)
  • 50659bb test(compose): cover teeLines' close() flushing the final unterminated line
  • b8ff428 test(compose): gate the docker-dependent build test behind an env switch

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/finsys/hawser](https://github.com/Finsys/hawser) | patch | `0.2.46` → `0.2.48` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/12) for more information. --- ### Release Notes <details> <summary>Finsys/hawser (ghcr.io/finsys/hawser)</summary> ### [`v0.2.48`](https://github.com/Finsys/hawser/releases/tag/v0.2.48) [Compare Source](https://github.com/Finsys/hawser/compare/v0.2.47...v0.2.48) #### Changelog - [`706fce1`](https://github.com/Finsys/hawser/commit/706fce17b0bf9fbb2fb2a04e67e163e51578f79c) add docker attach terminal support to the edge agent - [`74e158c`](https://github.com/Finsys/hawser/commit/74e158c8b60d0bdd40279ab777480458373f5125) docker-compose=5.5.0-r5 - [`cdf530e`](https://github.com/Finsys/hawser/commit/cdf530ea3822f73b19a3084c9325f3db96c79f4e) feat(config): support TOKEN\_FILE for Docker and Kubernetes secrets ([#&#8203;67](https://github.com/Finsys/hawser/issues/67)) ### [`v0.2.47`](https://github.com/Finsys/hawser/releases/tag/v0.2.47) [Compare Source](https://github.com/Finsys/hawser/compare/v0.2.46...v0.2.47) #### Changelog - [`a6b5e24`](https://github.com/Finsys/hawser/commit/a6b5e2498a444fbea7e0c4e5c41ce41c89160dc1) Remove dead exec tunnel implementation - [`274e16a`](https://github.com/Finsys/hawser/commit/274e16a561b746c1e1bdd6f28c1958c6861dc73c) Set a token in the standard-mode install config - [`59406fc`](https://github.com/Finsys/hawser/commit/59406fc200d5931aa3e385cc890d67b320eb1098) build: align docker-compose pin with dockhand (5.1.4-r5 -> 5.5.0-r0) - [`668bc8f`](https://github.com/Finsys/hawser/commit/668bc8f7add4f4981aac26a7a8083d8849f95a11) build: bump docker-compose to 5.5.0-r2 and add git to the runtime images - [`09a4ccf`](https://github.com/Finsys/hawser/commit/09a4ccf98540ca4d471fd545c68fb0f6424d43ff) build: use ln -sf for the dev image compose-plugin symlink - [`d0e8d62`](https://github.com/Finsys/hawser/commit/d0e8d624e5ae1f1e423dbc2d6240d68ee8590063) feat(compose): emit output lines as they arrive and fall back to stderr - [`5654051`](https://github.com/Finsys/hawser/commit/56540515db95e064183fb5566a07312ab0ace710) feat(edge): stream compose output lines when the caller asks for them - [`0a55c1c`](https://github.com/Finsys/hawser/commit/0a55c1c63da50ddae178fccca6e5b4a9960d2100) fix(compose): teeLines bufio.Reader avoids >1MB-line deadlock (review of [#&#8203;99](https://github.com/Finsys/hawser/issues/99)) - [`9967fa8`](https://github.com/Finsys/hawser/commit/9967fa8cd174c4421d749b52955a036ae4164da2) fix(security): restrict /etc/hawser/config to 0600 ([#&#8203;82](https://github.com/Finsys/hawser/issues/82)) - [`773ad7a`](https://github.com/Finsys/hawser/commit/773ad7a7af1b55a42e77581faab29d91d8cb6dbd) fix: explain compose failures caused by our own timeout, not the compose run itself - [`a07b6c7`](https://github.com/Finsys/hawser/commit/a07b6c70bbc45c100f55084510b2a800fc72b070) fix: give compose operations their own timeout instead of RequestTimeout - [`79cb8f1`](https://github.com/Finsys/hawser/commit/79cb8f104dbff3b29e3994b6299fa8d079170a48) test(compose): cover build output landing on stdout (counter-test 0) - [`50659bb`](https://github.com/Finsys/hawser/commit/50659bbc695fcf5e0fc275c6bcfb13efbbeea712) test(compose): cover teeLines' close() flushing the final unterminated line - [`b8ff428`](https://github.com/Finsys/hawser/commit/b8ff4282775fbce338e6afedceb450662d73490b) test(compose): gate the docker-dependent build test behind an env switch </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot changed title from Update ghcr.io/finsys/hawser Docker tag to v0.2.47 to Update ghcr.io/finsys/hawser Docker tag to v0.2.48 2026-09-14 09:30:51 +02:00
renovate-bot force-pushed renovate/ghcr.io-finsys-hawser-0.x from e8c62ca64b to 501f71e06f 2026-09-14 09:30:52 +02:00 Compare
JuliusFreudenberger deleted branch renovate/ghcr.io-finsys-hawser-0.x 2026-09-15 11:43:27 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JuliusFreudenberger/nix-config!45
No description provided.