Skip to content

Commit ed148de

Browse files
Cut release v0.51.2 (#5753)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: khanhtc1202 <[email protected]>
1 parent 1db3417 commit ed148de

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generated by `make release` command.
22
# DO NOT EDIT.
3-
tag: v0.51.1
3+
tag: v0.51.2
44

55
releaseNoteGenerator:
66
showCommitter: false

docs/content/en/docs-v0.51.x/quickstart/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Next, in order to perform CD tasks, you need to install a Piped agent to the clu
5353

5454
From your logged in tab, navigate to the PipeCD setting page at [http://localhost:8080/settings/piped?project=quickstart](http://localhost:8080/settings/piped?project=quickstart).
5555

56-
You will find the `+ADD` button around the top left of this page, click there and insert information to register a `piped` named `dev`.
56+
You will find the `+ADD` button around the top left of this page, click there and insert information to register the Piped agent (for example, `dev`).
5757

5858
![](/images/quickstart-adding-piped.png)
5959

docs/content/en/docs-v0.51.x/user-guide/configuration-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ One of `yamlField` or `regex` is required.
209209
|-|-|-|-|
210210
| file | string | The relative path from the repository root to the file to be updated. | Yes |
211211
| yamlField | string | The yaml path to the field to be updated. It requires to start with `$` which represents the root element. e.g. `$.foo.bar[0].baz`. | No |
212-
| regex | string | The regex string that specify what should be replaced. The only first capturing group enclosed by `()` will be replaced with the new value. e.g. `host.xz/foo/bar:(v[0-9].[0-9].[0-9])` | No |
212+
| regex | string | The regex string that specify what should be replaced. The only first capturing group enclosed by `()` will be replaced with the new value. e.g. `host.xz/foo/bar:(v[0-9].[0-9].[0-9])`, `host.xz/foo/bar:([0-9a-z]+)` | No |
213213

214214
## CommitMatcher
215215

0 commit comments

Comments
 (0)