Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ ENV PGDATA=/var/openproject/pgdata
COPY --from=openproject/gosu /go/bin/gosu /usr/local/bin/gosu
RUN chmod +x /usr/local/bin/gosu && gosu nobody true

COPY --from=openproject/hocuspocus:17.3.0 --chown=$APP_USER:$APP_USER /app /opt/hocuspocus
COPY --from=openproject/hocuspocus:17.3.1 --chown=$APP_USER:$APP_USER /app /opt/hocuspocus
# Keep node/npm in all-in-one for bundled hocuspocus even when BIM support is disabled.
COPY --from=build-base /usr/local/bin/node /usr/local/bin/node
COPY --from=build-base /usr/local/lib/node_modules /usr/local/lib/node_modules
Expand Down
36 changes: 36 additions & 0 deletions docs/release-notes/17-3-1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: OpenProject 17.3.1
sidebar_navigation:
title: 17.3.1
release_version: 17.3.1
release_date: 2026-04-20
---

# OpenProject 17.3.1

Release date: 2026-04-20

We released OpenProject [OpenProject 17.3.1](https://community.openproject.org/versions/2288).
The release contains several bug fixes and we recommend updating to the newest version.
Below you will find a complete list of all changes and bug fixes.

<!-- BEGIN CVE AUTOMATED SECTION -->

<!-- END CVE AUTOMATED SECTION -->

<!--more-->

## Bug fixes and changes

<!-- Warning: Anything within the below lines will be automatically removed by the release script -->
<!-- BEGIN AUTOMATED SECTION -->

- Bugfix: Some macros cannot be used (displayed behind modal) while creating a new child via relations tab \[[#62585](https://community.openproject.org/wp/62585)\]
- 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)\]
- Bugfix: Items multiplying on page and page becoming unresponsive when macros and code snippet are used \[[#73117](https://community.openproject.org/wp/73117)\]
- Bugfix: Remove a 2FA device from a user as admin does not work \[[#73218](https://community.openproject.org/wp/73218)\]
- Bugfix: Error when changing wp type from the wp list \[[#73224](https://community.openproject.org/wp/73224)\]
- Bugfix: Internal error on custom actions form \[[#74131](https://community.openproject.org/wp/74131)\]

<!-- END AUTOMATED SECTION -->
<!-- Warning: Anything above this line will be automatically removed by the release script -->
7 changes: 7 additions & 0 deletions docs/release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Stay up to date and get an overview of the new features included in the releases
<!--- New release notes are generated below. Do not remove comment. -->
<!--- RELEASE MARKER -->

## 17.3.1

Release date: 2026-04-20

[Release Notes](17-3-1/)


## 17.3.0

Release date: 2026-04-15
Expand Down
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: OpenProject
applicationSuite: openDesk
url: 'https://github.com/opf/openproject'
roadmap: 'https://www.openproject.org/roadmap'
releaseDate: '2026-04-15'
softwareVersion: '17.3.0'
releaseDate: '2026-04-20'
softwareVersion: '17.3.1'
developmentStatus: stable
softwareType: standalone/web
logo: 'publiccode_logo.svg'
Expand Down
Loading