Skip to content

Commit

Permalink
Release v0.45.4 (pipe-cd#4697)
Browse files Browse the repository at this point in the history
* Release v0.45.4

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

* Update v0.45.x docs

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>

---------

Signed-off-by: khanhtc1202 <khanhtc1202@gmail.com>
Signed-off-by: sZma5a <masaaki.haribote@gmail.com>
  • Loading branch information
khanhtc1202 authored and sZma5a committed Dec 17, 2023
1 parent 80ea32c commit c44fe1b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tag: v0.45.3
tag: v0.45.4

releaseNoteGenerator:
showCommitter: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ One of `yamlField` or `regex` is required.
|-|-|-|-|
| file | string | The relative path from the repository root to the file to be updated. | Yes |
| 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 |
| 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 |
| 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 |

## CommitMatcher

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ spec:
app: simple
environments:
FOO: bar
# ephemeralStorage is optional value. If you define a ephemeral storage to lambda, you can
# use this field. The value must be in between 512 to 10240 MB.
ephemeralStorage:
size: 512
# vpcConfig is optional value. If you define a vpc configuration to lambda, you can
# use this field.
vpcConfig:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ This field is deprecated, please use [PlatformProvider](#platformprovider) inste
| Field | Type | Description | Required |
|-|-|-|-|
| name | string | The name of the platform provider. | Yes |
| type | string | The platform provider type. Must be one of the following values:<br>`KUBERNETES`, `TERRAFORM`, `CLOUDRUN`, `LAMBDA`. | Yes |
| type | string | The platform provider type. Must be one of the following values:<br>`KUBERNETES`, `TERRAFORM`, `ECS`, `CLOUDRUN`, `LAMBDA`. | Yes |
| config | [PlatformProviderConfig](#platformproviderconfig) | Specific configuration for the specified type of platform provider. | No |

## PlatformProviderConfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ provider "pipecd" {
```

### Manage Piped agent
Add `pipecd_piped` resource to manage a Piped aegnt.
Add `pipecd_piped` resource to manage a Piped agent.

```hcl
resource "pipecd_piped" "mypiped" {
Expand Down

0 comments on commit c44fe1b

Please sign in to comment.