Skip to content

Commit 4c92552

Browse files
Release OpenProject 17.2.1
2 parents 1f888df + a47d7f8 commit 4c92552

File tree

298 files changed

+2683
-583
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

298 files changed

+2683
-583
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,30 +137,25 @@ jobs:
137137
- platform: linux/amd64
138138
digest: amd64-slim
139139
bim_support: false
140-
debian_base: trixie
141140
target: slim
142141
runner: runner=4cpu-linux-x64
143142
- platform: linux/amd64
144143
digest: amd64-bim
145144
bim_support: true
146-
debian_base: bookworm
147145
target: slim-bim
148146
runner: runner=4cpu-linux-x64
149147
- platform: linux/arm64/v8
150148
digest: arm64-slim
151-
debian_base: trixie
152149
bim_support: false
153150
target: slim
154151
runner: runner=4cpu-linux-arm64
155152
- platform: linux/amd64
156153
digest: amd64-aio
157-
debian_base: bookworm
158154
bim_support: true
159155
target: all-in-one
160156
runner: runner=4cpu-linux-x64
161157
- platform: linux/arm64/v8
162158
digest: arm64-aio
163-
debian_base: trixie
164159
bim_support: false
165160
target: all-in-one
166161
runner: runner=4cpu-linux-arm64

config/locales/crowdin/fr.seeders.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ fr:
154154
5. *Activez d'autres modules* : → Accédez à [Paramètres du projet → Modules]({{opSetting:base_url}}/projects/demo-project/settings/modules).
155155
6. *Complétez vos tâches dans le projet* : → Accédez à [Lots de travaux → Tâches]({{opSetting:base_url}}/projects/demo-project/work_packages/details/##wp.id:set_date_and_location_of_conference/overview?query_id=##query.id:demo_project__query__tasks).
156156
157-
Vous trouverez ici nos [Guides de l'utilisateur] (https://www.openproject.org/docs/user-guide/).
157+
Vous trouverez ici nos [Guides de l'utilisateur](https://www.openproject.org/docs/user-guide/).
158158
Si vous avez des questions ou si avez besoin d'aide, n'hésitez pas à nous contacter : [support[at]openproject.com](mailto:support@openproject.com).
159159
item_5:
160160
options:

config/locales/crowdin/fr.yml

Lines changed: 46 additions & 46 deletions
Large diffs are not rendered by default.

config/locales/crowdin/ru.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -626,13 +626,13 @@ ru:
626626
op_dry_validation:
627627
or: "или"
628628
errors:
629-
unexpected_key: "is not allowed."
629+
unexpected_key: "не разрешено."
630630
array?: "должно быть массивом."
631631
decimal?: "должно быть десятичным."
632632
defined: "не должно быть определено."
633633
eql?: "должно быть равно %{left}."
634634
filled?: "должно быть заполнено."
635-
format?: "is in invalid format."
635+
format?: "неверный формат."
636636
greater_or_equal_zero: "должно быть больше или равно 0."
637637
gteq?: "должно быть больше или равно %{num}."
638638
hash?: "должно быть хэш."
@@ -659,9 +659,9 @@ ru:
659659
parent:
660660
not_descendant: "должно быть потомком корневого уровня иерархии."
661661
str?: "должно быть строкой."
662-
time?: "must be a time."
662+
time?: "должно быть единицей времени."
663663
type?: "должно быть %{type}."
664-
uri?: "is not a valid URI."
664+
uri?: "не является допустимым URI."
665665
rules:
666666
copy_workflow_from: "Тип копии рабочего процесса"
667667
enabled: "Включено"

docker/prod/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,10 @@ 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.1.3 --chown=$APP_USER:$APP_USER /app /opt/hocuspocus
144+
COPY --from=openproject/hocuspocus:17.2.1 --chown=$APP_USER:$APP_USER /app /opt/hocuspocus
145+
# Keep node/npm in all-in-one for bundled hocuspocus even when BIM support is disabled.
146+
COPY --from=build-base /usr/local/bin/node /usr/local/bin/node
147+
COPY --from=build-base /usr/local/lib/node_modules /usr/local/lib/node_modules
145148

146149
RUN ./docker/prod/setup/postinstall-onprem.sh && \
147150
ln -sf ../lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm && \

docker/prod/setup/preinstall-common.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ apt-get purge -yq --auto-remove \
9494

9595
# curl/wget are only needed during installation in this stage.
9696
apt-get purge -yq --auto-remove \
97-
curl \
9897
wget
9998

10099
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
-57.4 KB
Loading
-258 KB
Loading
-103 KB
Loading
-52 KB
Loading

0 commit comments

Comments
 (0)