gitlab update to 8.2.8-bb.1
Package Merge Request
Package Changes
https://repo1.dso.mil/big-bang/product/packages/gitlab/-/blob/8.2.8-bb.1/CHANGELOG.md
Package MR
big-bang/product/packages/gitlab!323 (merged)
For Issue
Closes big-bang/product/packages/gitlab#274 (closed)
Upgrade Notices
N/A
Merge request reports
Activity
added botmr gitlab statusdoing labels
assigned to @matt.vasquez
requested review from @chris.oconnell, @michaelmartin, and @andrewshoell
added 3 commits
-
3cfc5fdb...bc892f1b - 2 commits from branch
master
- 2492258a - Merge branch 'master' into 'update-gitlab-tag-8.2.8-bb.1'
-
3cfc5fdb...bc892f1b - 2 commits from branch
removed statusdoing label
added statusreview label
changed milestone to %2.38.0
for reviewer:
Check for BB test-values dupes in .addons.gitlab.values on BB main branch:
comm -1 -2 \ <(yq -P 'sort_keys(..)' -o=props <(curl -s https://repo1.dso.mil/big-bang/product/packages/gitlab/-/raw/main/chart/values.yaml) | sort) \ <(yq -P '.addons.gitlab.values' -o=props <(curl -s https://repo1.dso.mil/big-bang/bigbang/-/raw/master/tests/test-values.yaml) | sort) \ | sed '/^$/d'
Check for BB test-values dupes in .addons.gitlab.values on THIS (update-gitlab-tag-8.2.8-bb.1) branch:
comm -1 -2 \ <(yq -P 'sort_keys(..)' -o=props <(curl -s https://repo1.dso.mil/big-bang/product/packages/gitlab/-/raw/main/chart/values.yaml) | sort) \ <(yq -P '.addons.gitlab.values' -o=props <(curl -s https://repo1.dso.mil/big-bang/bigbang/-/raw/update-gitlab-tag-8.2.8-bb.1/tests/test-values.yaml) | sort) \ | sed '/^$/d'
Command should have no output if there are no dupes found.
enabled an automatic merge when the pipeline for 2597b2db succeeds
added debug label