From af049f9093b190fd79d0a0c9ccf5a49f1db5bd0b Mon Sep 17 00:00:00 2001 From: Bastien Abadie <abadie@teklia.com> Date: Thu, 12 Dec 2024 14:04:52 +0100 Subject: [PATCH] Version 1.7.0 --- VERSION | 2 +- arkindex/system_workers.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index b8c6c2cda2..bd8bf882d0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.0-rc3 +1.7.0 diff --git a/arkindex/system_workers.yml b/arkindex/system_workers.yml index 98d80c70d9..3a94f9635b 100644 --- a/arkindex/system_workers.yml +++ b/arkindex/system_workers.yml @@ -1,7 +1,7 @@ # When releasing Arkindex, check that the Docker images set here are up to date, # then update the `version` to the current Arkindex version as set in the `VERSION` file # to confirm that the images have been manually checked. -version: 1.7.0-rc3 +version: 1.7.0 features: file_import: @@ -12,8 +12,8 @@ features: s3_ingest: image: registry.gitlab.teklia.com/arkindex/workers/import/s3:0.1.0 pdf_export: - image: registry.gitlab.teklia.com/arkindex/workers/export:0.2.0rc3 + image: registry.gitlab.teklia.com/arkindex/workers/export:0.2.0 command: worker-export-pdf pagexml_export: - image: registry.gitlab.teklia.com/arkindex/workers/export:0.2.0rc3 + image: registry.gitlab.teklia.com/arkindex/workers/export:0.2.0 command: worker-export-pagexml -- GitLab