As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
  1. Jun 07, 2023
    • Ash McKenzie's avatar
      Release 14.23.0 · e255a0a5
      Ash McKenzie authored
      - Update module github.com/golang-jwt/jwt/v4 to v5 !759
      - Update module gopkg.in/yaml.v2 to v3 !763
      - Update module gitlab.com/gitlab-org/gitaly/v15 to v16 !762
      - Update logrus to v1.9.3 !760
      - Update module golang.org/x/sync to v0.2.0 !757
      - Update module github.com/pires/go-proxyproto to v0.7.0 !752
      - Update module google.golang.org/grpc to v1.55.0 !758
      - Update module github.com/prometheus/client_golang to v1.15.1 !756
      - Update module github.com/otiai10/copy to v1.11.0 !751
      - Make golang 1.20 the default for gitlab-shell development and CI !750
      - Update module golang.org/x/crypto to v0.9.0 !742
      - Update dependency golang to v1.20.4 !748
      - Update module github.com/hashicorp/go-retryablehttp to v0.7.2 !745
      Unverified
      e255a0a5
  2. Jun 06, 2023
  3. Jun 05, 2023
  4. Jun 02, 2023
  5. Jun 01, 2023
  6. May 31, 2023
  7. May 30, 2023
  8. May 29, 2023
  9. May 25, 2023
  10. May 24, 2023
  11. May 23, 2023
  12. May 22, 2023
    • GitLab Renovate Bot's avatar
      Update dependency ruby to v3.2.2 · 14528d0e
      GitLab Renovate Bot authored
      14528d0e
    • Igor Drozdov's avatar
      Use a separate HTTP Client for Geo requests · 01ff6edb
      Igor Drozdov authored
      Currently, the client that performs HTTP requests for Geo pushes
      is the same as the one that performs internal HTTP requests.
      
      However, it causes problems with the following setups:
      
      - Internal requests are configured to be via UNIX connections
      - The Primary node is configured to be HTTP(S)
      
      The UNIX client cannot do the request to HTTP(S).
      
      This commit introduces a separate client for Geo requests.
      Unverified
      01ff6edb
Loading