linkerd2 icon indicating copy to clipboard operation
linkerd2 copied to clipboard

Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.

Results 406 linkerd2 issues
Sort by recently updated
recently updated
newest added

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.31.6 to 7.31.8. Release notes Sourced from eslint-plugin-react's releases. v7.31.8 Fixed [no-unknown-property]: add viewBox on marker (#3416[] @​ljharb) [no-unknown-property]: add noModule on script (#3414[] @​ljharb) [no-unknown-property]: allow...

dependencies
javascript

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.18.9 to 7.19.0. Release notes Sourced from @​babel/runtime's releases. v7.19.0 (2022-09-05) Blog post: https://babeljs.io/blog/2022/09/05/7.19.0 Thanks @​SukkaW for your first PR! :eyeglasses: Spec Compliance babel-parser #14666 Support private...

dependencies
javascript

Fixes #9054 Signed-off-by: Takumi Sue

Set `proxy-version` annotation to `LinkerdVersion` when image version is the empty string. Tested when installed via CLI: ``` $ k get po -o yaml -n emojivoto | grep proxy-version linkerd.io/proxy-version:...

Bumps [form_urlencoded](https://github.com/servo/rust-url) from 1.0.1 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=form_urlencoded&package-manager=cargo&previous-version=1.0.1&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

rust
dependencies

Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.80.0 to 2.80.1. Release notes Sourced from k8s.io/klog/v2's releases. Prepare klog release for Kubernetes v1.26 (Take 2) What's Changed InitFlags concurrency fix by @​pohly in kubernetes/klog#349 Full...

dependencies
go

### What is the issue? We are testing linkerd2 stable-2.12.0 and we see that policy-controller running in the Destination pod is not able to connect to the API-server and ends...

bug

Injected workloads appear to always have an annotation set `linkerd.io/proxy-version: ""`. If the value is empty, the annotation should be omitted. OR we should always set it with a valid...

area/inject
needs/repro
area/injector

### What problem are you trying to solve? #6846 introduced policy resources for authorization probes in Linkerd extensions. As of #9008, probes are authorized by default when no other Server...

enhancement