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-29662: Update to kubernetes 1.27.11 #1890

Merged
merged 15 commits into from
Mar 8, 2024

Commits on Jan 16, 2024

  1. Squash some unnecessarily-chained methods in the change trackers

    ServicePortMap.Update() and EndpointsMap.Update() were just a tiny
    wrappers around the corresponding apply() methods, which had no other
    callers. So squash them together.
    
    (Also fix the variable naming in ServicePortMap.Update() to match
    other methods.)
    danwinship authored and wedaly committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    33d35f1 View commit details
    Browse the repository at this point in the history
  2. Drop PendingChanges methods from change trackers, move into UpdateRes…

    …ults
    
    This fixes a race condition where the tracker could be updated in
    between us calling .PendingChanges() and .Update().
    danwinship authored and wedaly committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    46a2ce2 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

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

Commits on Jan 19, 2024

  1. If a pvc has an empty storageclass name, don't try to assign a defaul…

    …t StorageClass to it.
    carlory committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9fdcdd7 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

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

Commits on Feb 3, 2024

  1. Revert "kubeadm: fix a bug where the uploaded kubelet configuration i…

    …n kube-system/kubelet-config ConfigMap does not respect user patch"
    SataQiu committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    6774eb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Merge pull request kubernetes#123106 from SataQiu/automated-cherry-pi…

    …ck-of-#123093-upstream-release-1.27
    
    Automated cherry pick of kubernetes#123093: Revert "kubeadm: fix a bug where the uploaded kubelet
    k8s-ci-robot committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    c4a71d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#122815 from wedaly/automated-cherry-pic…

    …k-of-#122204-upstream-release-1.27
    
    Automated cherry pick of kubernetes#122204: Fix race condition in iptables partial sync handling
    k8s-ci-robot committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    593d5ec View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Merge pull request kubernetes#122856 from carlory/automated-cherry-pi…

    …ck-of-#122704-upstream-release-1.27
    
    Automated cherry pick of kubernetes#122704: If a pvc has an empty storageclass name, don't try to assign
    k8s-ci-robot committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    bb2c149 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes#123063 from Richabanker/automated-cherr…

    …y-pick-of-#122750-upstream-release-1.27
    
    Automated cherry pick of kubernetes#122750: Add processStartTime in metrics/slis
    k8s-ci-robot committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    68d7e46 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. [go] Bump images, dependencies and versions to go 1.21.7 / distroless…

    …-iptables to v0.4.5
    
    Signed-off-by: cpanato <ctadeu@gmail.com>
    cpanato committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    7eda87e View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Merge pull request kubernetes#123229 from cpanato/update-go-127

    [release-1.27] [go] Bump images, dependencies and versions to go 1.21.7 / distroless-iptables to v0.4.5
    k8s-ci-robot committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    293fe8e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 20, 2024

  1. Merge tag 'v1.27.11' into bump-1.27.11

    Kubernetes official release v1.27.11
    jerpeter1 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    cc0c43c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50ea65f View commit details
    Browse the repository at this point in the history