Przeglądaj źródła

Update changelog version

pull/5463/head
Julian Dreykorn 1 dzień temu
rodzic
commit
45a0128b97
2 zmienionych plików z 3 dodań i 3 usunięć
  1. +1
    -1
      examples/vars.yml
  2. +2
    -2
      roles/custom/matrix_playbook_migration/defaults/main.yml

+ 1
- 1
examples/vars.yml Wyświetl plik

@@ -2,7 +2,7 @@
# This variable acknowledges that you've reviewed breaking changes up to this version. # This variable acknowledges that you've reviewed breaking changes up to this version.
# The playbook will fail if this is outdated, guiding you through what changed. # The playbook will fail if this is outdated, guiding you through what changed.
# See the changelog: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/CHANGELOG.md # See the changelog: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/CHANGELOG.md
matrix_playbook_migration_validated_version: v2026.05.18.0
matrix_playbook_migration_validated_version: v2026.07.19.0


# The bare domain name which represents your Matrix identity. # The bare domain name which represents your Matrix identity.
# Matrix user IDs for your server will be of the form (`@alice:example.com`). # Matrix user IDs for your server will be of the form (`@alice:example.com`).


+ 2
- 2
roles/custom/matrix_playbook_migration/defaults/main.yml Wyświetl plik

@@ -14,11 +14,11 @@ matrix_playbook_migration_validated_version: ''
# The version that the playbook expects the user to have validated against. # The version that the playbook expects the user to have validated against.
# This is bumped whenever a breaking change is introduced. # This is bumped whenever a breaking change is introduced.
# The value configured here needs to exist in `matrix_playbook_migration_breaking_changes` as well. # The value configured here needs to exist in `matrix_playbook_migration_breaking_changes` as well.
matrix_playbook_migration_expected_version: "v2026.05.18.0"
matrix_playbook_migration_expected_version: "v2026.07.19.0"


# A list of breaking changes, used to inform users what changed between their validated version and the expected version. # A list of breaking changes, used to inform users what changed between their validated version and the expected version.
matrix_playbook_migration_breaking_changes: matrix_playbook_migration_breaking_changes:
- version: "v2026.05.18.0"
- version: "v2026.07.19.0"
summary: "LiveKit Server has been upgraded to v1.12.0 — TURN no longer relays to restricted peer CIDRs (loopback, link-local, multicast, private, unspecified) by default; TURN credentials now carry a TTL (300s)" summary: "LiveKit Server has been upgraded to v1.12.0 — TURN no longer relays to restricted peer CIDRs (loopback, link-local, multicast, private, unspecified) by default; TURN credentials now carry a TTL (300s)"
changelog_url: "https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/CHANGELOG.md#2026-05-18" changelog_url: "https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/CHANGELOG.md#2026-05-18"
- version: "v2026.04.24.0" - version: "v2026.04.24.0"


Ładowanie…
Anuluj
Zapisz