Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2025

Bumps github.com/pulumi/pulumi-kubernetes/sdk/v4 from 4.23.0 to 4.24.0.

Release notes

Sourced from github.com/pulumi/pulumi-kubernetes/sdk/v4's releases.

v4.24.0

Added

Changed

  • The pulumi.com/waitFor annotation now uses an RFC9535-compliant JSONPath parser. This makes it possible to wait for more complex scenarios.

    For example:

    • To wait for a Pod's status.phase to be "Running" or "Succeeded":

      pulumi.com/waitFor: "jsonpath={.status[?@ == 'Running' || @ == 'Succeeded' ]}"

    • To wait for for an object to have a "Failed" or "Complete" condition with a "True" value:

      pulumi.com/waitFor: "jsonpath={.conditions[?(@.type=='Failed'||@.type=='Complete')].status}=True

    (Tools like jsonpath.com are very helpful for ensuring your JSONPath expression works as expected.)

    Importantly, please note that kubectl wait --for=jsonpath=... supports only a subset of RFC9535. This means some complex waitFor annotations will not be reproducible with kubectl.

    Existing expressions should continue to work normally with one notable exception: a selector like .items[] now requires an explicit wildcard, i.e. .items[*].

    As a reminder, the pulumi.com/waitFor annotation is experimental and subject to change. Similarly, RFC9535 is still only proposed and may also change in the future.

  • enableConfigMapMutable and enableSecretMutable are now stable. (pulumi/pulumi-kubernetes#3886)

Fixed

... (truncated)

Changelog

Sourced from github.com/pulumi/pulumi-kubernetes/sdk/v4's changelog.

CHANGELOG

Unreleased

Added

Changed

  • The pulumi.com/waitFor annotation now uses an RFC9535-compliant JSONPath parser. This makes it possible to wait for more complex scenarios.

    For example:

    • To wait for a Pod's status.phase to be "Running" or "Succeeded":

      pulumi.com/waitFor: "jsonpath={.status[?@ == 'Running' || @ == 'Succeeded' ]}"

    • To wait for for an object to have a "Failed" or "Complete" condition with a "True" value:

      pulumi.com/waitFor: "jsonpath={.conditions[?(@.type=='Failed'||@.type=='Complete')].status}=True

    (Tools like jsonpath.com are very helpful for ensuring your JSONPath expression works as expected.)

    Importantly, please note that kubectl wait --for=jsonpath=... supports only a subset of RFC9535. This means some complex waitFor annotations will not be reproducible with kubectl.

    Existing expressions should continue to work normally with one notable exception: a selector like .items[] now requires an explicit wildcard, i.e. .items[*].

    As a reminder, the pulumi.com/waitFor annotation is experimental and subject to change. Similarly, RFC9535 is still only proposed and may also change in the future.

  • enableConfigMapMutable and enableSecretMutable are now stable. (pulumi/pulumi-kubernetes#3886)

Fixed

  • Helm resources all now use the correct registry/config.json file for credentials. For backward-compatibility registry.json is preferred if it exists. (pulumi/pulumi-kubernetes#3606)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/pulumi/pulumi-kubernetes/sdk/v4](https://github.com/pulumi/pulumi-kubernetes) from 4.23.0 to 4.24.0.
- [Release notes](https://github.com/pulumi/pulumi-kubernetes/releases)
- [Changelog](https://github.com/pulumi/pulumi-kubernetes/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi-kubernetes@v4.23.0...v4.24.0)

---
updated-dependencies:
- dependency-name: github.com/pulumi/pulumi-kubernetes/sdk/v4
  dependency-version: 4.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Nov 6, 2025
@domdomegg domdomegg merged commit 92bab48 into main Nov 9, 2025
4 checks passed
@domdomegg domdomegg deleted the dependabot/go_modules/deploy/github.com/pulumi/pulumi-kubernetes/sdk/v4-4.24.0 branch November 9, 2025 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants