diff options
| author | John L. Villalovos <john@sodarock.com> | 2022-07-28 20:59:28 -0700 |
|---|---|---|
| committer | John L. Villalovos <john@sodarock.com> | 2022-07-28 21:01:43 -0700 |
| commit | b46b3791707ac76d501d6b7b829d1370925fd614 (patch) | |
| tree | 7f32b60d3025f20b0de6c729733ff8478548265e /docs | |
| parent | 271f6880dbb15b56305efc1fc73924ac26fb97ad (diff) | |
| download | gitlab-b46b3791707ac76d501d6b7b829d1370925fd614.tar.gz | |
chore(clusters): deprecate clusters support
Cluster support was deprecated in GitLab 14.5 [1]. And disabled by
default in GitLab 15.0 [2]
* Update docs to mark clusters as deprecated
* Remove testing of clusters
[1] https://docs.gitlab.com/ee/api/project_clusters.html
[2] https://gitlab.com/groups/gitlab-org/configure/-/epics/8
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/api-objects.rst | 2 | ||||
| -rw-r--r-- | docs/gl_objects/clusters.rst | 11 |
2 files changed, 9 insertions, 4 deletions
diff --git a/docs/api-objects.rst b/docs/api-objects.rst index 3c76d77..349b7cf 100644 --- a/docs/api-objects.rst +++ b/docs/api-objects.rst @@ -11,7 +11,6 @@ API examples gl_objects/emojis gl_objects/badges gl_objects/branches - gl_objects/clusters gl_objects/messages gl_objects/ci_lint gl_objects/commits @@ -63,3 +62,4 @@ API examples gl_objects/variables gl_objects/sidekiq gl_objects/wikis + gl_objects/clusters diff --git a/docs/gl_objects/clusters.rst b/docs/gl_objects/clusters.rst index 96edd82..ff39dcc 100644 --- a/docs/gl_objects/clusters.rst +++ b/docs/gl_objects/clusters.rst @@ -1,6 +1,11 @@ -############ -Clusters -############ +##################### +Clusters (DEPRECATED) +##################### + +.. warning:: + Cluster support was deprecated in GitLab 14.5 and disabled by default as of + GitLab 15.0 + Reference --------- |
