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

kubernetes: drop 1.24 and add 1.28 #449

Merged
merged 2 commits into from
Sep 13, 2023
Merged

Commits on Sep 12, 2023

  1. kubeadm: remove kubernetes 1.24

    EOL since end of July 2023.
    
    ```
    1..12
    ok - kubeadm.v1.25.10.flannel.cgroupv1.base
    ok - kubeadm.v1.27.2.cilium.base
    ok - kubeadm.v1.27.2.flannel.base
    ok - kubeadm.v1.26.5.flannel.base
    ok - kubeadm.v1.25.10.cilium.cgroupv1.base
    ok - kubeadm.v1.26.5.calico.base
    ok - kubeadm.v1.27.2.calico.base
    ok - kubeadm.v1.26.5.cilium.base
    ok - kubeadm.v1.25.10.calico.base
    ok - kubeadm.v1.25.10.flannel.base
    ok - kubeadm.v1.25.10.cilium.base
    ok - kubeadm.v1.25.10.calico.cgroupv1.base
    ```
    
    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    4d73a31 View commit details
    Browse the repository at this point in the history
  2. kubeadm: add kubernetes 1.28.1

    Tested against 3510.2.7 on OpenStack
    ```
    1..3
    ok - kubeadm.v1.28.1.flannel.base
    ok - kubeadm.v1.28.1.cilium.base
    ok - kubeadm.v1.28.1.calico.base
    ```
    
    Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
    tormath1 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    72656fb View commit details
    Browse the repository at this point in the history