1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/serverless-api-versions.adoc

14 lines
968 B
Plaintext

// Module included in the following assemblies:
//
// * serverless/serverless-release-notes.adoc
:_content-type: CONCEPT
[id="serverless-api-versions_{context}"]
= About API versions
The {ServerlessOperatorName} automatically upgrades older resources that use deprecated versions of APIs to use the latest version.
For example, if you have created resources on your cluster that use older versions of the `ApiServerSource` API, such as `v1beta1`, the {ServerlessOperatorName} automatically updates these resources to use the `v1` version of the API when this is available and the `v1beta1` version is deprecated.
After they have been deprecated, older versions of APIs might be removed in any upcoming release. Using deprecated versions of APIs does not cause resources to fail. However, if you try to use a version of an API that has been removed, it will cause resources to fail. Ensure that your manifests are updated to use the latest version to avoid issues.