Skip to content

Commit

Permalink
dendrite and go update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Sep 13, 2024
1 parent 9c186e2 commit ba70ed6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions roles/dendrite/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# /srv/dendrite/dendrite/bin/create-account --config /etc/dendrite/dendrite.yaml -username alex -admin

dendrite_repository: https://github.com/matrix-org/dendrite.git
dendrite_version: 'v0.13.7'
dendrite_version: 'v0.13.8'
dendrite_force_rebuild: true

dendrite_required_packages: []
Expand Down Expand Up @@ -41,9 +41,9 @@ dendrite_vhost_letsencrypt_key: '{{ letsencrypt_keys[0] | default(omit) }}'
# NOTE: version should be tests in gitlab pipeline
# SEE https://gitlab.com/gitlab-org/gitlab/-/blob/master/.gitlab/ci/workhorse.gitlab-ci.yml#L30
# https://go.dev/dl/ -> linux-amd64.tar.gz
dendrite_go_version: '1.22.6'
dendrite_go_version: '1.22.7'
# linux-arm64.tar.gz
dendrite_go_sha256_checksum: c15fa895341b8eaf7f219fada25c36a610eb042985dc1a912410c1c90098eaf2
dendrite_go_sha256_checksum: ed695684438facbd7e0f286c30b7bc2411cfc605516d8127dc25c62fe5b03885

dendrite_with_validation: true
dendrite_remove: false
Expand Down
4 changes: 2 additions & 2 deletions roles/gitlab/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ gitlab_packages:
# NOTE: version should be tests in gitlab pipeline
# SEE https://gitlab.com/gitlab-org/gitlab/-/blob/master/.gitlab/ci/workhorse.gitlab-ci.yml#L30
# https://go.dev/dl/ -> linux-amd64.tar.gz
gitlab_go_version: '1.22.6'
gitlab_go_sha256_checksum: 999805bed7d9039ec3da1a53bfbcafc13e367da52aa823cb60b68ba22d44c616
gitlab_go_version: '1.22.7'
gitlab_go_sha256_checksum: fc5d49b7a5035f1f1b265c17aa86e9819e6dc9af8260ad61430ee7fbe27881bb

gitlab_nginx_auth_realm: 'Code access is restricted'
gitlab_nginx_client_max_body_size: '0'
Expand Down

0 comments on commit ba70ed6

Please sign in to comment.