diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2018-07-18 21:43:18 +0200 |
---|---|---|
committer | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2018-08-01 08:44:39 +0200 |
commit | e00a7faba026efdd4c3ba500084180baf3137b0c (patch) | |
tree | 1f0ba5653fbcdb669c2cb85142a0d6ea74369f1e /GITLAB_SHELL_VERSION | |
parent | 94ea835e55e5a32817432c12045395de71b1507a (diff) | |
download | gitlab-ce-e00a7faba026efdd4c3ba500084180baf3137b0c.tar.gz |
Add support for SSH certificate authentication
Why and how to enable this is covered in the docs being changed
here. This requires gitlab-org/gitlab-shell@2e8b670 ("Add support for
SSH certificate authentication", 2018-06-14) which has been merged in
and tagged as 8.0.0, so GITLAB_SHELL_VERSION needs to be bumped.
Merging this closes gitlab-org/gitlab-ce#34572 see
gitlab-org/gitlab-shell!207 for the gitlab-shell MR.
Implementation notes:
- The APIs being changed here are all internal, and their sole
consumer is gitlab-shell.
- Most of the changed code is a MR to gitlab-shell, see the
gitlab-org/gitlab-shell!207 MR. That change covers why only some of
the internal methods get a new "username" parameter, and why some
others only get a "user_id".
Diffstat (limited to 'GITLAB_SHELL_VERSION')
-rw-r--r-- | GITLAB_SHELL_VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GITLAB_SHELL_VERSION b/GITLAB_SHELL_VERSION index 0ee843cc604..ae9a76b9249 100644 --- a/GITLAB_SHELL_VERSION +++ b/GITLAB_SHELL_VERSION @@ -1 +1 @@ -7.2.0 +8.0.0 |