This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/finsys/hawser](https://github.com/Finsys/hawser) | patch | `0.2.29` → `0.2.37` |
---
### Release Notes
<details>
<summary>Finsys/hawser (ghcr.io/finsys/hawser)</summary>
### [`v0.2.37`](https://github.com/Finsys/hawser/releases/tag/v0.2.37)
[Compare Source](https://github.com/Finsys/hawser/compare/v0.2.36...v0.2.37)
#### Changelog
- [`b904544`](https://github.com/Finsys/hawser/commit/b904544d0ceaeedf4a4abb6f4daf07d14ef73a48) Revert "fix: increase waitForWelcome timeout from 10s to 30s to prevent reconnect storms under load"
- [`926346f`](https://github.com/Finsys/hawser/commit/926346f3d6bd6b585a6862f4e4ef2b39bb3b6810) fix: add reconnect jitter and configurable welcome timeout ([#​741](https://github.com/Finsys/hawser/issues/741))
- [`b28357b`](https://github.com/Finsys/hawser/commit/b28357bc86a672bb5f99622376b4fd796a0a2b02) fix: increase waitForWelcome timeout from 10s to 30s to prevent reconnect storms under load
### [`v0.2.36`](https://github.com/Finsys/hawser/releases/tag/v0.2.36)
[Compare Source](https://github.com/Finsys/hawser/compare/v0.2.35...v0.2.36)
#### Changelog
- [`6b520ab`](https://github.com/Finsys/hawser/commit/6b520ab0c6ba74a71773b17b00be9835b09eaebc) fix: close Docker socket when client disconnects from events stream
- [`b261042`](https://github.com/Finsys/hawser/commit/b26104269db5683b055328de12d73b55906bb4f9) fix: correct misleading CLI flags in help text and install script
- [`fa9ce5a`](https://github.com/Finsys/hawser/commit/fa9ce5aeadd9e33dd214e310c0e7524794db9c1a) security: use validated absolute paths in compose file operations
### [`v0.2.35`](https://github.com/Finsys/hawser/releases/tag/v0.2.35)
[Compare Source](https://github.com/Finsys/hawser/compare/v0.2.34...v0.2.35)
#### Changelog
- [`cccae18`](https://github.com/Finsys/hawser/commit/cccae18d47b8e0c0c359d9e93292d1157f99f953) perf: pre-compile token redaction regex
- [`64404ce`](https://github.com/Finsys/hawser/commit/64404ce6fd9e67918f70b7edd7f1b505f8c752aa) security: send SHA-256 token hash in hello message
### [`v0.2.34`](https://github.com/Finsys/hawser/releases/tag/v0.2.34)
#### Changelog
- [`25e8993`](https://github.com/Finsys/hawser/commit/25e8993fcafae9449519d074a90485032ef821f8) security: harden edge client and standard server
### [`v0.2.31`](https://github.com/Finsys/hawser/releases/tag/v0.2.31)
[Compare Source](https://github.com/Finsys/hawser/compare/v0.2.30...v0.2.31)
#### Changelog
- [`a34fa7b`](https://github.com/Finsys/hawser/commit/a34fa7be692162ba51455a83f31da12aafd2590b) add --env-file for .env.dockhand override files
### [`v0.2.30`](https://github.com/Finsys/hawser/releases/tag/v0.2.30)
[Compare Source](https://github.com/Finsys/hawser/compare/v0.2.29...v0.2.30)
#### Changelog
- [`b5c3de2`](https://github.com/Finsys/hawser/commit/b5c3de2bb01c6ee3f7eb503909b318d89129a7ad) fix: edge event streaming and binary file upload support
</details>
---
### 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 this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNjQuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
renovate-bot
changed title from Update ghcr.io/finsys/hawser Docker tag to v0.2.30 to Update ghcr.io/finsys/hawser Docker tag to v0.2.312026-02-27 08:02:03 +05:30
renovate-bot
changed title from Update ghcr.io/finsys/hawser Docker tag to v0.2.31 to Update ghcr.io/finsys/hawser Docker tag to v0.2.352026-03-02 08:01:51 +05:30
renovate-bot
changed title from Update ghcr.io/finsys/hawser Docker tag to v0.2.35 to Update ghcr.io/finsys/hawser Docker tag to v0.2.362026-03-03 08:02:06 +05:30
renovate-bot
changed title from Update ghcr.io/finsys/hawser Docker tag to v0.2.36 to Update ghcr.io/finsys/hawser Docker tag to v0.2.372026-03-12 08:01:35 +05:30
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
0.2.29→0.2.37Release Notes
Finsys/hawser (ghcr.io/finsys/hawser)
v0.2.37Compare Source
Changelog
b904544Revert "fix: increase waitForWelcome timeout from 10s to 30s to prevent reconnect storms under load"926346ffix: add reconnect jitter and configurable welcome timeout (#741)b28357bfix: increase waitForWelcome timeout from 10s to 30s to prevent reconnect storms under loadv0.2.36Compare Source
Changelog
6b520abfix: close Docker socket when client disconnects from events streamb261042fix: correct misleading CLI flags in help text and install scriptfa9ce5asecurity: use validated absolute paths in compose file operationsv0.2.35Compare Source
Changelog
cccae18perf: pre-compile token redaction regex64404cesecurity: send SHA-256 token hash in hello messagev0.2.34Changelog
25e8993security: harden edge client and standard serverv0.2.31Compare Source
Changelog
a34fa7badd --env-file for .env.dockhand override filesv0.2.30Compare Source
Changelog
b5c3de2fix: edge event streaming and binary file upload supportConfiguration
📅 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 this update again.
This PR has been generated by Renovate Bot.
0edebc9b2dto3c69df7432Update ghcr.io/finsys/hawser Docker tag to v0.2.30to Update ghcr.io/finsys/hawser Docker tag to v0.2.313c69df7432tob23f28ff58Update ghcr.io/finsys/hawser Docker tag to v0.2.31to Update ghcr.io/finsys/hawser Docker tag to v0.2.35b23f28ff58to48a400a3d4Update ghcr.io/finsys/hawser Docker tag to v0.2.35to Update ghcr.io/finsys/hawser Docker tag to v0.2.3648a400a3d4tof05b0792fbUpdate ghcr.io/finsys/hawser Docker tag to v0.2.36to Update ghcr.io/finsys/hawser Docker tag to v0.2.37