Skip to content
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

Update k8s min and deps to 1.30 #3124

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

skonto
Copy link
Contributor

@skonto skonto commented Dec 17, 2024

Changes

  • We need 1.30 at the API side for 1.17, see here.

@knative-prow knative-prow bot requested review from Cali0707 and Leo6Leo December 17, 2024 15:34
Copy link

knative-prow bot commented Dec 17, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: skonto

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Dec 17, 2024
@skonto skonto changed the title Update k8s min and deps [wip] Update k8s min and deps Dec 17, 2024
@knative-prow knative-prow bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 17, 2024
@skonto skonto changed the title [wip] Update k8s min and deps [wip] Update k8s min to 1.30.0 and deps Dec 18, 2024
@skonto skonto requested review from dprotaso and ReToCode and removed request for Leo6Leo and Cali0707 December 18, 2024 08:44
Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.29%. Comparing base (f3ab560) to head (ed337a0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3124   +/-   ##
=======================================
  Coverage   78.29%   78.29%           
=======================================
  Files         191      191           
  Lines       11186    11186           
=======================================
  Hits         8758     8758           
  Misses       2162     2162           
  Partials      266      266           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@skonto
Copy link
Contributor Author

skonto commented Dec 18, 2024

Downstream tests fail due to:

  go: added sigs.k8s.io/yaml v1.4.0
  Error: /home/runner/work/pkg/pkg/downstream/vendor/k8s.io/api/core/v1/doc.go:21:1: missing argument "" (at <input>)
  Error: /home/runner/work/pkg/pkg/downstream/vendor/k8s.io/api/core/v1/doc.go:21:1: missing argument "" (at <input>)
  k8s.io/api/core/v1:-: unknown type k8s.io/api/core/v1.PodSpec

In that file there is:

...
// +groupName=

We need to patch https://github.com/dprotaso/controller-tools/commits/knative/ to ignore empty values as when I set +groupName="" locally it run fine.

cc @dprotaso

@skonto skonto changed the title [wip] Update k8s min to 1.30.0 and deps Update k8s min to 1.29.0 and deps to 1.30 Dec 19, 2024
@knative-prow knative-prow bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 19, 2024
@skonto skonto changed the title Update k8s min to 1.29.0 and deps to 1.30 Update k8s min and deps to 1.30 Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants