Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailshilkov committed May 19, 2020
1 parent d31b9f1 commit 1bf9a72
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## HEAD (Unreleased)

### Improvements

- .NET SDK refactored to align with other .NET SDKs, e.g. ones based on Terraform. (https://github.com/pulumi/pulumi-kubernetes/pull/1132)
- Older resources are marked as obsolete in accordance to SDKs for other languages.
- Many classes are moved to new locations while preserving the namespaces and API.
- Several unused argument/output classes were removed without any impact on resources (e.g. `DeploymentRollbackArgs`).
- Fixed the type of some properties in `JSONSchemaPropsArgs` (there's no need to have 2nd-level inputs there):
- `InputList<InputJson>` -> `InputList<JsonElement>`
- `InputMap<Union<TArgs, InputList<string>>>` -> `InputMap<Union<TArgs, ImmutableArray<string>>>`

## 2.2.0 (May 15, 2020)

### Improvements
Expand Down

0 comments on commit 1bf9a72

Please sign in to comment.