Skip to content

Update GitLab Omnibus Builder to v3.5.0

Stan Hu requested to merge sh-update-omnibus-builder-3.4.0 into master
Update GitLab Omnibus Builder to v3.5.0

- Upgrade the Golang FIPS builds using a tag with Go v1.17.10.
- Upgrade Bundler to v2.3.15
- Diff https://gitlab.com/gitlab-org/gitlab-omnibus-builder/-/compare/3.3.1...3.5.0

Changelog: changed
``

## What does this MR do?

The main change is to upgrade the Golang FIPS builds using a tag with
Go v1.17.10 and upgrade bundler to 2.3.15.

Diff:
https://gitlab.com/gitlab-org/gitlab-omnibus-builder/-/compare/3.3.1...3.5.0

Test pipeline: https://dev.gitlab.org/gitlab/omnibus-gitlab/-/merge_requests/220

## Related issues

https://gitlab.com/gitlab-org/charts/gitlab/-/issues/3234

## Checklist

See [Definition of done](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/CONTRIBUTING.md#definition-of-done).

For anything in this list which will not be completed, please provide a reason in the MR discussion

### Required
- [x] Merge Request Title, and Description are up to date, accurate, and descriptive
- [x] MR targeting the appropriate branch
- [x] MR has a green pipeline on GitLab.com
- [x] Pipeline is green on dev.gitlab.org if the change is touching anything besides documentation or internal cookbooks
- [x] `trigger-package` has a green pipeline running against latest commit

### Expected (please provide an explanation if not completing)
- [ ] Test plan indicating conditions for success has been posted and passes
- [ ] Documentation created/updated
- [ ] Tests added
- [ ] Integration tests added to [GitLab QA](https://gitlab.com/gitlab-org/gitlab-qa)
- [ ] Equivalent MR/issue for the [GitLab Chart](https://gitlab.com/gitlab-org/charts/gitlab) opened
Edited by Robert Marshall

Merge request reports