-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b01304
commit 223e024
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## 1.0.5 (September 17, 2020) | ||
|
||
### Bug Fixes | ||
|
||
- Fix parsing of top-level `x-kubernetes-preserve-unknown-fields` CRD schemas | ||
- Fix un-marshalling of multiple CRD YAML files | ||
|
||
### Improvements | ||
|
||
- Add CLI flags to customize language-specific package names | ||
- Remove faulty TypeScript CustomResourceDefinition wrappers, and related tests/utility functions | ||
|
||
## 1.0.4 (September 10, 2020) | ||
|
||
### Bug Fixes | ||
|
||
- Fix parsing of CRDs without schemas (https://github.com/pulumi/pulumi-kubernetes/issues/1302) | ||
- Fix OpenAPIV3 schema parsing of implicit objects (https://github.com/pulumi/pulumi-kubernetes/issues/1299) | ||
- Fix generation of non-v1 and non-v1beta1 CustomResources (https://github.com/pulumi/crd2pulumi/issues/2) | ||
|
||
## 1.0.3 (September 8, 2020) | ||
|
||
### Improvements | ||
|
||
- Add support for all Pulumi SDK languages (TypeScript, Python, C#, Go) | ||
- Add CLI flags to generate any combination of the four supported languages to an optional output path |