Skip to content

Releases: pulumi/pulumi-kubernetes

v4.8.1

26 Feb 22:34
2edaad8
Compare
Choose a tag to compare
Prepare for v4.8.1 release (#2848)

<!--Thanks for your contribution. See [CONTRIBUTING](CONTRIBUTING.md)
    for Pulumi's contribution guidelines.

    Help us merge your changes more quickly by adding more details such
    as labels, milestones, and reviewers.-->

### Proposed changes

<!--Give us a brief description of what you've done and what it solves.
-->

### Related issues (optional)

<!--Refer to related PRs or issues: #1234, or 'Fixes #1234' or 'Closes
#1234'.
Or link to full URLs to issues or pull requests in other GitHub
repositories. -->

v4.8.0

22 Feb 19:51
68e2242
Compare
Choose a tag to compare
Prepare for v4.8.0 release (#2841)

v4.7.1

19 Jan 20:19
ed99a36
Compare
Choose a tag to compare
Prepare for v4.7.1 release

v4.7.0

17 Jan 20:51
b7daeba
Compare
Choose a tag to compare
Update CHANGELOG.md for 4.7.0 (#2755)

<!--Thanks for your contribution. See [CONTRIBUTING](CONTRIBUTING.md)
    for Pulumi's contribution guidelines.

    Help us merge your changes more quickly by adding more details such
    as labels, milestones, and reviewers.-->

Prepares the changelog for 4.7 release.

v4.5.6

15 Dec 20:21
Compare
Choose a tag to compare
Prepare for v4.5.6 release

v4.6.1

15 Dec 00:42
4f5cc80
Compare
Choose a tag to compare
Fix resource kind lookup using URN.Type instead of QualifiedType (#2719)

### Proposed changes

This pull request uses the URN`Type` method, rather than `QualifiedType`
to search if resources are a patch or list resource. Qualified types
include the parent resource if there is one, so it would have failed the
lookup.

Additionally, comprehensive unit tests have been included to validate
this change.

### Related issues (optional)
Fixes: #2718 (manual validation was done to ensure this fix solves this
CUJ)

v4.6.0

14 Dec 00:47
bd5e93b
Compare
Choose a tag to compare
Prepare for v4.6.0 release (#2716)

v4.5.5

29 Nov 01:56
9b2f918
Compare
Choose a tag to compare
Fix: Make the invoke calls for Helm charts and YAML config resilient …

v4.5.4

08 Nov 21:44
1944a52
Compare
Choose a tag to compare
Prepare for v4.5.4 release

v4.5.3

31 Oct 22:24
82dd29f
Compare
Choose a tag to compare
Update pulumi/pulumi to 3.91.1 (#2647)

Includes fixes to python codegen.