Update Ruby to 3.2.2
Ruby or Alpine version upgrade
This issue is to track the work for upgrading:
- Ruby to version 3.2.2
To bump the versions of Ruby:
-
Create a merge request to edit hardcoded versions in
gitlab_kramdownproject. Cut a new release. -
After the
gitlab_kramdownmerge request is merged, create a merge request to:-
Edit the hardcoded versions in these files:
-
dockerfiles/single.Dockerfile -
.gitpod.Dockerfile -
.ruby-version -
.tool-versions
-
-
Roll the version of gitlab_kramdownGem forward.
-
-
In the same merge request, edit
.gitlab-ci.ymlto bump the environment variables:-
ALPINE_VERSION -
RUBY_VERSION
-
-
Before merging changes to
.tool-versions, notify the team in the#tw-teamchannel of the change:I'm about to merge dependency changes to `gitlab-docs`. Run `make setup` to install the necessary updates.Then merge the merge request.
-
After the merge request is merged, run the
Build docker images manuallyscheduled pipeline, and run the following manual jobs:-
image:gitlab-docs-base -
image:docs-lint-markdown -
image:docs-lint-html
-
-
After the new images are built, make sure they work as expected by first updating the
imageentries ingitlab-docs: -
Update the the
imageentries in the upstream projects:-
GitLab (https://gitlab.com/gitlab-org/gitlab/-/blob/master/.gitlab/ci/docs.gitlab-ci.yml) -
Omnibus GitLab (https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/master/gitlab-ci-config/gitlab-com.yml) -
GitLab Runner (https://gitlab.com/gitlab-org/gitlab-runner/-/blob/main/.gitlab/ci/test.gitlab-ci.yml) -
GitLab Chart (https://gitlab.com/gitlab-org/charts/gitlab/-/blob/master/.gitlab-ci.yml) -
GitLab Operator (https://gitlab.com/gitlab-org/cloud-native/gitlab-operator/-/blob/master/.gitlab-ci.yml) -
GitLab Development Kit (https://gitlab.com/gitlab-org/gitlab-development-kit/-/blob/main/.gitlab/ci/test.gitlab-ci.yml)
-