diff --git a/RELEASE b/RELEASE index 29840a030b..35beaa0bb4 100644 --- a/RELEASE +++ b/RELEASE @@ -1,6 +1,6 @@ # Generated by `make release` command. # DO NOT EDIT. -tag: v0.52.1 +tag: v0.52.2 releaseNoteGenerator: showCommitter: false diff --git a/docs/content/en/docs-v0.52.x/user-guide/configuration-reference.md b/docs/content/en/docs-v0.52.x/user-guide/configuration-reference.md index dc621083c3..7cc75984aa 100644 --- a/docs/content/en/docs-v0.52.x/user-guide/configuration-reference.md +++ b/docs/content/en/docs-v0.52.x/user-guide/configuration-reference.md @@ -284,7 +284,7 @@ One of `yamlField` or `regex` is required. | Field | Type | Description | Required | |-|-|-|-| -| id | string | The unique ID of the stage. | No | +| id | string | The unique ID of the stage. This field is `deprecated`. | No | | name | string | One of the provided stage names. | Yes | | desc | string | The description about the stage. | No | | timeout | duration | The maximum time the stage can be taken to run. | No |