From 5bbc0b9c57d4f24b37681c02df131df264a51971 Mon Sep 17 00:00:00 2001 From: jacquesfize Date: Fri, 3 May 2024 10:44:43 +0200 Subject: [PATCH 1/2] update dependencies + changelog --- docs/changelog.md | 11 +++++++++++ sources/GeoNature | 2 +- sources/TaxHub | 2 +- sources/UsersHub | 2 +- sources/gn_module_monitoring | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 600f1ce..9731d85 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,16 @@ # CHANGELOG +## 2.14.1 (2024-05-03) + +**🏷️ Versions** + +- GeoNature 2.14.1 +- TaxHub 1.14.0 +- UsersHub 2.4.2 +- GeoNature-dashboard 1.5.0 +- GeoNature-export 1.7.0 +- GeoNature-import 2.3.0 +- GeoNature-monitoring 0.7.3 ## 2.14.0 (2024-02-29) diff --git a/sources/GeoNature b/sources/GeoNature index ec1f160..a8b5e79 160000 --- a/sources/GeoNature +++ b/sources/GeoNature @@ -1 +1 @@ -Subproject commit ec1f160330a211a7debca96545dba67d602ff5ca +Subproject commit a8b5e79e3dadc3cba656b90fed60b39f87c97605 diff --git a/sources/TaxHub b/sources/TaxHub index 366dd86..ac73b4a 160000 --- a/sources/TaxHub +++ b/sources/TaxHub @@ -1 +1 @@ -Subproject commit 366dd86b97acb468d8ec29f2c8c52792d9b81eb1 +Subproject commit ac73b4a057bcb4bab4e087d190e92a1c093a167a diff --git a/sources/UsersHub b/sources/UsersHub index 2dadf77..9100611 160000 --- a/sources/UsersHub +++ b/sources/UsersHub @@ -1 +1 @@ -Subproject commit 2dadf772586517e37831e2245b2a21aa6b263514 +Subproject commit 910061126a12a07f06770430f97b2bcab57e1c05 diff --git a/sources/gn_module_monitoring b/sources/gn_module_monitoring index 24bdc9e..02f5fd5 160000 --- a/sources/gn_module_monitoring +++ b/sources/gn_module_monitoring @@ -1 +1 @@ -Subproject commit 24bdc9e2fbfcf1fc4b262633fce2e1d263e45bc2 +Subproject commit 02f5fd56753f992808383f559c9f14d6ca13f24e From 92c699238a8220522231d386909a828a3c4dfc51 Mon Sep 17 00:00:00 2001 From: jacquesfize Date: Fri, 3 May 2024 10:49:01 +0200 Subject: [PATCH 2/2] update docker yml for 2.14.1 --- .github/workflows/docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a311152..7f202c3 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -51,7 +51,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - build-args: GEONATURE_BACKEND_IMAGE=ghcr.io/pnx-si/geonature-backend:2.14.0 + build-args: GEONATURE_BACKEND_IMAGE=ghcr.io/pnx-si/geonature-backend:2.14.1 frontend: name: Build geonature frontend docker image @@ -92,4 +92,4 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - build-args: GEONATURE_FRONTEND_IMAGE=ghcr.io/pnx-si/geonature-frontend:2.14.0 + build-args: GEONATURE_FRONTEND_IMAGE=ghcr.io/pnx-si/geonature-frontend:2.14.1