Commits on Source 8
-
Stan Hu authored
This will allow Renovate merge requests to pass CI.
-
Stan Hu authored
This should also fix the `go_unittests` job, which needs at least Go 1.23 right now: https://gitlab.com/gitlab-org/labkit/-/jobs/10929178679 Relates to #76
-
Andrew Newdigate authored
chroe: allow deps as a commitlint scope See merge request !206 Merged-by:
Andrew Newdigate <andrew@gitlab.com> Approved-by:
Andrew Newdigate <andrew@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
GitLab Renovate Bot authored
-
Steve Xuereb authored
chore(deps): update pre-commit hook gitlab-com/gl-infra/common-ci-tasks to v2.87 See merge request !204 Merged-by:
Steve Xuereb <sxuereb@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Steve Xuereb <sxuereb@gitlab.com> Co-authored-by:
GitLab Renovate Bot <ops-contact+gl-common-ci-tasks-self-renovate@gitlab.com>
-
Stan Hu authored
Using the Go 1.24.5 FIPS compiler with SSH causes a panic because the elliptical curve key exchange algorithms are attempted: https://github.com/golang-fips/go/issues/316. To fix this, we need to use only FIPS-supported algorithms. This commit pulls in the changes proposed in https://go-review.googlesource.com/c/crypto/+/550515 for https://github.com/golang/go/issues/64769.
-
Stan Hu authored
x/crypto/ssh requires Go 1.23 (https://github.com/golang/crypto/commit/89ff08d67c4d79f9ac619aaf1f7388888798651f), so we need to drop support for Go 1.22.
-
João Pereira authored
feat: retrieve supported SSH algorithms for FIPS compliance See merge request !207 Merged-by:
João Pereira <jpereira@gitlab.com> Approved-by:
Ash McKenzie <amckenzie@gitlab.com> Approved-by:
Bob Van Landuyt <bob@gitlab.com> Approved-by:
João Pereira <jpereira@gitlab.com> Reviewed-by:
Ash McKenzie <amckenzie@gitlab.com> Reviewed-by:
GitLab Duo <gitlab-duo@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>