diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-05 06:08:22 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-05 06:08:22 +0000 |
commit | 17dffb6c5192c03eb6257dd062d8e8ab2a022c30 (patch) | |
tree | 30c60f15d548392e8a0773b64bec8ca39eaf6c28 /data | |
parent | 082a47557774c89745c66e08c0a4171a53e7bdb2 (diff) | |
download | gitlab-ce-17dffb6c5192c03eb6257dd062d8e8ab2a022c30.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r-- | data/removals/15_0/15-0-serverless.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/removals/15_0/15-0-serverless.yml b/data/removals/15_0/15-0-serverless.yml new file mode 100644 index 00000000000..9f6a94037d8 --- /dev/null +++ b/data/removals/15_0/15-0-serverless.yml @@ -0,0 +1,17 @@ +- name: "GitLab Serverless" + announcement_milestone: "14.3" + announcement_date: "2021-09-22" + removal_milestone: "15.0" + removal_date: "2022-05-22" + breaking_change: true + reporter: nagyv-gitlab + body: | # Do not modify this line, instead modify the lines below. + All functionality related to GitLab Serverless was deprecated in GitLab 14.3 and is scheduled for removal in GitLab 15.0. Users who need a replacement for this functionality are encouraged to explore using the following technologies with GitLab CI/CD: + + - [Serverless Framework](https://www.serverless.com) + - [AWS Serverless Application Model](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/deploying-using-gitlab.html) + + For additional context, or to provide feedback regarding this change, please reference our [deprecation issue](https://gitlab.com/groups/gitlab-org/configure/-/epics/6). +# The following items are not published on the docs page, but may be used in the future. + stage: "Configure" + issue_url: https://gitlab.com/groups/gitlab-org/configure/-/epics/6 |