- Jul 04, 2022
-
-
JiHu Release Tools Bot authored
-
- Jun 30, 2022
-
-
JH_CNG_SYNC_TOKEN authored
-
Balasankar 'Balu' C authored
Fix DISABLE_PUMA_WORKER_KILLER check See merge request gitlab-org/build/CNG!1042
-
Matthias Käppler authored
Changelog: fixed
-
Balasankar 'Balu' C authored
Reinstall Ruby grpc gem with system OpenSSL for FIPS builds See merge request gitlab-org/build/CNG!1061
-
- Jun 29, 2022
-
-
JH_CNG_SYNC_TOKEN authored
-
Balasankar 'Balu' C authored
Update UBI to 8.6 See merge request gitlab-org/build/CNG!1033
-
Jason Plum authored
Changelog: changed
-
- Jun 27, 2022
-
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Fix owner of public/uploads directory in UBI-8 Sidekiq image See merge request gitlab-org/build/CNG!1063
-
- Jun 24, 2022
-
-
Stan Hu authored
The owner of the `public/uploads` directory on the `gitlab-sidekiq-ee` UBI-8 image was owned by `root` instead of `git`. The directory was being created via `mkdir -p public/uploads`, but the owner was never set properly in the `gitlab-rails` `Dockerfile`. It was set properly on `gitlab-webservice-ee`, however. Relates to https://gitlab.com/gitlab-org/charts/gitlab/-/issues/3370 Changelog: fixed
-
- Jun 23, 2022
-
-
Stan Hu authored
A Ruby platform install of gRPC leaves several hundred megabytes of unnecessary data. We can remove much of this data. This matches what we do in Omnibus (in `config/projects/gitlab.rb`).
-
Stan Hu authored
This is needed to compile the gprc gem.
-
Stan Hu authored
By default, the Ruby grpc gem installs itself as a native gem and bundles its own copy of BoringSSL. BoringSSL is a fork of OpenSSL, and while there are FIPS-validated versions available, a BoringSSL FIPS library is not generally available. However, we can ensure FIPS compliance by building and linking against the system OpenSSL. Unfortunately, the gRPC upstream has not made it possible to configure the Ruby compilation options (https://github.com/grpc/grpc/pull/27881). To work around this, we patch the Ruby `extconf.rb` to link against the system OpenSSL. This commit: 1. Determines which grpc gems have been installed in the system. 2. Uninstalls all versions. Note that it's possible to install the same version with both the Ruby and x86 native platforms. 3. For each version, download the gem, patch it with the handy `gem-patch` tool, and reinstall the patched gem. Related Omnibus merge request: https://gitlab.com/gitlab-org/omnibus-git...
-
- Jun 22, 2022
-
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Bump Container Registry to v3.49.0-gitlab See merge request gitlab-org/build/CNG!1060
-
JH_CNG_SYNC_TOKEN authored
-
Balasankar 'Balu' C authored
Ensure fips mode is disabled by default for gitaly Closes gitlab-org/charts/gitlab#3362 See merge request gitlab-org/build/CNG!1059
-
DJ Mountney authored
-
- Jun 21, 2022
-
-
Hayley Swimelar authored
-
- Jun 20, 2022
-
-
vincent_stchu authored
-
- Jun 17, 2022
-
-
Jason Plum authored
Update gitlab-org/gitlab-exporter from 11.15.2 to 11.16.0 See merge request gitlab-org/build/CNG!1055
-
- Jun 14, 2022
-
-
JH_CNG_SYNC_TOKEN authored
-
Balasankar 'Balu' C authored
gitaly: Bundle with deployment mode See merge request gitlab-org/build/CNG!1053
-
Toon Claes authored
-
- Jun 13, 2022
-
-
deps authored
-
- Jun 11, 2022
-
-
JH_CNG_SYNC_TOKEN authored
-
DJ Mountney authored
Bump Container Registry to v3.48.0-gitlab See merge request gitlab-org/build/CNG!1054
-
- Jun 10, 2022
-
-
Hayley Swimelar authored
-
- Jun 08, 2022
-
-
JH_CNG_SYNC_TOKEN authored
-
Robert Marshall authored
Upgrade bundler version to v2.3.15 See merge request gitlab-org/build/CNG!1050
-
Stan Hu authored
Bundler version 2.3.15 fixes a performance regression introduced in version 2.2.33 and aligns with what is currently used in development.
-
- Jun 07, 2022
-
-
JH_CNG_SYNC_TOKEN authored
-
DJ Mountney authored
Bump container registry to v3.47.0 See merge request gitlab-org/build/CNG!1051
-
João Pereira authored
-
JH_CNG_SYNC_TOKEN authored
-
Balasankar 'Balu' C authored
Make gitlab-go use the Go 1.17.10 tag See merge request gitlab-org/build/CNG!1049
-
- Jun 06, 2022
-
-
Stan Hu authored
Previously for the golang-fips compiler we checked out a branch and a specific SHA. We had to avoid a shallow clone because the branch could be updated, leaving out that SHA. The `go1.17.10-1-openssl-fips` tag was pushed 10 days ago. We can now use that. Relates to https://gitlab.com/gitlab-org/charts/gitlab/-/issues/3234 Changelog: changed
-
- Jun 03, 2022
-
-
JH_CNG_SYNC_TOKEN authored
-
DJ Mountney authored
Bump container registry to v3.46.0 See merge request gitlab-org/build/CNG!1046
-