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: linkerd/dev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v48
Choose a base ref
...
head repository: linkerd/dev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v49
Choose a head ref
  • 8 commits
  • 5 files changed
  • 4 contributors

Commits on Dec 8, 2025

  1. fix(ci): fix typo in k3d.yml conditions (#75)

    pull request #74 made a change to our images metadata.
    
    ci did not initially run, because there is a typo in the workflow's
    conditions. this commit fixes that typo, so that this ci action will now
    run when this file is changed.
    
    Signed-off-by: katelyn martin <git@katelyn.world>
    cratelyn authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    64292a3 View commit details
    Browse the repository at this point in the history
  2. chore(k3s): update k3s-images.json (#74)

    currently, ci is failing due to the `sync-k3s-images` job reporting
    stale signatures for k3s images v1.31-v1.34, as well as the latest and
    stable tags.
    
    this commit updates these.
    
    Signed-off-by: katelyn martin <git@katelyn.world>
    cratelyn authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    9924939 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. build(deps): bump DavidAnson/markdownlint-cli2-action

    Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 20.0.0 to 22.0.0.
    - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
    - [Commits](DavidAnson/markdownlint-cli2-action@992badc...07035fd)
    
    ---
    updated-dependencies:
    - dependency-name: DavidAnson/markdownlint-cli2-action
      dependency-version: 22.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    34435c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Merge pull request #76 from linkerd/dependabot/github_actions/DavidAn…

    …son/markdownlint-cli2-action-22.0.0
    
    build(deps): bump DavidAnson/markdownlint-cli2-action from 20.0.0 to 22.0.0
    sfleen authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    1527ff8 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. chore: sync k3s-images.json (#78)

    alpeb authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    0629067 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/checkout from 4.2.2 to 6.0.1 (#73)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@11bd719...8e8c483)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    10d65b8 View commit details
    Browse the repository at this point in the history
  3. deps: bump cargo-deny to 0.18.9 (#77)

    We were getting errors such as:
    
    ```
    Error: -05 17:16:58 [ERROR] failed to load advisory database: parse error: error parsing /github/home/.cargo/advisory-db/advisory-db-3157b0e258782691/crates/cap-primitives/RUSTSEC-2024-0445.md: parse error: TOML parse error at line 8, column 8
      |
    8 | cvss = "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N"
      |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    unsupported CVSS version: 4.0
    ```
    
    This update adds support for CVSS version 4.0.
    alpeb authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    466e7ef View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. chore(k3s): sync k3s-images.json (#80)

    this runs the `just sync-k3s-images` task against the latest main.
    
    this should address changes we've seen in github actions that have
    caused issues in ci.
    
    Signed-off-by: katelyn martin <git@katelyn.world>
    cratelyn authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    c163aa0 View commit details
    Browse the repository at this point in the history
Loading