Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes/klog Loading
base: v2.40.0
Choose a base ref
...
head repository: kubernetes/klog Loading
compare: v2.40.1
Choose a head ref
  • 4 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 17, 2021

  1. Using OS targeted go files to separate out the username logic.

    We have discovered that in some instances the runtime.GOOS="windows" check is failing on nanoserver when doing cross compilation. It appears to be inconsistent. Moving this into it's own OS targeted go file prevents it from being an issue.
    
    Signed-off-by: Jamie Phillips <[email protected]>
    phillipsj committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    16e27a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Merge pull request #271 from phillipsj/feature/klog-windows-nanoserver

    Using OS targeted go files to separate out the username logic.
    k8s-ci-robot committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    fb7504b View commit details
    Browse the repository at this point in the history
  2. Recover from nil pointers when logging

    Signed-off-by: Davanum Srinivas <[email protected]>
    dims committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    125dec9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #279 from dims/recover-from-nil-pointers-when-logging

    Recover from nil pointers when logging
    k8s-ci-robot committed Dec 18, 2021
    Configuration menu
    Copy the full SHA
    4ce6ac6 View commit details
    Browse the repository at this point in the history
Loading