Browse Source

hookshot: point Renovate and docs at ghcr.io/matrix-org/matrix-hookshot

The role has been pulling from ghcr.io/matrix-org/matrix-hookshot, but the Renovate
depName still referenced the halfshot/matrix-hookshot Docker Hub repository, which
no longer receives release tags. As a result, Renovate never proposed 7.4.0/7.5.0.

Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
pull/5601/head
Slavi Pantaleev 1 day ago
parent
commit
8ac819260d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/container-images.md
  2. +1
    -1
      roles/custom/matrix-bridge-hookshot/defaults/main.yml

+ 1
- 1
docs/container-images.md View File

@@ -103,7 +103,7 @@ Bridges can be used to connect your Matrix installation with third-party communi
| [beeper-line](configuring-playbook-bridge-beeper-line.md) | [crispyduck/beeper-line](https://hub.docker.com/r/crispyduck/beeper-line) | ❌ | Bridge to [LINE](https://line.me/) |
| [matrix-appservice-irc](configuring-playbook-bridge-appservice-irc.md) | [matrixdotorg/matrix-appservice-irc](https://hub.docker.com/r/matrixdotorg/matrix-appservice-irc) | ❌ | Bridge to [IRC](https://wikipedia.org/wiki/Internet_Relay_Chat) |
| [matrix-appservice-discord](configuring-playbook-bridge-appservice-discord.md) | [matrix-org/matrix-appservice-discord](https://ghcr.io/matrix-org/matrix-appservice-discord) | ❌ | Bridge to [Discord](https://discordapp.com/) |
| [matrix-hookshot](configuring-playbook-bridge-hookshot.md) | [halfshot/matrix-hookshot](https://hub.docker.com/r/halfshot/matrix-hookshot) | ❌ | Bridge for generic webhooks and multiple project management services, such as GitHub, GitLab, Figma, and Jira in particular |
| [matrix-hookshot](configuring-playbook-bridge-hookshot.md) | [matrix-org/matrix-hookshot](https://ghcr.io/matrix-org/matrix-hookshot) | ❌ | Bridge for generic webhooks and multiple project management services, such as GitHub, GitLab, Figma, and Jira in particular |
| [matrix-sms-bridge](configuring-playbook-bridge-matrix-bridge-sms.md) | [folivonet/matrix-sms-bridge](https://hub.docker.com/repository/docker/folivonet/matrix-sms-bridge) | ❌ | Bridge to SMS |
| [matrix-wechat](configuring-playbook-bridge-wechat.md) | [lxduo/matrix-wechat](https://hub.docker.com/r/lxduo/matrix-wechat) | ❌ | Bridge to [WeChat](https://www.wechat.com/) |
| [Heisenbridge](configuring-playbook-bridge-heisenbridge.md) | [hif1/heisenbridge](https://hub.docker.com/r/hif1/heisenbridge) | ❌ | Bouncer-style bridge to [IRC](https://wikipedia.org/wiki/Internet_Relay_Chat) |


+ 1
- 1
roles/custom/matrix-bridge-hookshot/defaults/main.yml View File

@@ -28,7 +28,7 @@ matrix_bridge_hookshot_container_additional_networks: "{{ matrix_bridge_hookshot
matrix_bridge_hookshot_container_additional_networks_auto: []
matrix_bridge_hookshot_container_additional_networks_custom: []

# renovate: datasource=docker depName=halfshot/matrix-hookshot
# renovate: datasource=docker depName=ghcr.io/matrix-org/matrix-hookshot
matrix_bridge_hookshot_version: 7.3.2

matrix_bridge_hookshot_container_image: "{{ matrix_bridge_hookshot_container_image_registry_prefix }}matrix-org/matrix-hookshot:{{ matrix_bridge_hookshot_version }}"


Loading…
Cancel
Save