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: spinframework/runtime-class-manager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: spinframework/runtime-class-manager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: configure-runtime-options
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 17 files changed
  • 1 contributor

Commits on Jun 16, 2025

  1. Enable configuring containerd plugin runtime options

    Signed-off-by: Kate Goldenring <[email protected]>
    
    Install and start D-Bus after configuring runtime options
    
    Signed-off-by: Kate Goldenring <[email protected]>
    
    Add D-Bus installation to restarter logic
    
    Signed-off-by: Kate Goldenring <[email protected]>
    
    Move latest shim CRD to helm chart
    
    Signed-off-by: Kate Goldenring <[email protected]>
    kate-goldenring committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    7bc0fde View commit details
    Browse the repository at this point in the history
  2. Use custom minikube image

    Signed-off-by: Kate Goldenring <[email protected]>
    kate-goldenring committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    24ce81d View commit details
    Browse the repository at this point in the history
  3. Reduce complexity of install D-Bus function

    Signed-off-by: Kate Goldenring <[email protected]>
    
    Cleanup post rebase to remove redundant methods and install D-Bus
    
    Signed-off-by: Kate Goldenring <[email protected]>
    
    Update Helm Shim CRD to latest
    
    Signed-off-by: Kate Goldenring <[email protected]>
    kate-goldenring committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    0155cdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee5b484 View commit details
    Browse the repository at this point in the history
  5. Do not configure containerdRuntimeOptions when using MicroK8s

    - This is due to a bug where the MicroK8s containerd is passing an empty body
    for the shim configuration options causing runwasi to error
    
    Signed-off-by: Kate Goldenring <[email protected]>
    kate-goldenring committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    69f3dd6 View commit details
    Browse the repository at this point in the history
  6. Make Shim containerRuntimeOptions optional

    Signed-off-by: Kate Goldenring <[email protected]>
    kate-goldenring committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    798f3f6 View commit details
    Browse the repository at this point in the history
  7. Document containerdRuntimeOptions in example and add test

    Signed-off-by: Kate Goldenring <[email protected]>
    kate-goldenring committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    e2cddc6 View commit details
    Browse the repository at this point in the history
Loading