Skip to content

Commit

Permalink
Merge branch 'drybjed-update-gitlab-version'
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Sep 4, 2019
2 parents bd16c14 + d68b80e commit 7a79b16
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -45,6 +45,13 @@ General
Changed
~~~~~~~

Updates of upstream application versions
''''''''''''''''''''''''''''''''''''''''

- In the :ref:`debops.gitlab` role, GitLab version has been updated to
``12.1``. This is the last release that supports Ruby 2.5 which is included
in Debian Buster.

:ref:`debops.resolvconf` role
'''''''''''''''''''''''''''''

Expand Down
9 changes: 7 additions & 2 deletions ansible/roles/debops.gitlab/defaults/main.yml
Expand Up @@ -38,8 +38,13 @@ gitlab__release_map:
'stretch': '10-8-stable'
'xenial': '10-8-stable'

'buster': '11-10-stable'
'bionic': '11-10-stable'
# OS releases with Ruby 2.5
'buster': '12-1-stable'
'bionic': '12-1-stable'

# OS releases with Ruby 2.6+ (future)
'bullseye': '12-1-stable'
'eoan': '12-1-stable'

# ]]]
# .. envvar:: gitlab__distribution_release [[[
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/debops.gitlab/meta/watch-gitlab
@@ -1,6 +1,6 @@
# Role: debops.gitlab
# Package: gitlab
# Version: 11-10-stable
# Version: 12-1-stable

version=3
https://gitlab.com/gitlab-org/gitlab-ce/branches/active?utf8=%E2%9C%93&search=stable \
Expand Down

0 comments on commit 7a79b16

Please sign in to comment.