From 5866437148189a2a714b8d8e2731c803fd1568d4 Mon Sep 17 00:00:00 2001 From: Bastien Abadie <bastien@nextcairn.com> Date: Wed, 11 Dec 2024 09:44:52 +0100 Subject: [PATCH] Version 1.7.0-rc2 --- VERSION | 2 +- arkindex/system_workers.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 57dfe270da..65f18517c9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.0-rc1 +1.7.0-rc2 diff --git a/arkindex/system_workers.yml b/arkindex/system_workers.yml index 6318e7e1b9..3f86c25e72 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-rc1 +version: 1.7.0-rc2 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.0rc1 + image: registry.gitlab.teklia.com/arkindex/workers/export:0.2.0rc2 command: worker-export-pdf pagexml_export: - image: registry.gitlab.teklia.com/arkindex/workers/export:0.2.0rc1 + image: registry.gitlab.teklia.com/arkindex/workers/export:0.2.0rc2 command: worker-export-pagexml -- GitLab