Skip to content

Commit

Permalink
Codefreeze 0.24.0 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
komalali authored Aug 27, 2024
1 parent 08a172c commit 53b1a7d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
CHANGELOG
=========

## 0.24.0

### Improvements

- Added TemplateSource resource [#387](https://github.com/pulumi/pulumi-pulumiservice/issues/387)

### Bug Fixes

- Fixes a bug where the `Environment` resource would print its contents on error. [#390](https://github.com/pulumi/pulumi-pulumiservice/pull/390)
- Fixes a bug where the `Environment` resource would error if a FileAsset was used. [#391](https://github.com/pulumi/pulumi-pulumiservice/pull/391)
- Fixes a bug where the `AgentPool` resource lost some outputs on `refresh`. [#395](https://github.com/pulumi/pulumi-pulumiservice/pull/395)

## 0.23.2

### Bug Fixes
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
- Added TemplateSource resource [#387](https://github.com/pulumi/pulumi-pulumiservice/issues/387)

### Bug Fixes

- Fixes a bug where the `Environment` resource would print its contents on error. [#390](https://github.com/pulumi/pulumi-pulumiservice/pull/390)
- Fixes a bug where the `Environment` resource would error if a FileAsset was used. [#391](https://github.com/pulumi/pulumi-pulumiservice/pull/391)
- Fixes a bug where the `AgentPool` resource lost some outputs on `refresh`. [#395](https://github.com/pulumi/pulumi-pulumiservice/pull/395)

### Miscellaneous

0 comments on commit 53b1a7d

Please sign in to comment.