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

runtime/leaderelection: add GenerateID and update dependencies #526

Merged
merged 2 commits into from
Mar 29, 2023

Commits on Mar 29, 2023

  1. runtime/leaderelection: add GenerateID

    This commit allows for the generation of a unique leader election ID
    based on a base string and a set of arbitrary strings which are used
    to generate a (short) SHA-256 sum to suffix with.
    
    Signed-off-by: Hidde Beydals <hidde@hhh.computer>
    hiddeco committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    398d063 View commit details
    Browse the repository at this point in the history
  2. runtime: update dependencies

    - github.com/onsi/gomega v1.27.5
    - k8s.io/client-go v0.26.3
    - k8s.io/component-base v0.26.3
    - sigs.k8s.io/controller-runtime v0.14.6
    
    Signed-off-by: Hidde Beydals <hidde@hhh.computer>
    hiddeco committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    f88324f View commit details
    Browse the repository at this point in the history