Skip to content

Tags: linkerd/linkerd2

Tags

edge-25.12.3

Toggle edge-25.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

edge-25.12.2

Toggle edge-25.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 (#14795)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@5a10915...671740a)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: 5.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Verified

This tag was signed with the committer’s verified signature.
sfleen Scott Fleener

edge-25.11.3

Toggle edge-25.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(policy): respect timeout field on gateway API HTTPRoutes (#14750)

Fixes #14713

The [Linkerd documentation](https://linkerd.io/2-edge/reference/timeouts/#configuring-timeouts) specifies that:

> If the [request timeout](https://gateway-api.sigs.k8s.io/api-types/httproute/#timeouts-optional) field is set on an HTTPRoute resource, it will be used as the timeout.linkerd.io/request timeout. However, if both the field and the annotation are specified, the annotation will take priority.

This is true for policy.linkerd.io/HTTPRoute resources but not for `gateway.networking.k8s.io/HTTPRoute` resources.  

We update the policy controller to consider the request timeout field on `gateway.networking.k8s.io/HTTPRoute` and add API tests.

Signed-off-by: Alex Leong <[email protected]>

edge-25.11.2

Toggle edge-25.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump the clap group with 2 updates (#14736)

Bumps the clap group with 2 updates: [clap](https://github.com/clap-rs/clap) and [clap_builder](https://github.com/clap-rs/clap).


Updates `clap` from 4.5.52 to 4.5.53
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.52...clap_complete-v4.5.53)

Updates `clap_builder` from 4.5.52 to 4.5.53
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.52...v4.5.53)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: clap
- dependency-name: clap_builder
  dependency-version: 4.5.53
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: clap
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

edge-25.11.1

Toggle edge-25.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(destination): prevent task leak in federated service watchers (#1…

…4693)

When unsubscribing a stream from a federated service, we:

1. For each cluster, send an update on the stream's channel to remove endpoints.
2. Call synchronizedGetStream.Stop() so that it stops processing updates.

These steps can race and deadlock: if Stop() has been called before endoint
updates are processed, the subsequent Send() calls block forever.

This change improves test coverage to cover this case as well as that fixed in
f4e6795.

version-2.19

Toggle version-2.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
proxy: v2.326.0 (#14668)

Release notes: https://github.com/linkerd/linkerd2-proxy/releases/tag/release/v2.326.0

Signed-off-by: l5d-bot <[email protected]>
Co-authored-by: l5d-bot <[email protected]>
Co-authored-by: Scott Fleener <[email protected]>

edge-25.10.7

Toggle edge-25.10.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
proxy: v2.326.0 (#14668)

Release notes: https://github.com/linkerd/linkerd2-proxy/releases/tag/release/v2.326.0

Signed-off-by: l5d-bot <[email protected]>
Co-authored-by: l5d-bot <[email protected]>
Co-authored-by: Scott Fleener <[email protected]>

edge-25.10.6

Toggle edge-25.10.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
proxy: v2.325.0 (#14649)

Release notes: https://github.com/linkerd/linkerd2-proxy/releases/tag/release/v2.325.0

Signed-off-by: l5d-bot <[email protected]>
Co-authored-by: l5d-bot <[email protected]>

edge-25.10.5

Toggle edge-25.10.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump generic-array from 0.14.8 to 0.14.9 (#14627)

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.14.8 to 0.14.9.
- [Release notes](https://github.com/fizyk20/generic-array/releases)
- [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fizyk20/generic-array/commits)

---
updated-dependencies:
- dependency-name: generic-array
  dependency-version: 0.14.9
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>