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

[release-v3.26] Auto pick #7550 #7821: remove node update calls in calico-node startup #7824

Commits on Jun 29, 2023

  1. Remove remaining node update calls in calico-node startup

    Followup to projectcalico#7550
    
    Change-Id: I01c8018c9d47401383f05861865ff0c9b44c506e
    skmatti authored and tobiasgiese committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e08c9c6 View commit details
    Browse the repository at this point in the history
  2. Fix nilpointer if CALICO_NETWORKING_BACKEND=none

    There is a nil pointer in the configureASNumber function if the networking backend is none (i.e. policy-only mode)
    
    Signed-off-by: Tobias Giese <[email protected]>
    tobiasgiese committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    057d956 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Fix startup unit test for policy only mode

    Policy only mode will no longer update the BGP spec.
    Thus, the unit test should be fixed as well.
    
    Signed-off-by: Tobias Giese <[email protected]>
    tobiasgiese committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    da3602f View commit details
    Browse the repository at this point in the history