Procházet zdrojové kódy

Merge pull request #250 from thedanbob/updates

Update synapse (1.3.0 -> 1.3.1) and riot-web (1.3.2 -> 1.3.3)
pull/205/head^2
Slavi Pantaleev před 6 roky
committed by GitHub
rodič
revize
c464ab303c
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      roles/matrix-riot-web/defaults/main.yml
  2. +1
    -1
      roles/matrix-synapse/defaults/main.yml

+ 1
- 1
roles/matrix-riot-web/defaults/main.yml Zobrazit soubor

@@ -1,6 +1,6 @@
matrix_riot_web_enabled: true matrix_riot_web_enabled: true


matrix_riot_web_docker_image: "bubuntux/riot-web:v1.3.2"
matrix_riot_web_docker_image: "bubuntux/riot-web:v1.3.3"
matrix_riot_web_docker_image_force_pull: "{{ matrix_riot_web_docker_image.endswith(':latest') }}" matrix_riot_web_docker_image_force_pull: "{{ matrix_riot_web_docker_image.endswith(':latest') }}"


matrix_riot_web_data_path: "{{ matrix_base_data_path }}/riot-web" matrix_riot_web_data_path: "{{ matrix_base_data_path }}/riot-web"


+ 1
- 1
roles/matrix-synapse/defaults/main.yml Zobrazit soubor

@@ -3,7 +3,7 @@


matrix_synapse_enabled: true matrix_synapse_enabled: true


matrix_synapse_docker_image: "matrixdotorg/synapse:v1.3.0"
matrix_synapse_docker_image: "matrixdotorg/synapse:v1.3.1"
matrix_synapse_docker_image_force_pull: "{{ matrix_synapse_docker_image.endswith(':latest') }}" matrix_synapse_docker_image_force_pull: "{{ matrix_synapse_docker_image.endswith(':latest') }}"


matrix_synapse_base_path: "{{ matrix_base_data_path }}/synapse" matrix_synapse_base_path: "{{ matrix_base_data_path }}/synapse"


Načítá se…
Zrušit
Uložit