Skip to content

Commit a45b7af

Browse files
committed
6.0.3
1 parent d5f1780 commit a45b7af

File tree

8 files changed

+19
-7
lines changed

8 files changed

+19
-7
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 6.0.3 (2025-02-25)
2+
3+
### Bugfixes
4+
5+
- 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))
6+
- 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))
7+
- GitLab merge request comments are now correctly filtered based on label include / exclude configuration. ([\#1756](https://github.com/matrix-org/matrix-hookshot/issues/1756))
8+
9+
### Improved Documentation
10+
11+
- Explain how to edit room state for GitLab projects from within Element. ([\#1016](https://github.com/matrix-org/matrix-hookshot/issues/1016))
12+
13+
### Internal Changes
14+
15+
- Update dependencies with security advisories. ([\#1024](https://github.com/matrix-org/matrix-hookshot/issues/1024))
16+
17+
118
# 6.0.2 (2025-01-23)
219

320
**Security release**: It is strongly recommended that you upgrade to this release, as it contains security fixes.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "matrix-hookshot"
3-
version = "6.0.2"
3+
version = "6.0.3"
44
edition = "2021"
55

66
[lib]

changelog.d/1013.bugfix

-1
This file was deleted.

changelog.d/1016.doc

-1
This file was deleted.

changelog.d/1019.bugfix

-1
This file was deleted.

changelog.d/1024.misc

-1
This file was deleted.

changelog.d/1756.bugfix

-1
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-hookshot",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.",
55
"main": "lib/app.js",
66
"repository": "https://github.com/matrix-org/matrix-hookshot",

0 commit comments

Comments
 (0)