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

promote contextual logging APIs to stable #311

Merged
merged 1 commit into from Mar 20, 2022

Commits on Mar 18, 2022

  1. promote non-test APIs to stable

    As pointed out in
    kubernetes/kubernetes#108725 (comment),
    klog cannot carry "experimental" APIs that may end up in code that Kubernetes
    depends on, whether it is directly or indirectly.
    
    If that happens, Kubernetes might get stuck on a certain klog release because
    one dependency depends on one klog release and another dependency on a
    different, incompatible one.
    pohly committed Mar 18, 2022
    Copy the full SHA
    36e44e7 View commit details
    Browse the repository at this point in the history