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

Bump to 1.31.2 kube #256

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

tssurya
Copy link
Contributor

@tssurya tssurya commented Oct 22, 2024

Routine bump to 1.31.2

  • new versioning seems to have fixed the quirkiness around TCP protocol defaults
  • we are at 1.31.2 so we can use the isCIDR CEL from kube-api
  • bump KIND to 0.25.0 in CI to use the APIVersion 1.31K8s and 0.6.1 version of kube-network-policies

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 22, 2024
@k8s-ci-robot k8s-ci-robot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Oct 22, 2024
Copy link

netlify bot commented Oct 22, 2024

Deploy Preview for kubernetes-sigs-network-policy-api ready!

Name Link
🔨 Latest commit 483d905
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-network-policy-api/deploys/673b622de4be100008e01a1b
😎 Deploy Preview https://deploy-preview-256--kubernetes-sigs-network-policy-api.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@k8s-ci-robot k8s-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Oct 22, 2024
@tssurya tssurya force-pushed the bump-kube-1.31 branch 5 times, most recently from 519b830 to d2e6f93 Compare October 22, 2024 06:59
@tssurya
Copy link
Contributor Author

tssurya commented Oct 22, 2024

hmmm bumping stuff to newer versions breaks the tests, let me dig into why this is the case..

@tssurya
Copy link
Contributor Author

tssurya commented Oct 22, 2024

closing and reopening PR to re-trigger CI

@tssurya tssurya closed this Oct 22, 2024
@tssurya tssurya reopened this Oct 22, 2024
@tssurya
Copy link
Contributor Author

tssurya commented Oct 22, 2024

this time tests are passing except for one half of them... so its better than last time,

@@ -79,7 +79,7 @@ jobs:
/usr/local/bin/kubectl apply -f ./config/crd/experimental/policy.networking.k8s.io_adminnetworkpolicies.yaml
/usr/local/bin/kubectl apply -f ./config/crd/experimental/policy.networking.k8s.io_baselineadminnetworkpolicies.yaml
# install kube-network-policies
/usr/local/bin/kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/kube-network-policies/v0.2.0/install-anp.yaml
/usr/local/bin/kubectl apply -f https://raw.githubusercontent.com/kubernetes-sigs/kube-network-policies/main/install-anp.yaml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

installing an unversioned file from knp seems like it will cause problems at some point

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah @aojea will cut a release soon.. waiting for that, this was in the interim to see if master fixed the bug we were seeing..

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aojea how does kube-network-policies get consumed into KIND? so which version of k-net-pol does kind 0.24 use?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fixed at HEAD in kind and will be part of the next kind release.

You can see in the PR https://github.com/kubernetes-sigs/kind/pull/3761/files that kube-network-policies is also a library, so it gets vendored in the kindnet version of kind

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ETA for a new release of kind = kubecon 😄

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tssurya ben just released a new version of kind , it should work with the new version

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we are looking good here, @aojea or @danwinship would one of you like to approve this?

apis/v1alpha1/shared_types.go Outdated Show resolved Hide resolved
@tssurya tssurya force-pushed the bump-kube-1.31 branch 2 times, most recently from e661407 to 5aa0647 Compare November 6, 2024 12:37
Signed-off-by: Surya Seetharaman <[email protected]>
@tssurya tssurya changed the title Bump to 1.31.1 kube Bump to 1.31.2 kube Nov 18, 2024
@aojea
Copy link
Contributor

aojea commented Nov 19, 2024

/lgtm
/approve

Thanks

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 19, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aojea, tssurya

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 19, 2024
@k8s-ci-robot k8s-ci-robot merged commit fd452b1 into kubernetes-sigs:main Nov 19, 2024
10 checks passed
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. 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.

5 participants