diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-16 03:11:50 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-16 03:11:50 +0000 |
commit | 83f397aaf4b871ea9c40758050d4796744d938e5 (patch) | |
tree | b8f6141774d9ee457fc10d5788f2883db2a893d8 /data | |
parent | a83fba70a686e21616c0521cf2a3c9525bf54284 (diff) | |
download | gitlab-ce-83f397aaf4b871ea9c40758050d4796744d938e5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r-- | data/deprecations/serverless.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/deprecations/serverless.yml b/data/deprecations/serverless.yml new file mode 100644 index 00000000000..5f4a039a9c0 --- /dev/null +++ b/data/deprecations/serverless.yml @@ -0,0 +1,12 @@ +- name: "GitLab Serverless" + announcement_milestone: "14.3" + removal_milestone: "15.0" + body: | + [GitLab Serverless](https://docs.gitlab.com/ee/user/project/clusters/serverless/) is a feature set to support Knative-based serverless development with automatic deployments and monitoring. + + We decided to remove the GitLab Serverless features as they never really resonated with our users. Besides, given the continuous development of Kubernetes and Knative, our current implementations do not even work with recent versions. + stage: Configure + tiers: [Core, Premium, Ultimate] + issue_url: "https://gitlab.com/groups/gitlab-org/configure/-/epics/6" + documentation_url: "https://docs.gitlab.com/ee/user/project/clusters/serverless/" + |