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

Update upstream main branch #579

Merged
merged 5 commits into from
Jan 8, 2024
Merged

Update upstream main branch #579

merged 5 commits into from
Jan 8, 2024

Commits on Dec 18, 2023

  1. Fix deregistering of deleted CAPI Machines

    We have an issue that there is a gap between the CAPI Machine deletion and the AWSMachine deletion.
    In this timeframe the kube-apiserver to the to be deleted control plane is no longer possible, but the deregistering of the LB member will be performed only for AWSMachine deletions.
    This PR fixes the gap and also deregisteres the instance if the CAPI Machine is deleted.
    
    Signed-off-by: Tobias Giese <tobias.giese@mercedes-benz.com>
    tobiasgiese committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    38ef1d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Merge pull request kubernetes-sigs#4701 from mercedes-benz/tobiasgies…

    …e/fix-deregister-scaledown
    
    🐛 Fix deregistering of deleted CAPI Machines
    k8s-ci-robot committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    bba04c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Use go 1.21.5, fix kubectl version detection after --short paramete…

    …r was removed
    
    Co-authored-by: Andreas Sommer <andreas@giantswarm.io>
    fiunchinho and AndiDog committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    774b609 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kubernetes-sigs#4710 from giantswarm/upgrade-go-1-21

    ✨ Use go 1.21.5, fix kubectl version detection after `--short` parameter was removed
    k8s-ci-robot committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    ce35766 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

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