Skip to content
Snippets Groups Projects
  1. Mar 21, 2023
  2. May 05, 2023
  3. Apr 29, 2023
  4. May 04, 2023
  5. Apr 28, 2023
  6. May 04, 2023
  7. Apr 20, 2023
  8. Apr 28, 2023
  9. Apr 26, 2023
  10. Apr 24, 2023
  11. Apr 21, 2023
  12. Apr 18, 2023
  13. Apr 14, 2023
  14. Apr 07, 2023
  15. Apr 06, 2023
  16. Apr 03, 2023
  17. Mar 21, 2023
  18. Mar 28, 2023
  19. Mar 26, 2023
  20. Mar 28, 2023
  21. Mar 27, 2023
  22. 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
  23. 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
  24. Mar 17, 2023
  25. Mar 15, 2023
  26. Mar 17, 2023
Loading