Skip to content

Commit

Permalink
Prepare for v1.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rquitales committed Sep 16, 2024
1 parent 656c5dd commit 417e9b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 1.5.2 (2024-09-16)

- Removed go mod replacements to allow `crd2pulumi` to be installed with `go install` command.
- Set the pulumi-kubernetes dependency for Python packages to v4.18.0. [#148](https://github.com/pulumi/crd2pulumi/issues/148)
- Fixed generating Go types for StringMapArrayMap types. [#147](https://github.com/pulumi/crd2pulumi/issues/147)

## 1.5.1 (2024-09-13)

- Fixed Patch varaints not generated for types that end in List. [#146](https://github.com/pulumi/crd2pulumi/pull/146)
Expand Down

0 comments on commit 417e9b8

Please sign in to comment.