This commit is contained in:
Half-Shot 2025-02-25 13:29:30 +00:00
parent d5f1780f1d
commit a45b7af2ed
8 changed files with 19 additions and 7 deletions

View File

@ -1,3 +1,20 @@
# 6.0.3 (2025-02-25)
### Bugfixes
- Fixed Helm chart templates missing `namespace:` in resource metadata, causing some resources to appear in different namespaces under certain circumstances, specifically deployment scenarios using ArgoCD-deployed Helmfile with a release namespace set for Hookshot differently than the ArgoCD Application's namespace. Most other Helm deployment methods should continue to work as expected with your existing configuration, as the inferred namespace would have resulted in proper resource placement without this change. ([\#1013](https://github.com/matrix-org/matrix-hookshot/issues/1013))
- Fix hookshot failing to handle incoming webhooks when it is unable to change a user's displayname. ([\#1019](https://github.com/matrix-org/matrix-hookshot/issues/1019))
- GitLab merge request comments are now correctly filtered based on label include / exclude configuration. ([\#1756](https://github.com/matrix-org/matrix-hookshot/issues/1756))
### Improved Documentation
- Explain how to edit room state for GitLab projects from within Element. ([\#1016](https://github.com/matrix-org/matrix-hookshot/issues/1016))
### Internal Changes
- Update dependencies with security advisories. ([\#1024](https://github.com/matrix-org/matrix-hookshot/issues/1024))
# 6.0.2 (2025-01-23) # 6.0.2 (2025-01-23)
**Security release**: It is strongly recommended that you upgrade to this release, as it contains security fixes. **Security release**: It is strongly recommended that you upgrade to this release, as it contains security fixes.

View File

@ -1,6 +1,6 @@
[package] [package]
name = "matrix-hookshot" name = "matrix-hookshot"
version = "6.0.2" version = "6.0.3"
edition = "2021" edition = "2021"
[lib] [lib]

View File

@ -1 +0,0 @@
Fixed Helm chart templates missing `namespace:` in resource metadata, causing some resources to appear in different namespaces under certain circumstances, specifically deployment scenarios using ArgoCD-deployed Helmfile with a release namespace set for Hookshot differently than the ArgoCD Application's namespace. Most other Helm deployment methods should continue to work as expected with your existing configuration, as the inferred namespace would have resulted in proper resource placement without this change.

View File

@ -1 +0,0 @@
Explain how to edit room state for GitLab projects from within Element.

View File

@ -1 +0,0 @@
Fix hookshot failing to handle incoming webhooks when it is unable to change a user's displayname.

View File

@ -1 +0,0 @@
Update dependencies with security advisories.

View File

@ -1 +0,0 @@
GitLab merge request comments are now correctly filtered based on label include / exclude configuration.

View File

@ -1,6 +1,6 @@
{ {
"name": "matrix-hookshot", "name": "matrix-hookshot",
"version": "6.0.2", "version": "6.0.3",
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.", "description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
"main": "lib/app.js", "main": "lib/app.js",
"repository": "https://github.com/matrix-org/matrix-hookshot", "repository": "https://github.com/matrix-org/matrix-hookshot",