Skip to content

Commit fc508bb

Browse files
authored
Release v0.50.1 (#5498)
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
1 parent 1fef133 commit fc508bb

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

RELEASE

+1-1
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.50.0
3+
tag: v0.50.1
44

55
releaseNoteGenerator:
66
showCommitter: false

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

-3
Original file line numberDiff line numberDiff line change
@@ -531,15 +531,12 @@ There are some restrictions in configuring a service definition file.
531531
- `deploymentController` is required and must be `EXTERNAL`.
532532
- `loadBalancers` is not supported. Use `targetGroups` in [ECSDeploymentInput](#ecsdeploymentinput) instead.
533533
- `platformFamily` is not supported.
534-
- `propagateTags` is always set as `SERVICE`.
535534
- `taskDefinition` is not supported. PipeCD uses the definition in `taskDefinitionFile` in [ECSDeploymentInput](#ecsdeploymentinput).
536535

537536
### Restrictions of Task Definition
538537

539538
There are some restrictions in configuring a task definition file.
540539

541-
- `placementConstraints` is not supported.
542-
- `proxyConfiguration` is not supported.
543540
- `tags` is not supported.
544541

545542
### ECSTargetGroupInput

docs/content/en/docs-v0.50.x/user-guide/managing-application/customizing-deployment/script-run.md

+2
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,12 @@ You can use the envrionment values related to the deployment.
108108
|SR_APPLICATION_NAME| The application name | example |
109109
|SR_TRIGGERED_AT| The timestamp when the deployment is triggered | 1719571113 |
110110
|SR_TRIGGERED_COMMIT_HASH| The commit hash that triggered the deployment | 2bf969a3dad043aaf8ae6419943255e49377da0d |
111+
|SR_TRIGGERED_COMMANDER| The ID of user who triggered the deployment via UI. This is APIKey's ID if it was triggered via `pipectl sync`. This is empty if it was triggered by your piped. | userid |
111112
|SR_REPOSITORY_URL| The repository url configured in the piped config | [email protected]:org/repo.git, https://github.com/org/repo |
112113
|SR_SUMMARY| The summary of the deployment | Sync with the specified pipeline because piped received a command from user via web console or pipectl|
113114
|SR_CONTEXT_RAW| The json encoded string of above values | {"deploymentID":"877625fc-196a-40f9-b6a9-99decd5494a0","applicationID":"8d7609e0-9ff6-4dc7-a5ac-39660768606a","applicationName":"example","triggeredAt":1719571113,"triggeredCommitHash":"2bf969a3dad043aaf8ae6419943255e49377da0d","repositoryURL":"[email protected]:org/repo.git","labels":{"env":"example","team":"product"}} |
114115
|SR_LABELS_XXX| The label attached to the deployment. The env name depends on the label name. For example, if a deployment has the labels `env:prd` and `team:server`, `SR_LABELS_ENV` and `SR_LABELS_TEAM` are registered. | prd, server |
116+
|SR_IS_ROLLBACK| This is `true` if the deployment is rollbacking. Otherwise, this is `false`. | false |
115117
116118
### Use `SR_CONTEXT_RAW` with jq
117119

0 commit comments

Comments
 (0)