Skip to content

Commit 0d215b1

Browse files
Update first-party Pulumi dependencies (#3927)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/kubernetes](https://pulumi.com) ([source](https://redirect.github.com/pulumi/pulumi-kubernetes)) | dependencies | minor | [`4.23.0` -> `4.24.0`](https://renovatebot.com/diffs/npm/@pulumi%2fkubernetes/4.23.0/4.24.0) | | [github.com/pulumi/pulumi-kubernetes/sdk/v4](https://redirect.github.com/pulumi/pulumi-kubernetes) | require | minor | `v4.23.0` -> `v4.24.0` | | [github.com/pulumi/pulumi/pkg/v3](https://redirect.github.com/pulumi/pulumi) | require | minor | `v3.205.0` -> `v3.206.0` | | [pulumi/actions](https://redirect.github.com/pulumi/actions) | action | patch | `v6.6.0` -> `v6.6.1` | --- ### Release Notes <details> <summary>pulumi/pulumi-kubernetes (@&#8203;pulumi/kubernetes)</summary> ### [`v4.24.0`](https://redirect.github.com/pulumi/pulumi-kubernetes/releases/tag/v4.24.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-kubernetes/compare/v4.23.0...v4.24.0) ##### Added - Added a `plainHttp` option to the `v4.Chart` resource. ([https://github.com/pulumi/pulumi-kubernetes/issues/3250](https://redirect.github.com/pulumi/pulumi-kubernetes/issues/3250)) ##### Changed - The `pulumi.com/waitFor` annotation now uses an [RFC9535](https://www.rfc-editor.org/rfc/rfc9535.html)-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[?@&#8203; == 'Running' || @&#8203; == 'Succeeded' ]}"` - To wait for for an object to have a "Failed" *or* "Complete" condition with a "True" value: `pulumi.com/waitFor: "jsonpath={.conditions[?(@&#8203;.type=='Failed'||@&#8203;.type=='Complete')].status}=True` (Tools like [jsonpath.com](https://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. [https://github.com/pulumi/pulumi-kubernetes/pull/3886](https://redirect.github.com/pulumi/pulumi-kubernetes/pull/3886)3886) ##### Fixed - Helm resources all now use the correct `registry/config.json` file for credentials. For backward-compatibility `registry.json` is preferred if it exist[https://github.com/pulumi/pulumi-kubernetes/issues/3606](https://redirect.github.com/pulumi/pulumi-kubernetes/issues/3606)3606) - Fixed an issue where deletions could take longer than necessary. ([https://github.com/pulumi/pulumi-kubernetes/issues/3317](https://redirect.github.com/pulumi/pulumi-kubernetes/issues/3317)) - Significantly reduced memory usage. ([https://github.com/pulumi/pulumi-kubernetes/issues/3713](https://redirect.github.com/pulumi/pulumi-kubernetes/issues/3713)) - Fixed incorrect deprecation warnings for VolumeAttributesClass. ([https://github.com/pulumi/pulumi-kubernetes/issues/3772](https://redirect.github.com/pulumi/pulumi-kubernetes/issues/3772)) - SecretPatch inputs are now automatically marked as secret. </details> <details> <summary>pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3)</summary> ### [`v3.206.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.206.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.205.0...v3.206.0) #### 3.206.0 (2025-11-05) ##### Features - \[protobuf] Pass a `preview` flag to invokes so they can tell if they're being called during a preview [#&#8203;20827](https://redirect.github.com/pulumi/pulumi/pull/20827) - \[cli/about] Include PULUMI_\* environment variables in the `pulumi about` output [#&#8203;20855](https://redirect.github.com/pulumi/pulumi/pull/20855) - \[auto/go] Get event log over gRPC instead of trying to read it from a text file [#&#8203;20822](https://redirect.github.com/pulumi/pulumi/pull/20822) - \[auto/nodejs] Get event log over gRPC instead of trying to read it from a text file [#&#8203;20824](https://redirect.github.com/pulumi/pulumi/pull/20824) - \[auto/python] Get event log over gRPC instead of trying to read it from a text file [#&#8203;20833](https://redirect.github.com/pulumi/pulumi/pull/20833) - \[cli/engine] Add environment variable to add --refresh to preview,update,destroy [#&#8203;20797](https://redirect.github.com/pulumi/pulumi/pull/20797) - \[sdk/nodejs] Add PULUMI_NODEJS_SKIP_COMPONENT_INPUTS environment variable to skip the new feature of sending component inputs to the engine for diffing and state storage [#&#8203;20842](https://redirect.github.com/pulumi/pulumi/pull/20842) ##### Bug Fixes - \[engine] Fix duplicate resource snapshot integrity issue, when running `pulumi up --refresh --run-program` and when a resource `PendingReplacement` exists in the snapshot [#&#8203;20812](https://redirect.github.com/pulumi/pulumi/pull/20812) - \[engine] Support floating point NaN and Inf values in resource state [#&#8203;20843](https://redirect.github.com/pulumi/pulumi/pull/20843) ##### Miscellaneous - \[sdk/go] Use Language.Link to link Go packages [#&#8203;20811](https://redirect.github.com/pulumi/pulumi/pull/20811) </details> <details> <summary>pulumi/actions (pulumi/actions)</summary> ### [`v6.6.1`](https://redirect.github.com/pulumi/actions/releases/tag/v6.6.1) [Compare Source](https://redirect.github.com/pulumi/actions/compare/v6.6.0...v6.6.1) ##### What's Changed - upgrade pulumi/pulumi to latest by [@&#8203;tgummerer](https://redirect.github.com/tgummerer) in [https://github.com/pulumi/actions/pull/1394](https://redirect.github.com/pulumi/actions/pull/1394) - Prepare changelog for 6.6.1 by [@&#8203;tgummerer](https://redirect.github.com/tgummerer) in [https://github.com/pulumi/actions/pull/1395](https://redirect.github.com/pulumi/actions/pull/1395) **Full Changelog**: pulumi/actions@v6...v6.6.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Monday through Friday ( * * * * 1-5 ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsImltcGFjdC9uby1jaGFuZ2Vsb2ctcmVxdWlyZWQiXX0=--> --------- Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com> Co-authored-by: Thomas Gummerer <[email protected]>
1 parent 915d1ea commit 0d215b1

File tree

18 files changed

+56
-61
lines changed

18 files changed

+56
-61
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
repo: pulumi/pulumictl
7373
- name: Install Pulumi CLI
74-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
74+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
7575
with:
7676
pulumi-version-file: .pulumi.version
7777
- if: github.event_name == 'pull_request'
@@ -248,7 +248,7 @@ jobs:
248248
with:
249249
repo: pulumi/pulumictl
250250
- name: Install Pulumi CLI
251-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
251+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
252252
with:
253253
pulumi-version-file: .pulumi.version
254254
- name: Setup Node
@@ -449,7 +449,7 @@ jobs:
449449
with:
450450
repo: pulumi/pulumictl
451451
- name: Install Pulumi CLI
452-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
452+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
453453
with:
454454
pulumi-version-file: .pulumi.version
455455
- name: Setup Node
@@ -622,7 +622,7 @@ jobs:
622622
with:
623623
repo: pulumi/pulumictl
624624
- name: Install Pulumi CLI
625-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
625+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
626626
with:
627627
pulumi-version-file: .pulumi.version
628628
- name: Configure AWS Credentials
@@ -701,7 +701,7 @@ jobs:
701701
with:
702702
repo: pulumi/pulumictl
703703
- name: Install Pulumi CLI
704-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
704+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
705705
- name: Setup Node
706706
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
707707
with:
@@ -808,7 +808,7 @@ jobs:
808808
go-version: ${{ env.GOVERSION }}
809809
cache-dependency-path: "**/*.sum"
810810
- name: Install Pulumi CLI
811-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
811+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
812812
with:
813813
pulumi-version-file: .pulumi.version
814814
- name: Setup Node
@@ -882,7 +882,7 @@ jobs:
882882
go-version: ${{ env.GOVERSION }}
883883
cache-dependency-path: "**/*.sum"
884884
- name: Install Pulumi CLI
885-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
885+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
886886
with:
887887
pulumi-version-file: .pulumi.version
888888
- name: Setup Node

.github/workflows/prerelease.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
repo: pulumi/pulumictl
6262
- name: Install Pulumi CLI
63-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
63+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
6464
with:
6565
pulumi-version-file: .pulumi.version
6666
- if: github.event_name == 'pull_request'
@@ -237,7 +237,7 @@ jobs:
237237
with:
238238
repo: pulumi/pulumictl
239239
- name: Install Pulumi CLI
240-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
240+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
241241
with:
242242
pulumi-version-file: .pulumi.version
243243
- name: Setup Node
@@ -402,7 +402,7 @@ jobs:
402402
with:
403403
repo: pulumi/pulumictl
404404
- name: Install Pulumi CLI
405-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
405+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
406406
with:
407407
pulumi-version-file: .pulumi.version
408408
- name: Setup Node
@@ -575,7 +575,7 @@ jobs:
575575
with:
576576
repo: pulumi/pulumictl
577577
- name: Install Pulumi CLI
578-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
578+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
579579
with:
580580
pulumi-version-file: .pulumi.version
581581
- name: Configure AWS Credentials
@@ -654,7 +654,7 @@ jobs:
654654
with:
655655
repo: pulumi/pulumictl
656656
- name: Install Pulumi CLI
657-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
657+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
658658
- name: Setup Node
659659
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
660660
with:
@@ -750,7 +750,7 @@ jobs:
750750
with:
751751
repo: pulumi/pulumictl
752752
- name: Install Pulumi CLI
753-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
753+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
754754
- name: Setup Java
755755
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
756756
with:
@@ -838,7 +838,7 @@ jobs:
838838
go-version: ${{ env.GOVERSION }}
839839
cache-dependency-path: "**/*.sum"
840840
- name: Install Pulumi CLI
841-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
841+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
842842
with:
843843
pulumi-version-file: .pulumi.version
844844
- name: Setup Node
@@ -912,7 +912,7 @@ jobs:
912912
go-version: ${{ env.GOVERSION }}
913913
cache-dependency-path: "**/*.sum"
914914
- name: Install Pulumi CLI
915-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
915+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
916916
with:
917917
pulumi-version-file: .pulumi.version
918918
- name: Setup Node

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
repo: pulumi/pulumictl
6565
- name: Install Pulumi CLI
66-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
66+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
6767
with:
6868
pulumi-version-file: .pulumi.version
6969
- if: github.event_name == 'pull_request'
@@ -240,7 +240,7 @@ jobs:
240240
with:
241241
repo: pulumi/pulumictl
242242
- name: Install Pulumi CLI
243-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
243+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
244244
with:
245245
pulumi-version-file: .pulumi.version
246246
- name: Setup Node
@@ -405,7 +405,7 @@ jobs:
405405
with:
406406
repo: pulumi/pulumictl
407407
- name: Install Pulumi CLI
408-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
408+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
409409
with:
410410
pulumi-version-file: .pulumi.version
411411
- name: Setup Node
@@ -578,7 +578,7 @@ jobs:
578578
with:
579579
repo: pulumi/pulumictl
580580
- name: Install Pulumi CLI
581-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
581+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
582582
with:
583583
pulumi-version-file: .pulumi.version
584584
- name: Configure AWS Credentials
@@ -657,7 +657,7 @@ jobs:
657657
with:
658658
repo: pulumi/pulumictl
659659
- name: Install Pulumi CLI
660-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
660+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
661661
- name: Setup Node
662662
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
663663
with:
@@ -753,7 +753,7 @@ jobs:
753753
with:
754754
repo: pulumi/pulumictl
755755
- name: Install Pulumi CLI
756-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
756+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
757757
- name: Setup Java
758758
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
759759
with:
@@ -871,7 +871,7 @@ jobs:
871871
go-version: ${{ env.GOVERSION }}
872872
cache-dependency-path: "**/*.sum"
873873
- name: Install Pulumi CLI
874-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
874+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
875875
with:
876876
pulumi-version-file: .pulumi.version
877877
- name: Setup Node
@@ -945,7 +945,7 @@ jobs:
945945
go-version: ${{ env.GOVERSION }}
946946
cache-dependency-path: "**/*.sum"
947947
- name: Install Pulumi CLI
948-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
948+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
949949
with:
950950
pulumi-version-file: .pulumi.version
951951
- name: Setup Node

.github/workflows/run-acceptance-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
with:
9292
repo: pulumi/pulumictl
9393
- name: Install Pulumi CLI
94-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
94+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
9595
with:
9696
pulumi-version-file: .pulumi.version
9797
- if: github.event_name == 'pull_request'
@@ -272,7 +272,7 @@ jobs:
272272
with:
273273
repo: pulumi/pulumictl
274274
- name: Install Pulumi CLI
275-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
275+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
276276
with:
277277
pulumi-version-file: .pulumi.version
278278
- name: Setup Node
@@ -440,7 +440,7 @@ jobs:
440440
with:
441441
repo: pulumi/pulumictl
442442
- name: Install Pulumi CLI
443-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
443+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
444444
with:
445445
pulumi-version-file: .pulumi.version
446446
- name: Setup Node

.github/workflows/weekly-pulumi-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
repo: pulumi/pulumictl
5555
- name: Install Pulumi CLI
56-
uses: pulumi/actions@d7ceb0215da5a14ec84f50b703365ddf0194a9c8 # v6.6.0
56+
uses: pulumi/actions@8582a9e8cc630786854029b4e09281acd6794b58 # v6.6.1
5757
with:
5858
pulumi-version-file: .pulumi.version
5959
- name: Setup DotNet

provider/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ require (
1818
github.com/onsi/gomega v1.37.0
1919
github.com/pkg/errors v0.9.1
2020
github.com/pulumi/cloud-ready-checks v1.3.0
21-
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.23.0
22-
github.com/pulumi/pulumi/pkg/v3 v3.205.0
23-
github.com/pulumi/pulumi/sdk/v3 v3.205.0
21+
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.24.0
22+
github.com/pulumi/pulumi/pkg/v3 v3.206.0
23+
github.com/pulumi/pulumi/sdk/v3 v3.206.0
2424
github.com/stretchr/testify v1.10.0
2525
github.com/theory/jsonpath v0.9.0
2626
golang.org/x/crypto v0.40.0

provider/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpv
297297
github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg=
298298
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
299299
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
300-
github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68=
301-
github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=
300+
github.com/go-test/deep v1.1.1 h1:0r/53hagsehfO4bzD2Pgr/+RgHqhmf+k1Bpse2cTu1U=
301+
github.com/go-test/deep v1.1.1/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE=
302302
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
303303
github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8=
304304
github.com/gofrs/uuid v4.2.0+incompatible h1:yyYWMnhkhrKwwr8gAOcOCYxOOscHgDS9yZgBrnJfGa0=
@@ -604,10 +604,10 @@ github.com/pulumi/esc v0.17.0 h1:oaVOIyFTENlYDuqc3pW75lQT9jb2cd6ie/4/Twxn66w=
604604
github.com/pulumi/esc v0.17.0/go.mod h1:XnSxlt5NkmuAj304l/gK4pRErFbtqq6XpfX1tYT9Jbc=
605605
github.com/pulumi/inflector v0.1.1 h1:dvlxlWtXwOJTUUtcYDvwnl6Mpg33prhK+7mzeF+SobA=
606606
github.com/pulumi/inflector v0.1.1/go.mod h1:HUFCjcPTz96YtTuUlwG3i3EZG4WlniBvR9bd+iJxCUY=
607-
github.com/pulumi/pulumi/pkg/v3 v3.205.0 h1:gSsJr4opU+rfx0CJEvk2f+kf6mNA6qIdACdfrDwd4HE=
608-
github.com/pulumi/pulumi/pkg/v3 v3.205.0/go.mod h1:DwMi4+xkHvw6aazISQd4nWzhDHtMGQxl2w5WJtUl6mA=
609-
github.com/pulumi/pulumi/sdk/v3 v3.205.0 h1:Cuev0D3nBUqnFnFzWsO6M5XtOdGCe7lpgSds80yROyQ=
610-
github.com/pulumi/pulumi/sdk/v3 v3.205.0/go.mod h1:aV0+c5xpSYccWKmOjTZS9liYCqh7+peu3cQgSXu7CJw=
607+
github.com/pulumi/pulumi/pkg/v3 v3.206.0 h1:b4Xwg4RfTjmpcfkVOttdir10NNXRHYleFoz7BokpXWE=
608+
github.com/pulumi/pulumi/pkg/v3 v3.206.0/go.mod h1:Pn3fPeCwQSxOn3rO5JjvlR5szp4jsLinlarlA9jhvoQ=
609+
github.com/pulumi/pulumi/sdk/v3 v3.206.0 h1:DvEn8GiYwSCraOv+RkGHYFOvA2m7Y3peWAdgmuYknUY=
610+
github.com/pulumi/pulumi/sdk/v3 v3.206.0/go.mod h1:UsBMdaUQ+WoKoQtF2PYbQIbo8ZRJuAo1axkyit9IQVE=
611611
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 h1:EaDatTxkdHG+U3Bk4EUr+DZ7fOGwTfezUiUJMaIcaho=
612612
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5/go.mod h1:fyalQWdtzDBECAQFBJuQe5bzQ02jGd5Qcbgb97Flm7U=
613613
github.com/redis/go-redis/extra/redisotel/v9 v9.0.5 h1:EfpWLLCyXw8PSM2/XNJLjI3Pb27yVE+gIAfeqp8LUCc=

provider/pkg/provider/provider.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2016-2023, Pulumi Corporation.
1+
// Copyright 2016-2025, Pulumi Corporation.
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -50,9 +50,9 @@ import (
5050
"github.com/pulumi/pulumi-kubernetes/provider/v4/pkg/ssa"
5151
"github.com/pulumi/pulumi-kubernetes/provider/v4/pkg/version"
5252
pulumischema "github.com/pulumi/pulumi/pkg/v3/codegen/schema"
53-
"github.com/pulumi/pulumi/pkg/v3/resource/deploy/providers"
5453
"github.com/pulumi/pulumi/pkg/v3/resource/provider"
5554
"github.com/pulumi/pulumi/sdk/v3/go/common/diag"
55+
"github.com/pulumi/pulumi/sdk/v3/go/common/providers"
5656
"github.com/pulumi/pulumi/sdk/v3/go/common/resource"
5757
"github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin"
5858
"github.com/pulumi/pulumi/sdk/v3/go/common/util/contract"

provider/pkg/provider/provider_checkconfig_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
. "github.com/onsi/gomega"
2323
clientcmdapi "k8s.io/client-go/tools/clientcmd/api"
2424

25-
"github.com/pulumi/pulumi/pkg/v3/resource/deploy/providers"
25+
"github.com/pulumi/pulumi/sdk/v3/go/common/providers"
2626
"github.com/pulumi/pulumi/sdk/v3/go/common/resource"
2727
"github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin"
2828
pulumirpc "github.com/pulumi/pulumi/sdk/v3/proto/go"

tests/ci-cluster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"@pulumi/gcp": "9.4.0",
8-
"@pulumi/kubernetes": "4.23.0",
8+
"@pulumi/kubernetes": "4.24.0",
99
"@pulumi/pulumi": "3.206.0"
1010
}
1111
}

0 commit comments

Comments
 (0)