Skip to content

Releases: pulumi/pulumi-kubernetes

v4.3.0

25 Sep 19:26
b13fe02
Compare
Choose a tag to compare
Prepare for v4.3.0 release

v4.2.0

14 Sep 19:07
bb7aa4e
Compare
Choose a tag to compare
Prepare for v4.2.0 release

v4.1.1

23 Aug 23:29
21121af
Compare
Choose a tag to compare
Prepare for v4.1.1 release

v4.1.0

16 Aug 01:55
b5d76f0
Compare
Choose a tag to compare
Prepare for v4.1.0 release

v4.0.3

21 Jul 16:59
3dc1233
Compare
Choose a tag to compare
fix: ensure data is not dropped when normalizing Secrets (#2514)

Co-authored-by: Levi Blackstone <levi@pulumi.com>

v4.0.2

21 Jul 07:16
26ddf79
Compare
Choose a tag to compare
Fix diff for CRD with status set on input (#2512)

* Fix continuous diff for Secret stringData field

If the `stringData` field is set on a Secret resource, then Kubernetes will automatically replace it with an equivalent `data` field. This is causing a continuous diff with the updated logic from 6e329f3. This change updates the input diff logic to include this rewrite.

* Improve normalization and test

* Fix diff for CRD with status set on input

The CRD status field is an output field, but the apiserver will ignore it if set. This is common with CRDs generated from helm charts. Preemptively remove the status field to avoid a continuous diff in this case.

* Update changelog for v4.0.2 release

v4.0.1

20 Jul 02:15
148c21b
Compare
Choose a tag to compare
Update changelog for v4.0.1 release

v4.0.0

19 Jul 16:32
7b7e29b
Compare
Choose a tag to compare
Update changelog for v4.0.0 release

v3.30.2

11 Jul 16:16
3d101a0
Compare
Choose a tag to compare
Update changelog for v3.30.2 release

v3.30.1

29 Jun 20:40
7293016
Compare
Choose a tag to compare
Update changelog for v3.30.1 release