From 1402f39d574e6819ce6d7fab6255bd45fb6bc9c1 Mon Sep 17 00:00:00 2001 From: Eduardo Robles Elvira Date: Sun, 9 Jan 2022 16:49:56 +0100 Subject: [PATCH] Release for version 5.0.7 --- agora-gui/templates/avConfig.js | 2 +- config.yml | 6 +++--- doc/devel/agora.config.yml | 6 +++--- doc/devel/auth1.config.yml | 6 +++--- doc/devel/auth2.config.yml | 6 +++--- doc/production/config.auth.yml | 6 +++--- doc/production/config.master.yml | 6 +++--- helper-tools/config_prod_env.py | 6 +++--- repos.yml | 26 +++++++++++++------------- 9 files changed, 35 insertions(+), 35 deletions(-) diff --git a/agora-gui/templates/avConfig.js b/agora-gui/templates/avConfig.js index 7ccd65e7..35fa81cf 100644 --- a/agora-gui/templates/avConfig.js +++ b/agora-gui/templates/avConfig.js @@ -20,7 +20,7 @@ * in this same file, which you might want to edit and tune if needed. */ -var AV_CONFIG_VERSION = '5.0.6'; +var AV_CONFIG_VERSION = '5.0.7'; var avConfigData = { // the base url path for ajax requests, for example for sending ballots or diff --git a/config.yml b/config.yml index c47c7b70..0bd13593 100644 --- a/config.yml +++ b/config.yml @@ -26,7 +26,7 @@ params: # global configuration config: backup_password: '' - version: '5.0.6' + version: '5.0.7' # global config. Note: currently some other keys are used as global conf global_secret_key: '' @@ -639,7 +639,7 @@ config: # default configuration for calculate results on agora-gui-admin calculate_results_default: >- { - "version": "5.0.6", + "version": "5.0.7", "pipes": [ { "type": "agora_results.pipes.pdf.configure_pdf", @@ -675,7 +675,7 @@ config: layout: 'simple', num_successful_logins_allowed: 0, resultsConfig: { - version: '5.0.6', + version: '5.0.7', pipes: [ { type: 'agora_results.pipes.results.do_tallies', diff --git a/doc/devel/agora.config.yml b/doc/devel/agora.config.yml index 7cecd2cd..ef631e26 100644 --- a/doc/devel/agora.config.yml +++ b/doc/devel/agora.config.yml @@ -25,7 +25,7 @@ params: # global configuration config: - version: '5.0.6' + version: '5.0.7' backup_password: '' # global config. Note: currently some other keys are used as global conf @@ -652,7 +652,7 @@ config: # default configuration for calculate results on agora-gui-admin calculate_results_default: >- { - "version": "5.0.6", + "version": "5.0.7", "pipes": [ { "type": "agora_results.pipes.pdf.configure_pdf", @@ -688,7 +688,7 @@ config: layout: 'simple', num_successful_logins_allowed: 0, resultsConfig: { - version: '5.0.6', + version: '5.0.7', pipes: [ { type: 'agora_results.pipes.results.do_tallies', diff --git a/doc/devel/auth1.config.yml b/doc/devel/auth1.config.yml index c7364bc5..a510bf29 100644 --- a/doc/devel/auth1.config.yml +++ b/doc/devel/auth1.config.yml @@ -25,7 +25,7 @@ params: # global configuration config: - version: '5.0.6' + version: '5.0.7' backup_password: '' # global config. Note: currently some other keys are used as global conf @@ -638,7 +638,7 @@ config: # default configuration for calculate results on agora-gui-admin calculate_results_default: >- { - "version": "5.0.6", + "version": "5.0.7", "pipes": [ { "type": "agora_results.pipes.pdf.configure_pdf", @@ -674,7 +674,7 @@ config: layout: 'simple', num_successful_logins_allowed: 0, resultsConfig: { - version: '5.0.6', + version: '5.0.7', pipes: [ { type: 'agora_results.pipes.results.do_tallies', diff --git a/doc/devel/auth2.config.yml b/doc/devel/auth2.config.yml index a1d78a66..2f4c465c 100644 --- a/doc/devel/auth2.config.yml +++ b/doc/devel/auth2.config.yml @@ -25,7 +25,7 @@ params: # global configuration config: - version: '5.0.6' + version: '5.0.7' backup_password: '' # global config. Note: currently some other keys are used as global conf @@ -638,7 +638,7 @@ config: # default configuration for calculate results on agora-gui-admin calculate_results_default: >- { - "version": "5.0.6", + "version": "5.0.7", "pipes": [ { "type": "agora_results.pipes.pdf.configure_pdf", @@ -674,7 +674,7 @@ config: layout: 'simple', num_successful_logins_allowed: 0, resultsConfig: { - version: '5.0.6', + version: '5.0.7', pipes: [ { type: 'agora_results.pipes.results.do_tallies', diff --git a/doc/production/config.auth.yml b/doc/production/config.auth.yml index 5c8ada4b..677a0bbe 100644 --- a/doc/production/config.auth.yml +++ b/doc/production/config.auth.yml @@ -25,7 +25,7 @@ params: # global configuration config: - version: '5.0.6' + version: '5.0.7' backup_password: '' # global config. Note: currently some other keys are used as global conf @@ -638,7 +638,7 @@ config: # default configuration for calculate results on agora-gui-admin calculate_results_default: >- { - "version": "5.0.6", + "version": "5.0.7", "pipes": [ { "type": "agora_results.pipes.pdf.configure_pdf", @@ -674,7 +674,7 @@ config: layout: 'simple', num_successful_logins_allowed: 0, resultsConfig: { - version: '5.0.6', + version: '5.0.7', pipes: [ { type: 'agora_results.pipes.results.do_tallies', diff --git a/doc/production/config.master.yml b/doc/production/config.master.yml index e38c2fd2..073ca4f0 100644 --- a/doc/production/config.master.yml +++ b/doc/production/config.master.yml @@ -25,7 +25,7 @@ params: # global configuration config: - version: '5.0.6' + version: '5.0.7' backup_password: '' # global config. Note: currently some other keys are used as global conf @@ -638,7 +638,7 @@ config: # default configuration for calculate results on agora-gui-admin calculate_results_default: >- { - "version": "5.0.6", + "version": "5.0.7", "pipes": [ { "type": "agora_results.pipes.pdf.configure_pdf", @@ -674,7 +674,7 @@ config: layout: 'simple', num_successful_logins_allowed: 0, resultsConfig: { - version: '5.0.6', + version: '5.0.7', pipes: [ { type: 'agora_results.pipes.results.do_tallies', diff --git a/helper-tools/config_prod_env.py b/helper-tools/config_prod_env.py index 06fea208..7d278082 100755 --- a/helper-tools/config_prod_env.py +++ b/helper-tools/config_prod_env.py @@ -21,9 +21,9 @@ import argparse import re -INPUT_PROD_VERSION="5.0.5" -INPUT_PRE_VERSION="5.0.6" -OUTPUT_PROD_VERSION="5.0.6" +INPUT_PROD_VERSION="5.0.6" +INPUT_PRE_VERSION="5.0.7" +OUTPUT_PROD_VERSION="5.0.7" def store_keyvalue(prod_config, generated_config, keystore, pipe): ''' Updates the keyvalue store diff --git a/repos.yml b/repos.yml index 677cb6b6..93fe66d9 100644 --- a/repos.yml +++ b/repos.yml @@ -17,53 +17,53 @@ repos: aelections: repo: https://github.com/agoravoting/agora_elections.git - version: '5.0.6' + version: '5.0.7' force: yes results: repo: https://github.com/agoravoting/agora-results.git - version: '5.0.6' + version: '5.0.7' force: yes tally: repo: https://github.com/agoravoting/agora-tally.git - version: '5.0.6' + version: '5.0.7' force: yes authapi: repo: https://github.com/agoravoting/authapi.git - version: '5.0.6' + version: '5.0.7' force: yes atools: repo: https://github.com/agoravoting/agora-tools.git - version: '5.0.6' + version: '5.0.7' force: yes frestq: repo: https://github.com/agoravoting/frestq - version: '5.0.6' + version: '5.0.7' force: yes eorchestra: repo: https://github.com/agoravoting/election-orchestra - version: '5.0.6' + version: '5.0.7' force: yes vfork: repo: https://github.com/agoravoting/vfork - version: '5.0.6' + version: '5.0.7' force: yes averifier: repo: https://github.com/agoravoting/agora-verifier.git - version: '5.0.6' + version: '5.0.7' force: yes guicommon: repo: https://github.com/agoravoting/agora-gui-common.git - version: '5.0.6' + version: '5.0.7' force: yes guiadmin: repo: https://github.com/agoravoting/agora-gui-admin.git - version: '5.0.6' + version: '5.0.7' force: yes guibooth: repo: https://github.com/agoravoting/agora-gui-booth.git - version: '5.0.6' + version: '5.0.7' force: yes guielections: repo: https://github.com/agoravoting/agora-gui-elections.git - version: '5.0.6' + version: '5.0.7' force: yes