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-sigs/node-feature-discovery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: api/nfd/v0.16.6
Choose a base ref
...
head repository: kubernetes-sigs/node-feature-discovery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.7
Choose a head ref
  • 12 commits
  • 24 files changed
  • 4 contributors

Commits on Dec 11, 2024

  1. Docs: Fix the link to feature gates documentation

    The link to feature gates documentation is pointing to the
    feature-gates.md in master-commandline-reference.html and
    worker-commandline-reference.html, it should be updated to
    linking html file.
    
    Signed-off-by: joehuang <joehuang.sweden@gmail.com>
    (cherry picked from commit a442749)
    ChaoyiHuang authored and marquiz committed Dec 11, 2024
    Copy the full SHA
    14de946 View commit details

Commits on Dec 12, 2024

  1. Merge pull request #1973 from marquiz/release-0.16

    Docs: Fix the link to feature gates documentation
    k8s-ci-robot authored Dec 12, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e2dbd2c View commit details

Commits on Dec 13, 2024

  1. Fix version parsing

    The fix in a416af5 was not enough by
    itself and that needs to be applied comprehensively.
    
    (cherry picked from commit 047d031)
    marquiz committed Dec 13, 2024
    Copy the full SHA
    06c6abc View commit details
  2. Makefile: fix version parsing

    One bit that was accidentally left out from
    047d031
    
    (cherry picked from commit 55961cc)
    marquiz committed Dec 13, 2024
    Copy the full SHA
    2dc9589 View commit details
  3. scripts/update-gh-pages: fix release version parsing

    When determining the release branch only consider "main" release tags,
    refusing to pick api/nfd/v* tags.
    
    (cherry picked from commit a416af5)
    marquiz committed Dec 13, 2024
    Copy the full SHA
    f99c1dd View commit details
  4. Merge pull request #1980 from marquiz/backports/0.16

    [release-0.16] Fix version parsing
    k8s-ci-robot authored Dec 13, 2024
    Copy the full SHA
    725c204 View commit details

Commits on Jan 9, 2025

  1. Add support running with OwnerReferencesPermissionEnforcement

    when OwnerReferencesPermissionEnforcement validating webhook is
    enabled additional permissions are required to set/update owner ref
    field. NFD worker sets/updates NodeFeature owner ref field to
    the worker pod and owning daemonset.
    
    owner reference can only be updated if the worker has delete permissions
    for NodeFeatures.
    
    if owner reference has blockOwnerDeletion (as the case for the daemonset
    owner reference) then it requires update permissions to the finalizers
    of the owner, to avoid this, we set blockOwnerDeleteion to false for all
    owners referenced from NFD worker pod when setting/updating NodeFeature
    owner ref.
    
    Signed-off-by: adrianc <adrianc@nvidia.com>
    (cherry picked from commit 3f012c2)
    adrianchiris authored and marquiz committed Jan 9, 2025
    Copy the full SHA
    2b5e54d View commit details
  2. Merge pull request #2013 from marquiz/release-0.16

    [release-0.16] Add support running with OwnerReferencesPermissionEnforcement
    k8s-ci-robot authored Jan 9, 2025
    Copy the full SHA
    c61b73c View commit details
  3. go.mod: update golang.org deps

    (cherry picked from commit a2d7379)
    marquiz committed Jan 9, 2025
    Copy the full SHA
    690f7ee View commit details

Commits on Jan 10, 2025

  1. Merge pull request #2015 from marquiz/release-0.16

    [release-0.16] go.mod: update golang.org deps
    k8s-ci-robot authored Jan 10, 2025
    Copy the full SHA
    c734aaa View commit details
  2. Release v0.16.7

    marquiz committed Jan 10, 2025
    Copy the full SHA
    2aa596f View commit details
  3. Merge pull request #2017 from marquiz/release-0.16

    [release-0.16] Release v0.16.7
    k8s-ci-robot authored Jan 10, 2025
    Copy the full SHA
    372aff5 View commit details
Loading