diff --git a/config.yml b/config.yml index 6ac3b44..588c21a 100644 --- a/config.yml +++ b/config.yml @@ -26,7 +26,7 @@ params: # global configuration config: backup_password: '' - version: '6.0.1' + version: '6.0.2' # global config. Note: currently some other keys are used as global conf global_secret_key: '' @@ -506,7 +506,7 @@ config: # Main version shown in the user interface. set to 'false' if you don't # want it to be shown. - mainVersion: '6.0.1' + mainVersion: '6.0.2' # from `config.iam.admin_auth_token_expiration_seconds`), except if this # setting is set to 'false' then the expiration of cookies will be set # the same value as for other sequent-ui modules (unlimited). @@ -652,7 +652,7 @@ config: # default configuration for calculate results on admin-console calculate_results_default: >- { - "version": "6.0.1", + "version": "6.0.2", "pipes": [ { "type": "tally_pipes.pipes.pdf.configure_pdf", @@ -688,7 +688,7 @@ config: layout: 'simple', num_successful_logins_allowed: 0, tallyPipesConfig: { - version: '6.0.1', + version: '6.0.2', pipes: [ { type: 'tally_pipes.pipes.results.do_tallies', diff --git a/doc/devel/auth1.config.yml b/doc/devel/auth1.config.yml index 3a21bd1..f283f75 100644 --- a/doc/devel/auth1.config.yml +++ b/doc/devel/auth1.config.yml @@ -25,7 +25,7 @@ params: # global configuration config: - version: '6.0.1' + version: '6.0.2' backup_password: '' # global config. Note: currently some other keys are used as global conf @@ -647,7 +647,7 @@ config: # default configuration for calculate results on admin-console calculate_results_default: >- { - "version": "6.0.1", + "version": "6.0.2", "pipes": [ { "type": "tally_pipes.pipes.pdf.configure_pdf", @@ -683,7 +683,7 @@ config: layout: 'simple', num_successful_logins_allowed: 0, tallyPipesConfig: { - version: '6.0.1', + version: '6.0.2', pipes: [ { type: 'tally_pipes.pipes.results.do_tallies', diff --git a/doc/devel/auth2.config.yml b/doc/devel/auth2.config.yml index 592e830..de2dda0 100644 --- a/doc/devel/auth2.config.yml +++ b/doc/devel/auth2.config.yml @@ -25,7 +25,7 @@ params: # global configuration config: - version: '6.0.1' + version: '6.0.2' backup_password: '' # global config. Note: currently some other keys are used as global conf @@ -654,7 +654,7 @@ config: # default configuration for calculate results on admin-console calculate_results_default: >- { - "version": "6.0.1", + "version": "6.0.2", "pipes": [ { "type": "tally_pipes.pipes.pdf.configure_pdf", @@ -690,7 +690,7 @@ config: layout: 'simple', num_successful_logins_allowed: 0, tallyPipesConfig: { - version: '6.0.1', + version: '6.0.2', pipes: [ { type: 'tally_pipes.pipes.results.do_tallies', diff --git a/doc/devel/sequent.config.yml b/doc/devel/sequent.config.yml index bb13a35..0459f70 100644 --- a/doc/devel/sequent.config.yml +++ b/doc/devel/sequent.config.yml @@ -25,7 +25,7 @@ params: # global configuration config: - version: '6.0.1' + version: '6.0.2' backup_password: '' # global config. Note: currently some other keys are used as global conf @@ -661,7 +661,7 @@ config: # default configuration for calculate results on admin-console calculate_results_default: >- { - "version": "6.0.1", + "version": "6.0.2", "pipes": [ { "type": "tally_pipes.pipes.pdf.configure_pdf", @@ -697,7 +697,7 @@ config: layout: 'simple', num_successful_logins_allowed: 0, tallyPipesConfig: { - version: '6.0.1', + version: '6.0.2', pipes: [ { type: 'tally_pipes.pipes.results.do_tallies', diff --git a/doc/production/config.auth.yml b/doc/production/config.auth.yml index 41381be..e2af4b8 100644 --- a/doc/production/config.auth.yml +++ b/doc/production/config.auth.yml @@ -25,7 +25,7 @@ params: # global configuration config: - version: '6.0.1' + version: '6.0.2' backup_password: '' # global config. Note: currently some other keys are used as global conf @@ -654,7 +654,7 @@ config: # default configuration for calculate results on admin-console calculate_results_default: >- { - "version": "6.0.1", + "version": "6.0.2", "pipes": [ { "type": "tally_pipes.pipes.pdf.configure_pdf", @@ -690,7 +690,7 @@ config: layout: 'simple', num_successful_logins_allowed: 0, tallyPipesConfig: { - version: '6.0.1', + version: '6.0.2', pipes: [ { type: 'tally_pipes.pipes.results.do_tallies', diff --git a/doc/production/config.master.yml b/doc/production/config.master.yml index 55d3f77..50158d6 100644 --- a/doc/production/config.master.yml +++ b/doc/production/config.master.yml @@ -25,7 +25,7 @@ params: # global configuration config: - version: '6.0.1' + version: '6.0.2' backup_password: '' # global config. Note: currently some other keys are used as global conf @@ -654,7 +654,7 @@ config: # default configuration for calculate results on admin-console calculate_results_default: >- { - "version": "6.0.1", + "version": "6.0.2", "pipes": [ { "type": "tally_pipes.pipes.pdf.configure_pdf", @@ -690,7 +690,7 @@ config: layout: 'simple', num_successful_logins_allowed: 0, tallyPipesConfig: { - version: '6.0.1', + version: '6.0.2', pipes: [ { type: 'tally_pipes.pipes.results.do_tallies', diff --git a/helper-tools/config_prod_env.py b/helper-tools/config_prod_env.py index dc50ebe..4999d8b 100755 --- a/helper-tools/config_prod_env.py +++ b/helper-tools/config_prod_env.py @@ -22,8 +22,8 @@ import re INPUT_PROD_VERSION="6.0.1" -INPUT_PRE_VERSION="6.0.1" -OUTPUT_PROD_VERSION="6.0.1" +INPUT_PRE_VERSION="6.0.2" +OUTPUT_PROD_VERSION="6.0.2" def store_keyvalue(prod_config, generated_config, keystore, pipe): ''' Updates the keyvalue store diff --git a/repos.yml b/repos.yml index 2f6a3b0..ba0f4b5 100644 --- a/repos.yml +++ b/repos.yml @@ -17,53 +17,53 @@ repos: ballot_box: repo: https://github.com/sequentech/ballot-box.git - version: '6.0.1' + version: '6.0.2' force: yes results: repo: https://github.com/sequentech/tally-pipes.git - version: '6.0.1' + version: '6.0.2' force: yes tally: repo: https://github.com/sequentech/tally-methods.git - version: '6.0.1' + version: '6.0.2' force: yes iam: repo: https://github.com/sequentech/iam.git - version: '6.0.1' + version: '6.0.2' force: yes misc_tools: repo: https://github.com/sequentech/misc-tools.git - version: '6.0.1' + version: '6.0.2' force: yes frestq: repo: https://github.com/sequentech/frestq - version: '6.0.1' + version: '6.0.2' force: yes eorchestra: repo: https://github.com/sequentech/election-orchestra - version: '6.0.1' + version: '6.0.2' force: yes mixnet: repo: https://github.com/sequentech/mixnet - version: '6.0.1' + version: '6.0.2' force: yes election_verifier: repo: https://github.com/sequentech/election-verifier.git - version: '6.0.1' + version: '6.0.2' force: yes common_ui: repo: https://github.com/sequentech/common-ui.git - version: '6.0.1' + version: '6.0.2' force: yes admin_console: repo: https://github.com/sequentech/admin-console.git - version: '6.0.1' + version: '6.0.2' force: yes voting_booth: repo: https://github.com/sequentech/voting-booth.git - version: '6.0.1' + version: '6.0.2' force: yes election_portal: repo: https://github.com/sequentech/election-portal.git - version: '6.0.1' + version: '6.0.2' force: yes diff --git a/sequent-ui/templates/SequentConfig.js b/sequent-ui/templates/SequentConfig.js index e7fb60e..5b4a9dc 100644 --- a/sequent-ui/templates/SequentConfig.js +++ b/sequent-ui/templates/SequentConfig.js @@ -20,7 +20,7 @@ * in this same file, which you might want to edit and tune if needed. */ -var SEQUENT_CONFIG_VERSION = '6.0.1'; +var SEQUENT_CONFIG_VERSION = '6.0.2'; var SequentConfigData = { // the base url path for ajax requests, for example for sending ballots or