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

Commits on Aug 1, 2025

  1. feat!(ci): Remove arm/v7 support (#66)

    This architecture has become too significant of a maintenance burden, and isn't used often enough to justify the associated maintenance cost.
    
    This removes arm/v7 from all the build infrastructure/dockerfiles/etc. Note that arm64 targets are still widely used and well supported.
    
    Related: linkerd/linkerd2#14308
    sfleen authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    58370e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. v48 (#69)

    * fix: Setup devcontainers for building aws-lc-sys
    
    This needs a few environment variables and debian packages installed to facilitate building that package. This includes the env vars in the `just-cargo` invocation, and the packages in the rust, rust-musl, and devcontainer images.
    
    * fix: Remove CFLAGS from just-cargo
    
    * v48
    
    - Update dependabot to properly scan the dev Dockerfile weekly
    - Add syft, grype, oras, and cosign to the tools iamge
    - Update various dependencies to be managed as OCI dependencies (for dependabot
      management)
    - Update other dependencies, including Go (to 1.25) and Rust (to 1.90)
    - setup-tools action:
      - Hack mandb to avoid slowness during apt installs in GitHub Actions
      - Unpack the tools binaries without doing a full docker buildx setup
    olix0r authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    74b7337 View commit details
    Browse the repository at this point in the history
Loading