Skip to content
Snippets Groups Projects
Commit 17290488 authored by Kamil Trzciński's avatar Kamil Trzciński
Browse files

Merge branch 'compatibility-chart' into 'master'

Make compatibility chart super clear and remove old entries

Closes #3397

See merge request gitlab-org/gitlab-runner!1078
parents b7743448 b5550005
No related branches found
No related tags found
No related merge requests found
--- ---
toc: false toc: false
comments: false comments: false
last_updated: 2017-10-09 last_updated: 2018-11-07
--- ---
# GitLab Runner # GitLab Runner
...@@ -49,22 +49,11 @@ installed. ...@@ -49,22 +49,11 @@ installed.
## Compatibility chart ## Compatibility chart
CAUTION: **Important:** The GitLab Runner version should be in sync with the GitLab version. While older
GitLab Runner >= 9.0 requires GitLab's API v4 endpoints, which were introduced Runners may still work with newer GitLab versions, and vice versa, in some cases,
in GitLab CE/EE 9.0. Because of this change, GitLab Runner >= 9.0 requires features may be not available or work properly if there's a version difference.
GitLab CE/EE >= 9.0 and will not work with older GitLab versions.
The old API used by GitLab Runner was deprecated in August 2017 and with this, Backward incompatibility is allowed only for major version updates.
the v1.11.x version of GitLab Runner is deprecated as well.
In the following table you can see the compatibility chart between GitLab and
GitLab Runner.
| GitLab Runner / GitLab | 9.x.y | 10.x.y |
| :---------------------: | :---: | :-----: |
| v1.10.x | ✓ | ✗ |
| v1.11.x | ✓ | ✗ |
| v9.x.y | ✓ | ✓ |
| v10.x.y | ✓ | ✓ |
## [Install GitLab Runner](install/index.md) ## [Install GitLab Runner](install/index.md)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment