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

[1.25]Update CNI plugins to v1.1.1 #201

Open
pacoxu opened this issue Nov 18, 2024 · 2 comments
Open

[1.25]Update CNI plugins to v1.1.1 #201

pacoxu opened this issue Nov 18, 2024 · 2 comments

Comments

@pacoxu
Copy link
Member

pacoxu commented Nov 18, 2024

Requires: kubernetes-cni >= 0.8.6

tpepper/release@e35146e#diff-57f10b7808ebe7110b2c66a39232cdaa30806a44f1c8f26d8adc297a1bd019faR160

1.25.0

  • Update CNI plugins to v1.1.1
Copy link

Hi @pacoxu,
Thanks for opening an issue!
We will look into it as soon as possible.

Details Instructions for interacting with me using comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the [gh-ci-bot](https://github.com/wzshiming/gh-ci-bot) repository.

@pacoxu
Copy link
Member Author

pacoxu commented Nov 18, 2024

kubelet:
  - versionConstraint: ">= 1.24.0 < 1.24.5"
    sourceURLTemplate: "{{ KubernetesURL }}"
    dependencies:
      - name: kubernetes-cni
        versionConstraint: ">= 0.8.7"
  - versionConstraint: ">= 1.24.5 < 1.25.0"
    sourceURLTemplate: "{{ KubernetesURL }}"
    dependencies:
      - name: kubernetes-cni
        versionConstraint: ">= 1.1.1"
  - versionConstraint: "1.25.0"
    sourceURLTemplate: "{{ KubernetesURL }}"
    dependencies:
      - name: kubernetes-cni
        versionConstraint: ">= 0.8.7"
  - versionConstraint: ">= 1.25.1 < 1.28.0"
    sourceURLTemplate: "{{ KubernetesURL }}"
    dependencies:
      - name: kubernetes-cni
        versionConstraint: ">= 1.1.1"
  - versionConstraint: ">= 1.28.0"
    sourceURLTemplate: "{{ KubernetesURL }}"
    dependencies:
      - name: kubernetes-cni
        versionConstraint: ">= 1.2.0"

From https://github.com/kubernetes/release/blob/master/cmd/krel/templates/latest/metadata.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant