Skip to content

edge-25.1.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 13:15
· 9 commits to main since this release
6714331

RECOMMENDED

Overall status: RECOMMENDED

Cautions

This release changes the format of the Link resource's probeSpec.period, which means that Links created by edge-25.1.1 will not work with edge-25.1.2. Additionally, the ability to query by authority in linkerd viz stat has been removed.

Changes

This release updates OpenTelemetry trace labels to follow current HTTP semantic conventions, reduces load on the Kubernetes API server when a multicluster setup mirrors a lot of Services, and allows the CNI updateStrategy to be configured (thanks, Shane Starcher!), fixing issue 13031. It also requires the Link resource's probeSpec.period to be a GEP-2257 duration string, which means that Links created by edge-25.1.1 will not work as of this release: if you try to edit or redeploy those Links, you'll get a validation error if you don't fix the probeSpec.period. Finally, this release removes the ability to query by authority in linkerd viz stat.

What's Changed

  • build(deps): bump valuable from 0.1.0 to 0.1.1 by @dependabot in #13572
  • build(deps): bump github.com/prometheus/common from 0.61.0 to 0.62.0 by @dependabot in #13571
  • build(deps): bump the kube group with 7 updates by @dependabot in #13570
  • build(deps): bump serde_json from 1.0.135 to 1.0.137 by @dependabot in #13575
  • build(deps): bump ipnet from 2.10.1 to 2.11.0 by @dependabot in #13576
  • build(deps): bump cc from 1.2.9 to 1.2.10 by @dependabot in #13574
  • build(deps): bump DavidAnson/markdownlint-cli2-action from 19.0.0 to 19.1.0 by @dependabot in #13577
  • build(deps-dev): bump eslint-plugin-react from 7.37.3 to 7.37.4 in /web/app by @dependabot in #13573
  • build(deps): bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot in #13582
  • build(deps): bump the clap group with 2 updates by @dependabot in #13580
  • build(deps): bump github.com/briandowns/spinner from 0.0.0-20190212173954-5cf08d0ac778 to 1.23.2 by @dependabot in #13581
  • feat(helm): allow cni updateStrategy to be configurable by @sstarcher in #13562
  • fix(service-mirror): don't restart cluster watch upon Link status updates by @alpeb in #13579
  • viz: Prohibit authority resource targets in stat commands by @zaharidichev in #13578
  • fix(multicluster)!: Link's probeSpec.period should be formatted as duration by @alpeb in #13586
  • proxy: v2.276.0 by @l5d-bot in #13590

New Contributors

Full Changelog: edge-25.1.1...edge-25.1.2