Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-11-02 21:12:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-11-02 21:12:13 +0300
commit23f57fb31fe83ea8666753f94118f6d834517dfb (patch)
tree0055fc79e5fe1bbb43afcbbce71c745df01f3f6c /doc/user/packages/package_registry
parent125c8a6a81c1c09911c09183c66768571cfd95b4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/packages/package_registry')
-rw-r--r--doc/user/packages/package_registry/index.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/user/packages/package_registry/index.md b/doc/user/packages/package_registry/index.md
index 3933175a40f..49442ddca51 100644
--- a/doc/user/packages/package_registry/index.md
+++ b/doc/user/packages/package_registry/index.md
@@ -135,11 +135,11 @@ The Package Registry supports the following formats:
| Package type | GitLab version | Status |
| ------------ | -------------- |------- |
-| [Maven](../maven_repository/index.md) | 11.3+ | Stable |
-| [npm](../npm_registry/index.md) | 11.7+ | Stable |
-| [NuGet](../nuget_repository/index.md) | 12.8+ | Stable |
-| [PyPI](../pypi_repository/index.md) | 12.10+ | Stable |
-| [Generic packages](../generic_packages/index.md) | 13.5+ | Stable |
+| [Maven](../maven_repository/index.md) | 11.3+ | GA |
+| [npm](../npm_registry/index.md) | 11.7+ | GA |
+| [NuGet](../nuget_repository/index.md) | 12.8+ | GA |
+| [PyPI](../pypi_repository/index.md) | 12.10+ | GA |
+| [Generic packages](../generic_packages/index.md) | 13.5+ | GA |
| [Composer](../composer_repository/index.md) | 13.2+ | [Beta](https://gitlab.com/groups/gitlab-org/-/epics/6817) |
| [Conan](../conan_repository/index.md) | 12.6+ | [Beta](https://gitlab.com/groups/gitlab-org/-/epics/6816) |
| [Helm](../helm_repository/index.md) | 14.1+ | [Beta](https://gitlab.com/groups/gitlab-org/-/epics/6366) |
@@ -147,11 +147,11 @@ The Package Registry supports the following formats:
| [Go](../go_proxy/index.md) | 13.1+ | [Alpha](https://gitlab.com/groups/gitlab-org/-/epics/3043) |
| [Ruby gems](../rubygems_registry/index.md) | 13.10+ | [Alpha](https://gitlab.com/groups/gitlab-org/-/epics/3200) |
-Status:
+[Status](https://about.gitlab.com/handbook/product/gitlab-the-product/#generally-available-ga):
- Alpha: behind a feature flag and not officially supported.
- Beta: several known issues that may prevent expected use.
-- Stable: ready for production use.
+- GA (Generally Available): ready for production use at any scale.
You can also use the [API](../../../api/packages.md) to administer the Package Registry.