Skip to content

Commit

Permalink
Codefreeze for v0.27.0 (#439)
Browse files Browse the repository at this point in the history
### Summary
- Codefreeze for v0.27.0
- Fixing broken python tests - a recent change in PS broke the python
test
  • Loading branch information
IaroslavTitov authored Nov 8, 2024
1 parent 8ce1ece commit 6bdff25
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
CHANGELOG
=========

## 0.27.0

### Improvements

- Allow force deleting agent pools. [#435](https://github.com/pulumi/pulumi-pulumiservice/pull/435)
- Add support for CacheOptions in DeploymentSettings to enable Dependency Caching [#436](https://github.com/pulumi/pulumi-pulumiservice/pull/436)

### Bug Fixes

- Generate TypedDict types for the Python SDK [#437](https://github.com/pulumi/pulumi-pulumiservice/pull/437)

## 0.26.5

### Improvements
Expand Down
5 changes: 0 additions & 5 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
### Improvements

- Allow force deleting agent pools. [#435](https://github.com/pulumi/pulumi-pulumiservice/pull/435)
- Add support for CacheOptions in DeploymentSettings to enable Dependency Caching [#436](https://github.com/pulumi/pulumi-pulumiservice/pull/436)

### Bug Fixes

- Generate TypedDict types for the Python SDK [#437](https://github.com/pulumi/pulumi-pulumiservice/pull/437)

### Miscellaneous
2 changes: 1 addition & 1 deletion examples/py-deployment-settings/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
),
agent_pool_id=agent_pool.agent_pool_id,
cache_options=DeploymentSettingsCacheOptionsArgs(
enable=True,
enable=False,
)
)

0 comments on commit 6bdff25

Please sign in to comment.