Skip to content

Commit

Permalink
Release for version 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Sep 5, 2023
1 parent acb35aa commit 8284477
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
8 changes: 4 additions & 4 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ params:
# global configuration
config:
backup_password: '<PASSWORD>'
version: '9.0.0'
version: '9.1.0'
# global config. Note: currently some other keys are used as global conf
global_secret_key: '<PASSWORD>'

Expand Down Expand Up @@ -537,7 +537,7 @@ config:

# Main version shown in the user interface. set to 'false' if you don't
# want it to be shown.
mainVersion: '9.0.0'
mainVersion: '9.1.0'

# Shows a dialog if the browser is too old to notify the user. Set this to
# false to disable. See how to customize in
Expand Down Expand Up @@ -686,7 +686,7 @@ config:
# default configuration for calculate results on admin-console
calculate_results_default: >-
{
"version": "9.0.0",
"version": "9.1.0",
"pipes": [
{
"type": "tally_pipes.pipes.pdf.configure_pdf",
Expand Down Expand Up @@ -722,7 +722,7 @@ config:
layout: 'simple',
num_successful_logins_allowed: 0,
tallyPipesConfig: {
version: '9.0.0',
version: '9.1.0',
pipes: [
{
type: 'tally_pipes.pipes.results.do_tallies',
Expand Down
6 changes: 3 additions & 3 deletions doc/devel/auth1.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ params:

# global configuration
config:
version: '9.0.0'
version: '9.1.0'
backup_password: '<PASSWORD>'

# global config. Note: currently some other keys are used as global conf
Expand Down Expand Up @@ -671,7 +671,7 @@ config:
# default configuration for calculate results on admin-console
calculate_results_default: >-
{
"version": "9.0.0",
"version": "9.1.0",
"pipes": [
{
"type": "tally_pipes.pipes.pdf.configure_pdf",
Expand Down Expand Up @@ -707,7 +707,7 @@ config:
layout: 'simple',
num_successful_logins_allowed: 0,
tallyPipesConfig: {
version: '9.0.0',
version: '9.1.0',
pipes: [
{
type: 'tally_pipes.pipes.results.do_tallies',
Expand Down
6 changes: 3 additions & 3 deletions doc/devel/auth2.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ params:

# global configuration
config:
version: '9.0.0'
version: '9.1.0'
backup_password: '<PASSWORD>'

# global config. Note: currently some other keys are used as global conf
Expand Down Expand Up @@ -678,7 +678,7 @@ config:
# default configuration for calculate results on admin-console
calculate_results_default: >-
{
"version": "9.0.0",
"version": "9.1.0",
"pipes": [
{
"type": "tally_pipes.pipes.pdf.configure_pdf",
Expand Down Expand Up @@ -714,7 +714,7 @@ config:
layout: 'simple',
num_successful_logins_allowed: 0,
tallyPipesConfig: {
version: '9.0.0',
version: '9.1.0',
pipes: [
{
type: 'tally_pipes.pipes.results.do_tallies',
Expand Down
6 changes: 3 additions & 3 deletions doc/devel/sequent.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ params:

# global configuration
config:
version: '9.0.0'
version: '9.1.0'
backup_password: '<PASSWORD>'

# global config. Note: currently some other keys are used as global conf
Expand Down Expand Up @@ -685,7 +685,7 @@ config:
# default configuration for calculate results on admin-console
calculate_results_default: >-
{
"version": "9.0.0",
"version": "9.1.0",
"pipes": [
{
"type": "tally_pipes.pipes.pdf.configure_pdf",
Expand Down Expand Up @@ -721,7 +721,7 @@ config:
layout: 'simple',
num_successful_logins_allowed: 0,
tallyPipesConfig: {
version: '9.0.0',
version: '9.1.0',
pipes: [
{
type: 'tally_pipes.pipes.results.do_tallies',
Expand Down
6 changes: 3 additions & 3 deletions doc/production/config.auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ params:

# global configuration
config:
version: '9.0.0'
version: '9.1.0'
backup_password: '<PASSWORD>'

# global config. Note: currently some other keys are used as global conf
Expand Down Expand Up @@ -671,7 +671,7 @@ config:
# default configuration for calculate results on admin-console
calculate_results_default: >-
{
"version": "9.0.0",
"version": "9.1.0",
"pipes": [
{
"type": "tally_pipes.pipes.pdf.configure_pdf",
Expand Down Expand Up @@ -707,7 +707,7 @@ config:
layout: 'simple',
num_successful_logins_allowed: 0,
tallyPipesConfig: {
version: '9.0.0',
version: '9.1.0',
pipes: [
{
type: 'tally_pipes.pipes.results.do_tallies',
Expand Down
6 changes: 3 additions & 3 deletions doc/production/config.master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ params:

# global configuration
config:
version: '9.0.0'
version: '9.1.0'
backup_password: '<PASSWORD>'

# global config. Note: currently some other keys are used as global conf
Expand Down Expand Up @@ -671,7 +671,7 @@ config:
# default configuration for calculate results on admin-console
calculate_results_default: >-
{
"version": "9.0.0",
"version": "9.1.0",
"pipes": [
{
"type": "tally_pipes.pipes.pdf.configure_pdf",
Expand Down Expand Up @@ -707,7 +707,7 @@ config:
layout: 'simple',
num_successful_logins_allowed: 0,
tallyPipesConfig: {
version: '9.0.0',
version: '9.1.0',
pipes: [
{
type: 'tally_pipes.pipes.results.do_tallies',
Expand Down
6 changes: 3 additions & 3 deletions helper-tools/config_prod_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
import argparse
import re

INPUT_PROD_VERSION="master"
INPUT_PRE_VERSION="9.0.0"
OUTPUT_PROD_VERSION="9.0.0"
INPUT_PROD_VERSION="9.0.0"
INPUT_PRE_VERSION="9.1.0"
OUTPUT_PROD_VERSION="9.1.0"
def store_keyvalue(prod_config, generated_config, keystore, pipe):
'''
Updates the keyvalue store
Expand Down
26 changes: 13 additions & 13 deletions repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,53 +17,53 @@
repos:
ballot_box:
repo: https://github.com/sequentech/ballot-box.git
version: '9.0.0'
version: '9.1.0'
force: yes
results:
repo: https://github.com/sequentech/tally-pipes.git
version: '9.0.0'
version: '9.1.0'
force: yes
tally:
repo: https://github.com/sequentech/tally-methods.git
version: '9.0.0'
version: '9.1.0'
force: yes
iam:
repo: https://github.com/sequentech/iam.git
version: '9.0.0'
version: '9.1.0'
force: yes
misc_tools:
repo: https://github.com/sequentech/misc-tools.git
version: '9.0.0'
version: '9.1.0'
force: yes
frestq:
repo: https://github.com/sequentech/frestq
version: '9.0.0'
version: '9.1.0'
force: yes
eorchestra:
repo: https://github.com/sequentech/election-orchestra
version: '9.0.0'
version: '9.1.0'
force: yes
mixnet:
repo: https://github.com/sequentech/mixnet
version: '9.0.0'
version: '9.1.0'
force: yes
election_verifier:
repo: https://github.com/sequentech/election-verifier.git
version: '9.0.0'
version: '9.1.0'
force: yes
common_ui:
repo: https://github.com/sequentech/common-ui.git
version: '9.0.0'
version: '9.1.0'
force: yes
admin_console:
repo: https://github.com/sequentech/admin-console.git
version: '9.0.0'
version: '9.1.0'
force: yes
voting_booth:
repo: https://github.com/sequentech/voting-booth.git
version: '9.0.0'
version: '9.1.0'
force: yes
election_portal:
repo: https://github.com/sequentech/election-portal.git
version: '9.0.0'
version: '9.1.0'
force: yes
2 changes: 1 addition & 1 deletion sequent-ui/templates/SequentConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* in this same file, which you might want to edit and tune if needed.
*/

var SEQUENT_CONFIG_VERSION = '9.0.0';
var SEQUENT_CONFIG_VERSION = '9.1.0';

var SequentConfigData = {
// the base url path for ajax requests, for example for sending ballots or
Expand Down

0 comments on commit 8284477

Please sign in to comment.