From 956ba194ecd70cdc083d727b6a0f35e207f20032 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 19 Jan 2026 17:32:56 +0000 Subject: [PATCH] Update halfshot/matrix-hookshot Docker tag to v7.3.0 (#3324) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [halfshot/matrix-hookshot](https://github.com/matrix-org/matrix-hookshot) | minor | `7.2.0` → `7.3.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
matrix-org/matrix-hookshot (halfshot/matrix-hookshot) ### [`v7.3.0`](https://github.com/matrix-org/matrix-hookshot/blob/HEAD/CHANGELOG.md#730-2026-01-19) [Compare Source](https://github.com/matrix-org/matrix-hookshot/compare/7.2.0...7.3.0) #### Features - Add an optional template argument to the `feed` command, to allow specifying a template for feed entries when using the command interface. ([#​1097](https://github.com/matrix-org/matrix-hookshot/issues/1097)) - Static connections may now be configured in the config file. ([#​1102](https://github.com/matrix-org/matrix-hookshot/issues/1102)) - Prefixes are now supported on listeners. You may specify a `prefix` under any `listener` config entry. ([#​1119](https://github.com/matrix-org/matrix-hookshot/issues/1119)) #### Bugfixes - Fix a case where outbound webhooks would not work if you had not enabled openproject (due to a mixed up config check). ([#​1095](https://github.com/matrix-org/matrix-hookshot/issues/1095)) - Fix /oauth responding with 405 despite GitHub being configured. ([#​1105](https://github.com/matrix-org/matrix-hookshot/issues/1105)) - Ensure running Hookshot with a missing or empty user namespace in the registration file. ([#​1116](https://github.com/matrix-org/matrix-hookshot/issues/1116)) #### Internal Changes - Update matrix-bot-sdk / matrix-appservice-bridge to latest versions. ([#​1120](https://github.com/matrix-org/matrix-hookshot/issues/1120))
--- ### 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 is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3324 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/matrix-synapse/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/matrix-synapse/values.yaml b/clusters/cl01tl/helm/matrix-synapse/values.yaml index 704344be2..09a9c237e 100644 --- a/clusters/cl01tl/helm/matrix-synapse/values.yaml +++ b/clusters/cl01tl/helm/matrix-synapse/values.yaml @@ -143,7 +143,7 @@ matrix-hookshot: main: image: repository: halfshot/matrix-hookshot - tag: 7.2.0 + tag: 7.3.0 pullPolicy: IfNotPresent resources: requests: