Skip to content

Commit

Permalink
[u] Update GitLab and runner to v16.9.0 (#5926)
Browse files Browse the repository at this point in the history
  • Loading branch information
achave11-ucsc authored and dsotirho-ucsc committed Feb 26, 2024
1 parent 97028ad commit 3bd6b32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions UPGRADING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ lower and stable deployments, perform the second phase using the ``apply``
Makefile target after the merge commit was successfully built on the GitLab
instance in that deployment.

Deploy the ``gitlab`` component of any main deployment just after pushing the PR
branch to GitHub. Run ``make -C terraform/gitlab/runner`` just before pushing
the merge commit to the GitLab instance in that deployment.


#5728 Many stale images in gitlab-dind and GitLab registry
==========================================================
Expand Down
4 changes: 2 additions & 2 deletions environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,10 @@ def env() -> Mapping[str, Optional[str]]:
'ref': 'docker.io/clamav/clamav:1.2.1-27'
},
'gitlab': {
'ref': 'docker.io/gitlab/gitlab-ce:16.8.1-ce.0'
'ref': 'docker.io/gitlab/gitlab-ce:16.9.0-ce.0'
},
'gitlab_runner': {
'ref': 'docker.io/gitlab/gitlab-runner:ubuntu-v16.7.1'
'ref': 'docker.io/gitlab/gitlab-runner:ubuntu-v16.9.0'
},
'dind': {
'ref': 'docker.io/library/docker:{azul_docker_version}-dind'
Expand Down

0 comments on commit 3bd6b32

Please sign in to comment.