Skip to content
Snippets Groups Projects
  1. Mar 17, 2025
  2. Mar 01, 2025
  3. Mar 13, 2025
  4. Mar 11, 2025
  5. Mar 07, 2025
  6. Mar 06, 2025
  7. Mar 05, 2025
  8. Feb 25, 2025
  9. Jan 23, 2025
  10. Feb 13, 2025
  11. Feb 11, 2025
  12. Jan 30, 2025
  13. Jan 22, 2025
  14. Jan 10, 2025
  15. Jan 09, 2025
    • James Liu's avatar
      Deprecate `git_data_dirs` setting. · 109c0370
      James Liu authored
      For single node instances, recommend `gitaly['configuration']['storage']` setting.
      For instances where Gitaly is external, recommend `gitlab_rails['repositories_storages']` for the Rails node.
      
      Changelog: deprecated
      109c0370
  16. Dec 31, 2024
  17. Dec 30, 2024
  18. Dec 21, 2024
  19. Dec 18, 2024
  20. Nov 15, 2024
  21. Dec 18, 2024
  22. Dec 12, 2024
    • Andrew Patterson's avatar
      Disallow login for consul account · 33a46601
      Andrew Patterson authored
      Change login shell for consul account to nologin
      to stop CIS from triggering rule 6.2.8 "Ensure
      users' home directories permissions are 750 or
      more restrictive".
      
      Changelog: changed
      33a46601
  23. Dec 04, 2024
  24. Dec 03, 2024
  25. Nov 08, 2024
  26. Oct 18, 2024
  27. Nov 05, 2024
    • Stan Hu's avatar
      Make ActionCable Redis settings use default Redis Sentinel password · 6c142799
      Stan Hu authored
      Suppose you have this config:
      
      ```
      gitlab_rails['redis_sentinels'] = [
        {"host"=>"gitlabtest-cluster-redis-01", "port"=>26379},
        {"host"=>"gitlabtest-cluster-redis-02", "port"=>26379},
        {"host"=>"gitlabtest-cluster-redis-03", "port"=>26379}
      ]
      gitlab_rails['redis_sentinels_password'] = "some password"
      redis['enable'] = false
      redis['master_name'] = "gitlab-redis"
      redis['master_password'] = "some password"
      ```
      
      Previously ActionCable Redis settings would only look for
      `gitlab_rails['redis_actioncable_sentinels_password']` and did
      not fall back to `gitlab_rails['redis_sentinels_password']`.
      
      Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8728
      
      Changelog: fixed
      6c142799
  28. Oct 22, 2024
  29. Oct 09, 2024
  30. Sep 24, 2024
    • James Liu's avatar
      gitaly: Add max_cgroups_per_repo configuration · 14b09986
      James Liu authored
      A new cgroups configuration parameter called `max_cgroups_per_repo` was
      introduced with https://gitlab.com/gitlab-org/gitaly/-/issues/5689. This
      parameter allows independent Git processes targeting a single repository
      to be distributed across multiple repository cgroups. This enables
      stricter limits to be defined for repository cgroups while still
      allowing for bursty workloads comprising of independent Git operations
      against a single repo.
      
      Document this parameter in the Omnibus configuration.
      
      Changelog: added
      14b09986
  31. Oct 09, 2024
  32. Sep 20, 2024
Loading