From aa5ca44f172f02f04cca448b1f9c17d6d933de40 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 7 Jan 2021 18:16:25 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-7-stable-ee --- doc/ci/README.md | 2 +- doc/ci/environments/index.md | 2 +- doc/ci/introduction/index.md | 2 +- doc/user/project/clusters/index.md | 4 ++-- doc/user/project/deploy_boards.md | 5 ++--- 5 files changed, 7 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/ci/README.md b/doc/ci/README.md index 20234052808..0bd97bcb425 100644 --- a/doc/ci/README.md +++ b/doc/ci/README.md @@ -142,7 +142,7 @@ Its feature set is listed on the table below according to DevOps stages. | [Auto Deploy](../topics/autodevops/stages.md#auto-deploy) | Deploy your application to a production environment in a Kubernetes cluster. | | [Building Docker images](docker/using_docker_build.md) | Maintain Docker-based projects using GitLab CI/CD. | | [Canary Deployments](../user/project/canary_deployments.md) **(PREMIUM)** | Ship features to only a portion of your pods and let a percentage of your user base to visit the temporarily deployed feature. | -| [Deploy Boards](../user/project/deploy_boards.md) | Check the current health and status of each CI/CD environment running on Kubernetes. | +| [Deploy Boards](../user/project/deploy_boards.md) **(PREMIUM)** | Check the current health and status of each CI/CD environment running on Kubernetes. | | [Feature Flags](../operations/feature_flags.md) **(PREMIUM)** | Deploy your features behind Feature Flags. | | [GitLab Pages](../user/project/pages/index.md) | Deploy static websites. | | [GitLab Releases](../user/project/releases/index.md) | Add release notes to Git tags. | diff --git a/doc/ci/environments/index.md b/doc/ci/environments/index.md index c755a954164..10513e0797e 100644 --- a/doc/ci/environments/index.md +++ b/doc/ci/environments/index.md @@ -1066,7 +1066,7 @@ Below are some links you may find interesting: - [The `.gitlab-ci.yml` definition of environments](../yaml/README.md#environment) - [A blog post on Deployments & Environments](https://about.gitlab.com/blog/2016/08/26/ci-deployment-and-environments/) - [Review Apps - Use dynamic environments to deploy your code for every branch](../review_apps/index.md) -- [Deploy Boards for your applications running on Kubernetes](../../user/project/deploy_boards.md) +- [Deploy Boards for your applications running on Kubernetes](../../user/project/deploy_boards.md) **(PREMIUM)**