Skip to content
Snippets Groups Projects
  1. May 10, 2023
  2. May 05, 2023
  3. May 10, 2023
    • Hossein Pursultani's avatar
      Turn off Grafana unless forced · f25ec0c2
      Hossein Pursultani authored
      - Grafana no longer enabled by default on installation.
      - Installations of Grafana are turned off on upgrade as
        a breaking change.
      - Adds flags to allow force enablement of Grafana.
      - Adds banner stating Grafana will be removed by
        GitLab version 16.3.
      
      Changelog: deprecated
      f25ec0c2
  4. May 09, 2023
    • Abdul Wadood's avatar
      Default to two database connections i.e. main and ci · aafc2e1f
      Abdul Wadood authored
      As part of bringing database decomposition support to self-managed we
      require self-managed to have two connections by default. Both these
      connections will point to the same database but can be configured to
      point to two different databases by overriding the defaults in
      `/etc/gitlab/gitlab.rb`.
      
      The users can switch back to a single connection by overriding the
      default by adding the following in `/etc/gitlab/gitlab.rb`:
      
      `gitlab_rails['databases']['ci']['enable'] = false`
      
      Changelog: changed
      aafc2e1f
  5. May 08, 2023
  6. May 05, 2023
  7. Apr 29, 2023
  8. May 04, 2023
  9. Apr 28, 2023
  10. May 04, 2023
  11. Apr 20, 2023
  12. Apr 28, 2023
  13. Apr 26, 2023
  14. Apr 24, 2023
  15. Apr 21, 2023
  16. Apr 18, 2023
  17. Apr 14, 2023
  18. Apr 07, 2023
  19. Apr 06, 2023
  20. Apr 03, 2023
  21. Mar 21, 2023
  22. Mar 28, 2023
  23. Mar 26, 2023
  24. Mar 28, 2023
  25. Mar 27, 2023
  26. Mar 22, 2023
    • Clemens Beck's avatar
      Add cleanup of disabled consul watcher files · 950c4b50
      Clemens Beck authored
      After disabling/renaming/removing a consul service
      its watcher and configuration files were not
      cleaned up.
      
      An example of this problem arises during upgrades
      of Patroni clusters.
      
      Changelog: fixed
      950c4b50
  27. Mar 18, 2023
    • Stan Hu's avatar
      Fix SSH host key generation on CentOS 7 · 3d442acb
      Stan Hu authored
      The version of ssh-keygen shipped with CentOS 7 does not support
      the ability to save SSH host keys to an alternate path using the `-f`
      option with the `-A` option. Keys will always save to `/etc/ssh`.
      
      To fix this, manually call ssh-keygen for each key that we want to
      generate. On FIPS systems, it's not guaranteed that ed25519 or other
      keys can be generated, so we skip over any failures in `ssh-keygen`
      and only check at the end to see if any keys were successfully
      generated.
      
      Note that the host key generation is only performed if no host keys
      were detected in the directory in the first place.
      
      Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7671
      
      Changelog: fixed
      3d442acb
  28. Mar 17, 2023
    • DJ Mountney's avatar
      Turn on the pg upgrade recommendation notice · 4ce7808b
      DJ Mountney authored
      Our expressed intent is to remove PG 12 in GitLab 16.0, so we need to
      start recommending upgrades.
      
      We will turn on auto-upgrades for single node installs in the release
      before 16.0.
      
      Changelog: changed
      4ce7808b
Loading