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

OCPBUGS-42169: Bump k8s api to 1.28.14 #2091

Open
wants to merge 19 commits into
base: release-4.15
Choose a base branch
from

Commits on Aug 14, 2024

  1. kube-proxy: initialization wait for service and endpoint handlers synced

    Ensure kube-proxy waits for the services/endpointslices informer
    caches to be synced *and* all pre-sync events delivered before
    setting isInitialized=true. Otherwise, in clusters with many services,
    some services may be missing from svcPortMap when kube-proxy starts
    (e.g. during daemonset rollout). This can cause kube-proxy to temporarily
    remove service DNAT rules and then skip cleanup of UDP conntrack entries
    to a service VIP.
    
    Resolves: kubernetes#126468
    wedaly committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7f70ca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fcc841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2288f83 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Merge pull request kubernetes#126695 from Huang-Wei/automated-cherry-…

    …pick-of-#126644-upstream-release-1.28
    
    Automated cherry pick of kubernetes#126644: fix a scheduler preemption issue that victim is not patched
    k8s-ci-robot authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9f79836 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Add a new workqueue to endpointslice controller for updating topology…

    … cache and checking node topology distribution.
    hbostan committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    29966bd View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    61f34ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#126781 from hbostan/automated-cherry-pi…

    …ck-of-#125294-upstream-release-1.28
    
    Automated cherry pick of kubernetes#125294: Add a new workqueue to endpointslice controller for updating
    k8s-ci-robot authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ff374f2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#126692 from wedaly/automated-cherry-pic…

    …k-of-#126532-upstream-release-1.28
    
    Automated cherry pick of kubernetes#126532: kube-proxy: initialization wait for service and endpoint
    k8s-ci-robot authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fcb5464 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Merge pull request kubernetes#126973 from cpanato/update-go-1226-rel-128

    [release-1.28] [go] Bump images, dependencies and versions to go 1.22.6 and distroless iptables
    k8s-ci-robot authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e7ea663 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    e30a3dc View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Update etcd from v3.5.14 to v3.5.15

    Signed-off-by: bzsuni <[email protected]>
    bzsuni committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    51e3059 View commit details
    Browse the repository at this point in the history
  2. Build etcd image of v3.5.15

    Signed-off-by: bzsuni <[email protected]>
    bzsuni committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a86e44c View commit details
    Browse the repository at this point in the history
  3. Merge pull request kubernetes#127069 from atiratree/automated-cherry-…

    …pick-of-#126920-upstream-release-1.28
    
    Automated cherry pick of kubernetes#126920: add missing RBAC to statefulset-controller for StatefulSetAutoDeletePVC feature
    k8s-ci-robot authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f6cd006 View commit details
    Browse the repository at this point in the history
  4. Merge pull request kubernetes#126399 from bzsuni/automated-cherry-pic…

    …k-of-#126240-kubernetes#126242-upstream-release-1.28
    
    Automated cherry pick of kubernetes#126240: Update etcd from v3.5.14 to v3.5.15
    kubernetes#126242: Build etcd image of v3.5.15
    k8s-ci-robot authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6827fc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    8c86a1a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Merge pull request kubernetes#127210 from SergeyKanzhelev/automated-c…

    …herry-pick-of-#126343-upstream-release-1.28
    
    Automated cherry pick of kubernetes#126343: Terminated pod should not be re-admitted
    k8s-ci-robot authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b442e2b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    66f3325 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Merge tag 'v1.28.14' into bump-1.28.14

    Kubernetes official release v1.28.14
    jerpeter1 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0060a28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a56baf View commit details
    Browse the repository at this point in the history