Skip to content

Commit

Permalink
[debops.gitlab] Update GitLab version to 12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Sep 29, 2019
1 parent ef68a81 commit cbd7907
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -100,7 +100,7 @@ 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
``12.2``. This is the last release that supports Ruby 2.5 which is included
in Debian Buster.

- In the :ref:`debops.ipxe` role, the Debian Stretch and Debian Buster netboot
Expand Down
8 changes: 4 additions & 4 deletions ansible/roles/debops.gitlab/defaults/main.yml
Expand Up @@ -39,12 +39,12 @@ gitlab__release_map:
'xenial': '10-8-stable'

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

# OS releases with Ruby 2.6+ (future)
'bullseye': '12-1-stable'
'eoan': '12-1-stable'
'bullseye': '12-2-stable'
'eoan': '12-2-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: 12-1-stable
# Version: 12-2-stable

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

0 comments on commit cbd7907

Please sign in to comment.