Skip to content

Commit d68df67

Browse files
authored
Merge pull request #22841 from opf/merge-release/17.3-20260421043240
Merge release/17.3 into dev
2 parents 15ae3ef + 787c090 commit d68df67

4 files changed

Lines changed: 46 additions & 3 deletions

File tree

docker/prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ ENV PGDATA=/var/openproject/pgdata
141141
COPY --from=openproject/gosu /go/bin/gosu /usr/local/bin/gosu
142142
RUN chmod +x /usr/local/bin/gosu && gosu nobody true
143143

144-
COPY --from=openproject/hocuspocus:17.3.0 --chown=$APP_USER:$APP_USER /app /opt/hocuspocus
144+
COPY --from=openproject/hocuspocus:17.3.1 --chown=$APP_USER:$APP_USER /app /opt/hocuspocus
145145
# Keep node/npm in all-in-one for bundled hocuspocus even when BIM support is disabled.
146146
COPY --from=build-base /usr/local/bin/node /usr/local/bin/node
147147
COPY --from=build-base /usr/local/lib/node_modules /usr/local/lib/node_modules
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: OpenProject 17.3.1
3+
sidebar_navigation:
4+
title: 17.3.1
5+
release_version: 17.3.1
6+
release_date: 2026-04-20
7+
---
8+
9+
# OpenProject 17.3.1
10+
11+
Release date: 2026-04-20
12+
13+
We released OpenProject [OpenProject 17.3.1](https://community.openproject.org/versions/2288).
14+
The release contains several bug fixes and we recommend updating to the newest version.
15+
Below you will find a complete list of all changes and bug fixes.
16+
17+
<!-- BEGIN CVE AUTOMATED SECTION -->
18+
19+
<!-- END CVE AUTOMATED SECTION -->
20+
21+
<!--more-->
22+
23+
## Bug fixes and changes
24+
25+
<!-- Warning: Anything within the below lines will be automatically removed by the release script -->
26+
<!-- BEGIN AUTOMATED SECTION -->
27+
28+
- Bugfix: Some macros cannot be used (displayed behind modal) while creating a new child via relations tab \[[#62585](https://community.openproject.org/wp/62585)\]
29+
- Bugfix: The &#39;Reload&#39; action in the banner about the meeting being updated in the background no longer auto-scrolls to the previous position \[[#70559](https://community.openproject.org/wp/70559)\]
30+
- Bugfix: Items multiplying on page and page becoming unresponsive when macros and code snippet are used \[[#73117](https://community.openproject.org/wp/73117)\]
31+
- Bugfix: Remove a 2FA device from a user as admin does not work \[[#73218](https://community.openproject.org/wp/73218)\]
32+
- Bugfix: Error when changing wp type from the wp list \[[#73224](https://community.openproject.org/wp/73224)\]
33+
- Bugfix: Internal error on custom actions form \[[#74131](https://community.openproject.org/wp/74131)\]
34+
35+
<!-- END AUTOMATED SECTION -->
36+
<!-- Warning: Anything above this line will be automatically removed by the release script -->

docs/release-notes/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Stay up to date and get an overview of the new features included in the releases
1313
<!--- New release notes are generated below. Do not remove comment. -->
1414
<!--- RELEASE MARKER -->
1515

16+
## 17.3.1
17+
18+
Release date: 2026-04-20
19+
20+
[Release Notes](17-3-1/)
21+
22+
1623
## 17.3.0
1724

1825
Release date: 2026-04-15

publiccode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ name: OpenProject
77
applicationSuite: openDesk
88
url: 'https://github.com/opf/openproject'
99
roadmap: 'https://www.openproject.org/roadmap'
10-
releaseDate: '2026-04-15'
11-
softwareVersion: '17.3.0'
10+
releaseDate: '2026-04-20'
11+
softwareVersion: '17.3.1'
1212
developmentStatus: stable
1313
softwareType: standalone/web
1414
logo: 'publiccode_logo.svg'

0 commit comments

Comments
 (0)