chore(deps): update module github.com/pulumi/pulumi-kubernetes/sdk/v4 to v4.19.0 #30

Merged
antoine merged 1 commits from renovate/github.com-pulumi-pulumi-kubernetes-sdk-v4-4.x into main 2024-12-15 22:59:53 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/pulumi/pulumi-kubernetes/sdk/v4 require minor v4.18.1 -> v4.19.0

Release Notes

pulumi/pulumi-kubernetes (github.com/pulumi/pulumi-kubernetes/sdk/v4)

v4.19.0

Compare Source

v4.18.4

Compare Source

Changed
  • nodejs] Resolves `punycode` deprecation warnings by using native `fetch` instead of `node-fetch`.
    (https://github.com/pulumi/pulumi-kubernetes/issues/3301)
    
    
Fixed

v4.18.3

Compare Source

Fixed

v4.18.2

Compare Source

Fixed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pulumi/pulumi-kubernetes/sdk/v4](https://github.com/pulumi/pulumi-kubernetes) | require | minor | `v4.18.1` -> `v4.19.0` | --- ### Release Notes <details> <summary>pulumi/pulumi-kubernetes (github.com/pulumi/pulumi-kubernetes/sdk/v4)</summary> ### [`v4.19.0`](https://github.com/pulumi/pulumi-kubernetes/compare/v4.18.4...v4.19.0) [Compare Source](https://github.com/pulumi/pulumi-kubernetes/compare/v4.18.4...v4.19.0) ### [`v4.18.4`](https://github.com/pulumi/pulumi-kubernetes/releases/tag/v4.18.4) [Compare Source](https://github.com/pulumi/pulumi-kubernetes/compare/v4.18.3...v4.18.4) ##### Changed - \[nodejs] Resolves `punycode` deprecation warnings by using native `fetch` instead of `node-fetch`. (https://github.com/pulumi/pulumi-kubernetes/issues/3301) ##### Fixed - `pulumi.com/waitFor` and other await annotations now correctly take precedence over default await logic. (https://github.com/pulumi/pulumi-kubernetes/issues/3329) - JSONPath expressions used with the `pulumi.com/waitFor` annotation will no longer hang indefinitely if they match non-primitive fields. (https://github.com/pulumi/pulumi-kubernetes/issues/3345) - \[java] CRDs that contain any `x-kubernetes-*` fields can now be succesfully created and managed by Pulumi. (https://github.com/pulumi/pulumi-kubernetes/issues/3325) ### [`v4.18.3`](https://github.com/pulumi/pulumi-kubernetes/releases/tag/v4.18.3) [Compare Source](https://github.com/pulumi/pulumi-kubernetes/compare/v4.18.2...v4.18.3) ##### Fixed - Objects created on clusters older than 1.18 will no longer see a `before-first-apply` conflict when Pulumi performs a server-side apply for the first time. (https://github.com/pulumi/pulumi-kubernetes/pull/3275) - The provider's user agent is now set correctly when communicating with the Kubernetes API server. (https://github.com/pulumi/pulumi-kubernetes/issues/3267) ### [`v4.18.2`](https://github.com/pulumi/pulumi-kubernetes/releases/tag/v4.18.2) [Compare Source](https://github.com/pulumi/pulumi-kubernetes/compare/v4.18.1...v4.18.2) ##### Fixed - The provider's Pulumi dependency was updated to version v3.136.1 to address potential "pulumi.runtime.invokeOutput is not a function" errors. (https://github.com/pulumi/pulumi/issues/17518) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS40MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-11-22 21:35:46 +00:00
Author
Member

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 13 additional dependencies were updated

Details:

Package Change
github.com/pulumi/pulumi/sdk/v3 v3.132.0 -> v3.142.0
github.com/golang/glog v1.2.0 -> v1.2.2
github.com/hashicorp/hcl/v2 v2.17.0 -> v2.22.0
github.com/pulumi/esc v0.9.1 -> v0.10.0
golang.org/x/crypto v0.25.0 -> v0.26.0
golang.org/x/net v0.27.0 -> v0.28.0
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/sys v0.22.0 -> v0.24.0
golang.org/x/term v0.22.0 -> v0.23.0
golang.org/x/text v0.16.0 -> v0.17.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7 -> v0.0.0-20240814211410-ddb44dafa142
google.golang.org/grpc v1.63.2 -> v1.67.1
google.golang.org/protobuf v1.33.0 -> v1.35.1
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 13 additional dependencies were updated Details: | **Package** | **Change** | | :------------------------------------------ | :--------------------------------------------------------------------------- | | `github.com/pulumi/pulumi/sdk/v3` | `v3.132.0` -> `v3.142.0` | | `github.com/golang/glog` | `v1.2.0` -> `v1.2.2` | | `github.com/hashicorp/hcl/v2` | `v2.17.0` -> `v2.22.0` | | `github.com/pulumi/esc` | `v0.9.1` -> `v0.10.0` | | `golang.org/x/crypto` | `v0.25.0` -> `v0.26.0` | | `golang.org/x/net` | `v0.27.0` -> `v0.28.0` | | `golang.org/x/sync` | `v0.7.0` -> `v0.8.0` | | `golang.org/x/sys` | `v0.22.0` -> `v0.24.0` | | `golang.org/x/term` | `v0.22.0` -> `v0.23.0` | | `golang.org/x/text` | `v0.16.0` -> `v0.17.0` | | `google.golang.org/genproto/googleapis/rpc` | `v0.0.0-20240311173647-c811ad7063a7` -> `v0.0.0-20240814211410-ddb44dafa142` | | `google.golang.org/grpc` | `v1.63.2` -> `v1.67.1` | | `google.golang.org/protobuf` | `v1.33.0` -> `v1.35.1` |
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-kubernetes-sdk-v4-4.x from 59f7320cc2 to acf3cd6f3c 2024-12-06 00:15:30 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi-kubernetes/sdk/v4 to v4.18.3 to chore(deps): update module github.com/pulumi/pulumi-kubernetes/sdk/v4 to v4.18.4 2024-12-06 00:15:33 +00:00
renovate-bot force-pushed renovate/github.com-pulumi-pulumi-kubernetes-sdk-v4-4.x from acf3cd6f3c to 577d112568 2024-12-13 00:21:54 +00:00 Compare
renovate-bot changed title from chore(deps): update module github.com/pulumi/pulumi-kubernetes/sdk/v4 to v4.18.4 to chore(deps): update module github.com/pulumi/pulumi-kubernetes/sdk/v4 to v4.19.0 2024-12-13 00:21:57 +00:00
antoine merged commit 577d112568 into main 2024-12-15 22:59:53 +00:00
antoine deleted branch renovate/github.com-pulumi-pulumi-kubernetes-sdk-v4-4.x 2024-12-15 22:59:56 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: go/pulumi-library#30
No description provided.