Releases: pulumi/pulumi-kubernetes
Releases · pulumi/pulumi-kubernetes
v4.3.0
Prepare for v4.3.0 release
v4.2.0
Prepare for v4.2.0 release
v4.1.1
Prepare for v4.1.1 release
v4.1.0
Prepare for v4.1.0 release
v4.0.3
fix: ensure data is not dropped when normalizing Secrets (#2514) Co-authored-by: Levi Blackstone <[email protected]>
v4.0.2
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
Update changelog for v4.0.1 release
v4.0.0
Update changelog for v4.0.0 release
v3.30.2
Update changelog for v3.30.2 release
v3.30.1
Update changelog for v3.30.1 release