SKIP UPGRADE gitlab update to 7.0.4-bb.0
Package Merge Request
Package Changes
https://repo1.dso.mil/big-bang/product/packages/gitlab/-/blob/7.0.4-bb.0/CHANGELOG.md
Package MR
big-bang/product/packages/gitlab!192 (merged)
For Issue
Edited by Ryan Garcia
Merge request reports
Activity
- A deleted user
added botmr gitlab statusreview labels
assigned to @colin.mcguigan.ctr and @cwilliams68067
requested review from @ryan.j.garcia and @chris.oconnell
Will need to ensure this makes it into BigBang patch release notes:
Gitlab:
- Starting with chart version 7 (app version 16) Gitlab now requires Postgresql 13 or greater and Redis 6 or greater so ensure your Databases are updated to 13.X or 14.X and external elasticache are on version 6 or 7 before upgrading to this version. (BigBang gitlab chart's in-namespace redis is already at version 7, though please read below).
- If utilizing the in-cluster in-namespace gitlab Database this is not supported for direct upgrades, you will need to perform a
pg_dump
of thegitlabhq_production
database, delete the postgresql statefulset, upgrade and then restore your database. - If utilizing the in-cluster in-namespace redis installation from gitlab, the statefulsets for master and replica (if configured) will need to be delete minutes prior to upgrading or else redis communication in-namespace will be broken.
kubectl delete statefulset -n gitlab gitlab-redis-master
- Be sure to review the list of deprecated features and be sure your pipelines and other post-install portions of Gitlab are not using variables or settings that have been removed in this version.
Edited by Ryan Garciarequested review from @ryan.thompson.44
mentioned in commit c4dc9368
mentioned in commit b6f14ad9
changed milestone to %2.4.1
Please register or sign in to reply