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: intel/intel-device-plugins-for-kubernetes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.1
Choose a base ref
...
head repository: intel/intel-device-plugins-for-kubernetes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.2
Choose a head ref
  • 7 commits
  • 50 files changed
  • 2 contributors

Commits on Aug 8, 2023

  1. qat: report cy/dc capabilities for 401xx/402xx too

    Signed-off-by: Mikko Ylinen <[email protected]>
    mythi authored and tkatila committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2a8b8e8 View commit details
    Browse the repository at this point in the history
  2. operator: fix setting QAT provisioning config volumeMount

    setInitContainer() adds "init-sriov-numvfs" to initContainers
    but uses initcontainerName constant to search where to add
    the QAT configMap volumeMount. Fix by moving all code to use
    the const.
    
    It was also noticed in the controller logs that setting Pod
    Volumes is not idempotent but broken DaemonSet gets created:
    
    ""intel-device-plugins-manager: Reconciler error "err="DaemonSet.apps
    \"intel-qat-plugin\" is invalid: spec.template.spec.volumes[6].name:
    Duplicate value: \"qat-config\"" controller="qatdeviceplugin"
    controllerGroup="deviceplugin.intel.com"
    
    Finally, change 'qat-config' to 'intel-qat-config-volume' to
    better describe that it's a volume.
    
    Signed-off-by: Mikko Ylinen <[email protected]>
    mythi authored and tkatila committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d428bcc View commit details
    Browse the repository at this point in the history
  3. operator: increase memory resources to 100/120Mi

    Fixes: #1416
    
    Signed-off-by: Tuomas Katila <[email protected]>
    tkatila committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    32ed51c View commit details
    Browse the repository at this point in the history
  4. upgrade k8s versions to 1.26.7

    Signed-off-by: Tuomas Katila <[email protected]>
    tkatila committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5bd92e5 View commit details
    Browse the repository at this point in the history
  5. demo: update opae-nlb-demo to 2.2.0-1

    Signed-off-by: Mikko Ylinen <[email protected]>
    mythi authored and tkatila committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ab72a8f View commit details
    Browse the repository at this point in the history
  6. images: set 0.26.2 tag for the release

    Signed-off-by: Tuomas Katila <[email protected]>
    tkatila committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    45c6399 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Merge pull request #1498 from tkatila/prepare-0.26.2

    Prepare 0.26.2 release
    mythi authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    abd7ba5 View commit details
    Browse the repository at this point in the history
Loading