Skip to content

build(deps): bump github.com/pulumi/pulumi-kubernetes/sdk/v4 from 4.33.0 to 4.34.0 in /deploy - #1609

Merged
rdimitrov merged 2 commits into
mainfrom
dependabot/go_modules/deploy/github.com/pulumi/pulumi-kubernetes/sdk/v4-4.34.0
Sep 5, 2026
Merged

build(deps): bump github.com/pulumi/pulumi-kubernetes/sdk/v4 from 4.33.0 to 4.34.0 in /deploy#1609
rdimitrov merged 2 commits into
mainfrom
dependabot/go_modules/deploy/github.com/pulumi/pulumi-kubernetes/sdk/v4-4.34.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/pulumi/pulumi-kubernetes/sdk/v4 from 4.33.0 to 4.34.0.

Release notes

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

v4.34.0

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-kubernetes@v4.33.0...v4.34.0

Changelog

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

4.34.0 (August 27, 2026)

Added

  • Support adding CustomResourceDefinitions as an extension of the base kubernetes provider via pulumi package add <provider> --extension. Extension-served resources alias their kubernetes:-namespaced token, so state written by a crd2pulumi-generated SDK is adopted rather than replaced.

Changed

  • Upgrade Kubernetes schema and libraries to v1.36.3.
  • Upgrade Kubernetes schema and libraries to v1.36.4.
  • Upgrade Kubernetes schema and libraries to v1.37.0. See the Kubernetes 1.37 release notes for upstream API changes.

Fixed

  • Restore scheduling.k8s.io/v1alpha1 Workload, which the Kubernetes 1.36 upgrade dropped from the SDKs, and retain scheduling.k8s.io/v1alpha2 PodGroup and Workload, which Kubernetes 1.37 removes from its OpenAPI specification. Both remain available to clusters that still serve them, and scheduling.k8s.io/v1beta1 now aliases the older versions so that existing resources migrate in place rather than being replaced.

  • #4524 Fix pulumi.com/waitFor rejecting JSONPath filters that use !=, >= or <=. The expression was split on every = that was not part of ==, so jsonpath={.status.conditions[?(@.type!="Failed")].status}=True failed to parse. The path and value are now separated structurally, which also allows braces inside string literals. Comparing one path against another (jsonpath={.status.readyReplicas}={.spec.replicas}) is still unsupported, but now reports an error instead of silently never matching.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 2, 2026
rdimitrov
rdimitrov previously approved these changes Sep 5, 2026
@rdimitrov

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [github.com/pulumi/pulumi-kubernetes/sdk/v4](https://github.com/pulumi/pulumi-kubernetes) from 4.33.0 to 4.34.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.33.0...v4.34.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/deploy/github.com/pulumi/pulumi-kubernetes/sdk/v4-4.34.0 branch from db0dfd1 to 354fd54 Compare September 5, 2026 17:54
@rdimitrov
rdimitrov merged commit 00d5aaa into main Sep 5, 2026
6 checks passed
@rdimitrov
rdimitrov deleted the dependabot/go_modules/deploy/github.com/pulumi/pulumi-kubernetes/sdk/v4-4.34.0 branch September 5, 2026 18:13
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.

1 participant