Update GitLab 15 Breaking Changes authored by Ben Prescott (ex-GitLab)'s avatar Ben Prescott (ex-GitLab)
...@@ -724,7 +724,7 @@ For additional context, or to provide feedback regarding this change, please ref ...@@ -724,7 +724,7 @@ For additional context, or to provide feedback regarding this change, please ref
- [Issue](https://gitlab.com/groups/gitlab-org/configure/-/epics/6) - [Issue](https://gitlab.com/groups/gitlab-org/configure/-/epics/6)
#### :ballot_box_with_check: find projects that might be affected :gem: :gear: [-TODO-] #### :ballot_box_with_check: find projects that might be affected :gem: :gear:
- This feature was alpha and so no supported - This feature was alpha and so no supported
- https://docs.gitlab.com/14.10/ee/user/project/clusters/serverless/ - https://docs.gitlab.com/14.10/ee/user/project/clusters/serverless/
...@@ -733,6 +733,7 @@ For additional context, or to provide feedback regarding this change, please ref ...@@ -733,6 +733,7 @@ For additional context, or to provide feedback regarding this change, please ref
- Might be possible to locate jobs (`functions%`) by name, but it's all done with extends and job names could be anything - Might be possible to locate jobs (`functions%`) by name, but it's all done with extends and job names could be anything
- Might then be possible to will isolate affected projects to check for this environment variable - Might then be possible to will isolate affected projects to check for this environment variable
- [serverless template](https://gitlab.com/gitlab-org/gitlab/-/blob/v14.10.5-ee/lib/gitlab/ci/templates/Serverless.gitlab-ci.yml) - [serverless template](https://gitlab.com/gitlab-org/gitlab/-/blob/v14.10.5-ee/lib/gitlab/ci/templates/Serverless.gitlab-ci.yml)
- certificate based K8S integration is being removed in [17.0](https://docs.gitlab.com/ee/update/deprecations.html#self-managed-certificate-based-integration-with-kubernetes).
--- ---
...@@ -746,11 +747,10 @@ The `Managed-Cluster-Applications.gitlab-ci.yml` CI/CD template is being removed ...@@ -746,11 +747,10 @@ The `Managed-Cluster-Applications.gitlab-ci.yml` CI/CD template is being removed
- [Issue](https://gitlab.com/gitlab-org/gitlab/-/issues/333610) - [Issue](https://gitlab.com/gitlab-org/gitlab/-/issues/333610)
#### :ballot_box_with_check: find projects that might be affected :gem: :gear: [-TODO-] #### :ballot_box_with_check: no easy way to scope this :question: :question:
- [template](https://gitlab.com/gitlab-org/gitlab/-/blob/v14.10.5-ee/lib/gitlab/ci/templates/Managed-Cluster-Applications.gitlab-ci.yml) - [template](https://gitlab.com/gitlab-org/gitlab/-/blob/v14.10.5-ee/lib/gitlab/ci/templates/Managed-Cluster-Applications.gitlab-ci.yml)
- Might be possible to locate jobs (`apply`) by name - include statements will fail in 15.0, the workaround is relatively simple
- Might then be possible to will isolate affected projects to check
--- ---
... ...
......