Skip to content

Commit 2880197

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

300 files changed

Lines changed: 2690 additions & 596 deletions

File tree

Some content is hidden

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

.github/workflows/docker.yml

Lines changed: 5 additions & 12 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
@@ -222,7 +217,7 @@ jobs:
222217
with:
223218
path: |
224219
vendor/bundle
225-
key: ${{ matrix.platform }}-${{ matrix.debian_base }}-vendor-bundle-${{ github.ref }}
220+
key: ${{ matrix.platform }}-trixie-vendor-bundle-${{ github.ref }}
226221
- name: Include vendor/bundle in this build (so we can use it from the cache above)
227222
run: |
228223
sed -i 's/vendor\/bundle//g' .dockerignore
@@ -234,15 +229,14 @@ jobs:
234229
platforms: ${{ matrix.platform }}
235230
target: ${{ matrix.target }}
236231
build-args: |
237-
DEBIAN_BASE=${{ matrix.debian_base }}
238232
BIM_SUPPORT=${{ matrix.bim_support }}
239233
BUILDKIT_PROGRESS=plain
240234
pull: true
241235
load: true
242236
tags: ${{ steps.meta.outputs.tags }}
243237
labels: ${{ steps.meta.outputs.labels }}
244-
cache-from: type=s3,blobs_prefix=cache/${{ github.repository }}/${{ matrix.debian_base }},manifests_prefix=cache/${{ github.repository }}/${{ matrix.debian_base }},region=${{ env.RUNS_ON_AWS_REGION }},bucket=${{ env.RUNS_ON_S3_BUCKET_CACHE }}
245-
cache-to: type=s3,blobs_prefix=cache/${{ github.repository }}/${{ matrix.debian_base }},manifests_prefix=cache/${{ github.repository }}/${{ matrix.debian_base }},region=${{ env.RUNS_ON_AWS_REGION }},bucket=${{ env.RUNS_ON_S3_BUCKET_CACHE }},mode=max
238+
cache-from: type=s3,blobs_prefix=cache/${{ github.repository }}/trixie,manifests_prefix=cache/${{ github.repository }}/trixie,region=${{ env.RUNS_ON_AWS_REGION }},bucket=${{ env.RUNS_ON_S3_BUCKET_CACHE }}
239+
cache-to: type=s3,blobs_prefix=cache/${{ github.repository }}/trixie,manifests_prefix=cache/${{ github.repository }}/trixie,region=${{ env.RUNS_ON_AWS_REGION }},bucket=${{ env.RUNS_ON_S3_BUCKET_CACHE }},mode=max
246240
- name: Extract vendor/bundle from container
247241
run: |
248242
docker create --name bundle ${{ steps.build.outputs.imageid }}
@@ -279,12 +273,11 @@ jobs:
279273
platforms: ${{ matrix.platform }}
280274
target: ${{ matrix.target }}
281275
build-args: |
282-
DEBIAN_BASE=${{ matrix.debian_base }}
283276
BIM_SUPPORT=${{ matrix.bim_support }}
284277
labels: ${{ steps.meta.outputs.labels }}
285278
outputs: type=image,name=${{ needs.setup.outputs.registry_image }},push-by-digest=true,name-canonical=true,push=true
286-
cache-from: type=s3,blobs_prefix=cache/${{ github.repository }}/${{ matrix.debian_base }},manifests_prefix=cache/${{ github.repository }}/${{ matrix.debian_base }},region=${{ env.RUNS_ON_AWS_REGION }},bucket=${{ env.RUNS_ON_S3_BUCKET_CACHE }}
287-
cache-to: type=s3,blobs_prefix=cache/${{ github.repository }}/${{ matrix.debian_base }},manifests_prefix=cache/${{ github.repository }}/${{ matrix.debian_base }},region=${{ env.RUNS_ON_AWS_REGION }},bucket=${{ env.RUNS_ON_S3_BUCKET_CACHE }},mode=max
279+
cache-from: type=s3,blobs_prefix=cache/${{ github.repository }}/trixie,manifests_prefix=cache/${{ github.repository }}/trixie,region=${{ env.RUNS_ON_AWS_REGION }},bucket=${{ env.RUNS_ON_S3_BUCKET_CACHE }}
280+
cache-to: type=s3,blobs_prefix=cache/${{ github.repository }}/trixie,manifests_prefix=cache/${{ github.repository }}/trixie,region=${{ env.RUNS_ON_AWS_REGION }},bucket=${{ env.RUNS_ON_S3_BUCKET_CACHE }},mode=max
288281
- name: Export digest
289282
run: |
290283
mkdir -p /tmp/digests

bin/build-docker-aio

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/bash
22

3-
docker build -t openproject/openproject:$(git rev-parse --abbrev-ref HEAD | tr '/' '-') --build-arg DEBIAN_BASE=bookworm -f docker/prod/Dockerfile .
4-
3+
docker build -t openproject/openproject:$(git rev-parse --abbrev-ref HEAD | tr '/' '-') -f docker/prod/Dockerfile .

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:[email protected]).
159159
item_5:
160160
options:

0 commit comments

Comments
 (0)