Release v111.1.1

  • Merge from v111.1.0 to make sure all commits are passing CI
    • git merge v111.1.1 -m "Version v111.1.1-jh"
    • Resolve conflicts if any.

After release is finalized and tagged

  • Tag v111.1.1-jh from 111-1-stable-jh
    • git tag -a v111.1.1-jh -m "Version v111.1.1-jh"
  • Push the tag to the canonical remote
    • git push origin v111.1.1-jh
  • Trigger the release stable job manually and check if it succeeds.

Confirm published

helm repo update && helm search repo gitlab/gitlab-runner -l | grep 111.1.1