-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Kubernetes schema and client libraries to v1.30 #2932
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Does the PR have any schema changes?Found 3 breaking changes: Types
New resources:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2932 +/- ##
==========================================
- Coverage 29.18% 28.70% -0.48%
==========================================
Files 61 62 +1
Lines 8196 8333 +137
==========================================
Hits 2392 2392
- Misses 5600 5737 +137
Partials 204 204 ☔ View full report in Codecov by Sentry. |
blampe
approved these changes
Apr 8, 2024
go 1.21 | ||
go 1.22.0 | ||
|
||
toolchain go1.22.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Big 👍
d1c7db2
to
8aefaa0
Compare
Within the `tests/` and `provider/` folders, the following command was run: ```sh cat go.mod | grep "^\sk8s.io" | grep -v "// indirect" | awk '{print $1}' | xargs -I {} go get -u {}@v0.30.0 ```
8aefaa0
to
0b8da77
Compare
lumiere-bot bot
referenced
this pull request
in coolguy1771/home-ops
Apr 19, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/kubernetes](https://pulumi.com) ([source](https://togithub.com/pulumi/pulumi-kubernetes)) | dependencies | minor | [`4.10.0` -> `4.11.0`](https://renovatebot.com/diffs/npm/@pulumi%2fkubernetes/4.10.0/4.11.0) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pulumi/pulumi-kubernetes (@​pulumi/kubernetes)</summary> ### [`v4.11.0`](https://togithub.com/pulumi/pulumi-kubernetes/blob/HEAD/CHANGELOG.md#4110-April-17-2024) [Compare Source](https://togithub.com/pulumi/pulumi-kubernetes/compare/v4.10.0...v4.11.0) - \[dotnet] Unknowns for previews involving an uninitialized provider [https://github.com/pulumi/pulumi-kubernetes/pull/2957](https://togithub.com/pulumi/pulumi-kubernetes/pull/2957)7) - Update Kubernetes schemas and libraries to v1.30.0 ([https://github.com/pulumi/pulumi-kubernetes/pull/2932](https://togithub.com/pulumi/pulumi-kubernetes/pull/2932)) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMwMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL21pbm9yIl19--> Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
Update Kubernetes schema and client libraries to v1.30. Go is also updated to v1.22 as an upstream library requires this.
Related issues (optional)
Closes: #2914