Skip to content

Commit

Permalink
GitLab 17.3, Go 1.22.6 and ruby update for GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Aug 17, 2024
1 parent 5b3dbab commit b9450e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions roles/dendrite/defaults/main.yml
Original file line number Diff line number Diff line change
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.5'
dendrite_go_version: '1.22.6'
# linux-arm64.tar.gz
dendrite_go_sha256_checksum: 8d21325bfcf431be3660527c1a39d3d9ad71535fabdf5041c826e44e31642b5a
dendrite_go_sha256_checksum: c15fa895341b8eaf7f219fada25c36a610eb042985dc1a912410c1c90098eaf2

dendrite_with_validation: true
dendrite_remove: false
Expand Down
8 changes: 4 additions & 4 deletions roles/gitlab/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gitlab_with_zsh: true
gitlab_omniauth_enabled: false
gitlab_omniauth_providers: []

gitlab_repository_version: '17-2-stable'
gitlab_repository_version: '17-3-stable'
gitlab_ce_version: '{{ gitlab_repository_version }}'
gitlab_ee_version: '{{ gitlab_repository_version }}-ee'
gitlab_path: "{{ gitlab_home }}/gitlab"
Expand Down Expand Up @@ -77,7 +77,7 @@ gitlab_rvm_ruby_path: '{{ gitlab_home }}/.rvm/wrappers/default'
# This Version is fixed in .ruby_version
# gitaly ruby should be rerun (on version change, manually is required - see gitlab_gitaly.yml)
# ruby 3.2 or newer uses openssl 3, which comes with ubuntu 22.04
gitlab_ruby_version: 3.2.3
gitlab_ruby_version: 3.2.4

gitlab_mail_room_enabled: true

Expand Down 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.5'
gitlab_go_sha256_checksum: 904b924d435eaea086515bc63235b192ea441bd8c9b198c507e85009e6e4c7f0
gitlab_go_version: '1.22.6'
gitlab_go_sha256_checksum: 999805bed7d9039ec3da1a53bfbcafc13e367da52aa823cb60b68ba22d44c616

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

0 comments on commit b9450e4

Please sign in to comment.