Update dependency https://repo1.dso.mil/big-bang/bigbang.git to v2.5.0
This MR contains the following updates:
Package | Update | Change |
---|---|---|
https://repo1.dso.mil/big-bang/bigbang.git | minor |
2.1.0 -> 2.5.0
|
Release Notes
big-bang/bigbang
v2.5.0
- !2.5.0; List of merge requests in this release.
v2.4.1
Release Notes - 2.4.1
Please see our documentation page for more information on how to consume and deploy BigBang.
Upgrade Notices
Patch Notes
There are two changes included in this release:
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.
Loki:
- The BigBang Loki package's default schema_config settings under the hood were previously pushed with an incorrect date. If you set your own date as mentioned in the
2.4.0
release notes you will be fine, this will mostly affect installations which have not set a customschema_config
or not upgraded to 2.4.0 yet.
Other upgrade notices from 2.4.0 are included here for your convenience. To view the full list of changes make sure to check the 2.4.0 release notes page.
Known Issues
Gitlab 16 transition requires manual updates before deployment. Ensure that all blockers and breaking changes (located above in the patch notes) are addressed prior to release.
Helpful Links
As always, we welcome and appreciate feedback from our community of users. Please feel free to:
- Open issues here
- Join our chat
- Check out the documentation for guidance on how to get started
Future
Don't see your feature and/or bug fix? Check out our epics for estimates on when you can expect things to drop, and as always, feel free to comment or create issues if you have questions, comments, or concerns.
v2.4.0
- !2.4.0; List of merge requests in this release.
v2.3.0
- !2.3.0; List of merge requests in this release.
v2.2.0
- !2.2.0; List of merge requests in this release.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.