- Aug 26, 2024
-
-
JiHu Release Tools Bot authored
auto-deploy version skip
-
- Aug 22, 2024
-
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Update Rubygems and Bundler See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1980 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Update dependency redis to v5.3.0 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1979 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
- Aug 21, 2024
-
-
GitLab Renovate Bot authored
Changelog: changed
-
GitLab Renovate Bot authored
Changelog: changed
-
JH_CNG_SYNC_TOKEN authored
-
- Aug 20, 2024
-
-
Robert Marshall authored
Lock Rubygems and Bundler versions See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1947 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Lucas Li <lli@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
João Cunha <j.a.cunha@gmail.com>
-
Robert Marshall authored
Remove git-filter-repo from deps.yml See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1973 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Co-authored-by:
João Cunha <j.a.cunha@gmail.com>
-
João Alexandre Cunha authored
This is now managed by Renovate. Related https://gitlab.com/gitlab-org/build/CNG/-/issues/2058 MR: https://gitlab.com/gitlab-org/frontend/renovate-gitlab-bot/-/merge_requests/928
-
JH_CNG_SYNC_TOKEN authored
-
Balasankar 'Balu' C authored
Update docker Docker tag to v27.1.2 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1964 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Andrew Patterson <apatterson@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
GitLab Dependency Bot authored
Changelog: changed
-
- Aug 17, 2024
-
-
João Cunha authored
This change brings the RUBYGEMS_VERSION AND BUNDLER_VERSION to our ci_files/variables.yml, which is our SSoT to store all our versions. They should not be set directly in Dockerfiles, specially when they're reused by more than one Dockerfile. Additionally, this locks the Bundler version in our Rails environments by using `bundle config set --local version system`. Just by installing a certain version of RubyGems/bundler is not enough to guarantee that this version will be used when running 'bundle install'. When installing, bundle will check what is the BUNDLED_WITH value within the Gemfile.lock, and if this version is not present, it will install it and use it. By setting the bunde version config to `system`, we force bundler to always take the version which is installed in the system instead of trying to detect it from the Gemfile.lock. This bundle config is being set locally into the /srv/gitlab/.bundle/config, which is the same pattern we've been following for other bundle configs. Changelog: changed
-
- Aug 16, 2024
-
-
JH_CNG_SYNC_TOKEN authored
-
Jason Plum authored
Drop buildx jobs from deps pipeline Closes #2072 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1974 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
JH_CNG_SYNC_TOKEN authored
-
- Aug 15, 2024
-
-
Robert Marshall authored
Update newren/git-filter-repo from 2.38.0 to 2.45.0 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1929 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
Patrick Steinhardt <psteinhardt@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
- Updates newren/git-filter-repo from 2.38.0 to 2.45.0 Changelog: changed
-
Robert Marshall authored
Update moby/buildkit Docker tag to v0.15.2 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1892 Merged-by:
Robert Marshall <rmarshall@gitlab.com> Approved-by:
Ryan Egesdahl <regesdahl@gitlab.com> Approved-by:
Alec Xu <axu@gitlab.com> Approved-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Approved-by:
Robert Marshall <rmarshall@gitlab.com> Reviewed-by:
João Alexandre Cunha <j.a.cunha@gmail.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
GitLab Dependency Bot authored
- Update moby/buildkit Docker tag to v0.15.2 Changelog: changed
-
Liu Kang authored
-
Liu Kang authored
-
Dat Tang authored
Fix GitLab shell check install See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1972 Merged-by:
Dat Tang <dattang@gitlab.com> Approved-by:
Dat Tang <dattang@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Clemens Beck authored
GitLab shell 14.38 and older use bin/check, newer versions use bin/gitlab-shell-check.
-
Ash McKenzie authored
Rename bin/check to bin/gitlab-shell-check See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1968 Merged-by:
Ash McKenzie <amckenzie@gitlab.com> Approved-by:
Ash McKenzie <amckenzie@gitlab.com> Co-authored-by:
João Cunha <j.a.cunha@gmail.com>
-
- Aug 14, 2024
-
-
João Cunha authored
This binary got relocated in the gitlab-shell project. Related: https://gitlab.com/gitlab-org/gitlab-shell/-/commit/3b5ef32fb0cfbdec736b2f2018e92f6cea3cd760
-
Balasankar 'Balu' C authored
Update mikefarah/yq from 4.44.2 to 4.44.3 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1955 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
deps <bot@dependencies.io>
-
Changelog: changed
-
- Aug 13, 2024
-
-
Dmitry Gruzd authored
Bump zoekt version to 0.8.3 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1961 Merged-by:
Dmitry Gruzd <dgruzd@gitlab.com> Approved-by:
Dmitry Gruzd <dgruzd@gitlab.com> Co-authored-by:
Ravi Kumar <rkumar@gitlab.com>
-
Ravi Kumar authored
-
Jason Plum authored
Fix unnecessary image rebuilds Closes #2066 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1958 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Clemens Beck <cbeck@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Reviewed-by:
Clemens Beck <cbeck@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar 'Balu' C authored
Signed-off-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-
Liu Kang authored
-
Balasankar 'Balu' C authored
Resolve "UID not set in UBI gitlab-container-registry container" Closes #2067 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1960 Merged-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Approved-by:
Balasankar 'Balu' C <balasankar@gitlab.com> Co-authored-by:
Andrew Patterson <apatterson@gitlab.com>
-
- Aug 12, 2024
-
-
Andrew Patterson authored
UID is set only in the build layer. It also needs to be in the FROM ${GITLAB_BASE_IMAGE} layer. Closes https://gitlab.com/gitlab-org/build/CNG/-/issues/2067.
-
Jason Plum authored
Pin azcopy to 10.26.0 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1950 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Hossein Pursultani <hpursultani@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Reviewed-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Clemens Beck <cbeck@gitlab.com>
-
Jason Plum authored
Set FORCE_IMAGE_BUILDS to true on default branch pipelines Closes #1998 See merge request https://gitlab.com/gitlab-org/build/CNG/-/merge_requests/1948 Merged-by:
Jason Plum <jplum@gitlab.com> Approved-by:
Dmytro Makovey <dmakovey@gitlab.com> Approved-by:
Jason Plum <jplum@gitlab.com> Co-authored-by:
Balasankar "Balu" C <balasankar@gitlab.com>
-