Freeze v0.0.12 (#547)
### Changed - Upgraded pulumi-go-provider to v1.0.0-rc2. ### Fixed - Builds now respect cancellation. (https://github.com/pulumi/pulumi-docker-build/issues/533, https://github.com/pulumi/pulumi-docker-build/pull/522)
This commit is contained in:
2
.github/workflows/run-acceptance-tests.yml
vendored
2
.github/workflows/run-acceptance-tests.yml
vendored
@@ -6,8 +6,6 @@ on:
|
|||||||
types:
|
types:
|
||||||
- run-acceptance-tests-command
|
- run-acceptance-tests-command
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
|
||||||
- CHANGELOG.md
|
|
||||||
workflow_dispatch: {}
|
workflow_dispatch: {}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.PULUMI_BOT_TOKEN }}
|
||||||
|
|||||||
@@ -1,12 +1,14 @@
|
|||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.0.12 (2025-05-16)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Respond to cancel for exec builds. (<https://github.com/pulumi/pulumi-docker-build/pull/522>)
|
- Upgraded pulumi-go-provider to v1.0.0-rc2.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Builds now respect cancellation. (https://github.com/pulumi/pulumi-docker-build/issues/533)
|
- Builds now respect cancellation. (https://github.com/pulumi/pulumi-docker-build/issues/533, https://github.com/pulumi/pulumi-docker-build/pull/522)
|
||||||
|
|
||||||
## 0.0.11 (2025-04-11)
|
## 0.0.11 (2025-04-11)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user