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: canonical/microk8s
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.34
Choose a base ref
...
head repository: canonical/microk8s
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 25 files changed
  • 6 contributors

Commits on Sep 5, 2025

  1. Configuration menu
    Copy the full SHA
    c52e3fb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. fix(apparmor): allow sockets in cri-containerd profile (#5218)

    Add explicit AppArmor rules to permit common socket types (inet, inet6, unix)
    needed by Kubernetes workloads (e.g., kube-controller, coredns). Plucky ships
    AppArmor 4.1.0, which is stricter and requires exact socket types to be set.
    This resolves "apparmor=DENIED operation=create class=net" denials.
    
    Fixes #5082
    Fixes #5190
    Fixes #5140
    bschimke95 authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    3398719 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. Configuration menu
    Copy the full SHA
    74a009c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Add: network raw for metallb

    jadams authored and ktsakalozos committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    4fe1c9e View commit details
    Browse the repository at this point in the history
  2. fix: Add network to containerd Apparmor profile

    Signed-off-by: Homayoon Alimohammadi <[email protected]>
    HomayoonAlimohammadi authored and ktsakalozos committed Oct 10, 2025
    1 Configuration menu
    Copy the full SHA
    9b3e652 View commit details
    Browse the repository at this point in the history
  3. fix: Add signal send and receive to containerd Apparmor profile

    Signed-off-by: Homayoon Alimohammadi <[email protected]>
    HomayoonAlimohammadi authored and ktsakalozos committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    55ed679 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. Configuration menu
    Copy the full SHA
    a12b375 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. Configuration menu
    Copy the full SHA
    6f8cde1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdbed9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5054364 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    474b973 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fef5392 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7189d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7dde81b View commit details
    Browse the repository at this point in the history
  8. fix(tests): Fix yaml formatting issues

    Signed-off-by: Homayoon (Hue) Alimohammadi <[email protected]>
    HomayoonAlimohammadi committed Nov 28, 2025
    Configuration menu
    Copy the full SHA
    9ffb5cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f07d421 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. feat: bump containerd to 2.1.3 and update build process (#5321)

    * feat: bump containerd to 2.1.3 and update build process
    
    * fix: move ctr flag before args in airgap test
    
    * feat: add erofs-utils for containerd 2 requirement
    berkayoz authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    7322e60 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. fix: Preserve individual env vars after sudo -E change (#5319)

    Signed-off-by: Homayoon (Hue) Alimohammadi <[email protected]>
    HomayoonAlimohammadi authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    eda5ba8 View commit details
    Browse the repository at this point in the history
Loading