Releases: linkerd/linkerd2-proxy
Releases · linkerd/linkerd2-proxy
v2.229.0
What's Changed
- identity: make spire client config fields pub by @zaharidichev in #2917
- feat(app): configure HTTP/2 server parameters by @olix0r in #2924
- build(deps): Bump actions/upload-artifact from 4.3.1 to 4.3.3 by @dependabot in #2923
Full Changelog: release/v2.228.0...release/v2.229.0
v2.228.0
What's Changed
- build(deps): Bump actions/download-artifact from 4.1.4 to 4.1.5 by @dependabot in #2906
- build(deps): Bump hickory-proto from 0.24.0 to 0.24.1 by @dependabot in #2907
- build(deps): Bump thingbuf from 0.1.5 to 0.1.6 by @dependabot in #2908
- build(deps): Bump prettyplease from 0.2.17 to 0.2.19 by @dependabot in #2909
- build(deps): Bump rustls from 0.21.10 to 0.21.11 by @dependabot in #2910
- build(deps): Bump cc from 1.0.94 to 1.0.95 by @dependabot in #2911
- build(deps): Bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #2912
- build(deps): Bump hickory-resolver from 0.24.0 to 0.24.1 by @dependabot in #2913
- build(deps): Bump signal-hook-registry from 1.4.1 to 1.4.2 by @dependabot in #2914
- build(deps): Bump tj-actions/changed-files from 44.1.0 to 44.3.0 by @dependabot in #2904
- Bind outbound proxy to the IPv6 loopback by @alpeb in #2854
- chore(http): split h2 client and server config by @olix0r in #2915
- chore(app): move env config helpers into submodules by @olix0r in #2916
- build(deps): Bump rustix from 0.38.32 to 0.38.34 by @dependabot in #2918
- build(deps): Bump thiserror from 1.0.58 to 1.0.59 by @dependabot in #2919
- build(deps): Bump jobserver from 0.1.30 to 0.1.31 by @dependabot in #2920
- build(deps): Bump EmbarkStudios/cargo-deny-action from 1.6.2 to 1.6.3 by @dependabot in #2922
- build(deps): Bump actions/download-artifact from 4.1.5 to 4.1.6 by @dependabot in #2921
Full Changelog: release/v2.227.1...release/v2.228.0
v2.227.1
What's Changed
- build(deps): Bump syn from 2.0.58 to 2.0.59 by @dependabot in #2896
- build(deps): Bump jobserver from 0.1.29 to 0.1.30 by @dependabot in #2897
- build(deps): Bump async-trait from 0.1.79 to 0.1.80 by @dependabot in #2888
- build(deps): Bump syn from 2.0.59 to 2.0.60 by @dependabot in #2899
- build(deps): Bump proc-macro2 from 1.0.80 to 1.0.81 by @dependabot in #2900
- build(deps): Bump serde from 1.0.197 to 1.0.198 by @dependabot in #2901
- build(deps): Bump tj-actions/changed-files from 44.0.0 to 44.1.0 by @dependabot in #2902
- fix(http): fix outbound HTTP metrics naming by @olix0r in #2903
Full Changelog: release/v2.227.0...release/v2.227.1
v2.227.0
What's Changed
- build(deps): Bump itertools from 0.11.0 to 0.12.1 by @dependabot in #2879
- build(deps): Bump quote from 1.0.35 to 1.0.36 by @dependabot in #2880
- build(deps): Bump multimap from 0.8.3 to 0.10.0 by @dependabot in #2881
- build(deps): Bump codecov/codecov-action from 4.2.0 to 4.3.0 by @dependabot in #2883
- build(deps): Bump anyhow from 1.0.81 to 1.0.82 by @dependabot in #2884
- build(deps): Bump pem from 3.0.3 to 3.0.4 by @dependabot in #2885
- build(deps): Bump time from 0.3.34 to 0.3.36 by @dependabot in #2886
- build(deps): Bump jobserver from 0.1.28 to 0.1.29 by @dependabot in #2889
- chore(app,outbound)!: Decouple metrics registry from stack building by @olix0r in #2887
- build(deps): Bump proc-macro2 from 1.0.79 to 1.0.80 by @dependabot in #2890
- build(deps): Bump either from 1.10.0 to 1.11.0 by @dependabot in #2891
- build(deps): Bump serde_json from 1.0.115 to 1.0.116 by @dependabot in #2892
- build(deps): Bump cc from 1.0.92 to 1.0.94 by @dependabot in #2893
- chore(http): test HTTP/2 flow control exhaustion by @olix0r in #2895
Full Changelog: release/v2.226.0...release/v2.227.0
v2.226.0
What's Changed
- build(deps): Bump syn from 2.0.57 to 2.0.58 by @dependabot in #2860
- chore(proxy-http): Move utilities out of h1 module by @olix0r in #2861
- build(deps): Bump h2 from 0.3.25 to 0.3.26 by @dependabot in #2862
- build(deps): Bump codecov/codecov-action from 4.1.1 to 4.2.0 by @dependabot in #2863
- Fix so_original_dst retrieval in dual-stack mode by @alpeb in #2841
- build(deps): Bump prost-types from 0.12.3 to 0.12.4 by @dependabot in #2867
- build(deps): Bump thingbuf from 0.1.4 to 0.1.5 by @dependabot in #2869
- build(deps): Bump rustversion from 1.0.14 to 1.0.15 by @dependabot in #2870
- build(deps): Bump DavidAnson/markdownlint-cli2-action from 15.0.0 to 16.0.0 by @dependabot in #2871
- Swap trust-dns-resolver dependency with hickory-resolver by @alpeb in #2872
- feat(dns): Expand SRV resolver to account for IPv6 by @alpeb in #2864
- chore(dns): Fix test compilation failure in 4daa1f4 by @olix0r in #2873
- build(deps): Bump getrandom from 0.2.12 to 0.2.14 by @dependabot in #2875
- build(deps): Bump cc from 1.0.90 to 1.0.92 by @dependabot in #2876
- build(deps): Bump widestring from 1.0.2 to 1.1.0 by @dependabot in #2878
- build(deps): Bump prost-build from 0.12.3 to 0.12.4 by @dependabot in #2877
Full Changelog: release/v2.225.0...release/v2.226.0
v2.225.0
What's Changed
- ci: Fix version in synced workflow by @olix0r in #2847
- build(deps): Bump tj-actions/changed-files from 43.0.1 to 44.0.0 by @dependabot in #2843
- proxy-http: Box request bodies by @olix0r in #2848
- proxy-http: Simplify TracingExecutor by @olix0r in #2849
- build(deps): Bump tokio from 1.36.0 to 1.37.0 by @dependabot in #2850
- control: Remove useless control::Client type by @olix0r in #2851
- control: Configure controller client H2 settings by @olix0r in #2852
- ci: Allow disabling make_latest on release by @olix0r in #2853
- ci: Only trigger sync on latest release by @olix0r in #2855
- build(deps): Bump pin-project-lite from 0.2.13 to 0.2.14 by @dependabot in #2857
- build(deps): Bump drain from 0.1.1 to 0.1.2 by @dependabot in #2858
- build(deps): Bump syn from 2.0.55 to 2.0.57 by @dependabot in #2859
Full Changelog: release/v2.224.0...release/v2.225.0
v2.224.0
What's Changed
- ci: Fix release workflow permissions by @olix0r in #2821
- build(deps): Bump tj-actions/changed-files from 43.0.0 to 43.0.1 by @dependabot in #2822
- build(deps): Bump smallvec from 1.13.1 to 1.13.2 by @dependabot in #2823
- ci: Update release workflow to use a PAT by @olix0r in #2824
- build(deps): Bump backtrace from 0.3.69 to 0.3.70 by @dependabot in #2826
- build(deps): Bump indexmap from 2.2.5 to 2.2.6 by @dependabot in #2827
- build(deps): Bump prettyplease from 0.2.16 to 0.2.17 by @dependabot in #2828
- build(deps): Bump bytes from 1.5.0 to 1.6.0 by @dependabot in #2829
- build(deps): Bump backtrace from 0.3.70 to 0.3.71 by @dependabot in #2830
- build(deps): Bump async-trait from 0.1.78 to 0.1.79 by @dependabot in #2832
- build(deps): Bump syn from 2.0.53 to 2.0.55 by @dependabot in #2831
- chore: Group HTTP crates in a directory by @olix0r in #2833
- build(deps): Bump EmbarkStudios/cargo-deny-action from 1.6.1 to 1.6.2 by @dependabot in #2825
- ci: Configure integration test retries by @olix0r in #2834
- ci: Automate weekly proxy releases by @olix0r in #2835
- build(deps): Bump autocfg from 1.1.0 to 1.2.0 by @dependabot in #2836
- build(deps): Bump fastrand from 2.0.1 to 2.0.2 by @dependabot in #2837
- build(deps): Bump itoa from 1.0.10 to 1.0.11 by @dependabot in #2838
- build(deps): Bump regex from 1.10.3 to 1.10.4 by @dependabot in #2839
- build(deps): Bump serde_json from 1.0.114 to 1.0.115 by @dependabot in #2840
- build(deps): Bump codecov/codecov-action from 4.1.0 to 4.1.1 by @dependabot in #2842
- build(deps): Bump memchr from 2.7.1 to 2.7.2 by @dependabot in #2845
- ci: Fix release version by @olix0r in #2846
Full Changelog: release/v2.223.0...release/v2.224.0
v2.223.0
What's Changed
- build(deps): Bump tempfile from 3.10.0 to 3.10.1 by @dependabot in #2746
- build(deps): Bump rangemap from 1.5.0 to 1.5.1 by @dependabot in #2747
- build(deps): Bump socket2 from 0.5.5 to 0.5.6 by @dependabot in #2742
- build(deps): Bump tj-actions/changed-files from 42.0.4 to 42.0.5 by @dependabot in #2744
- build(deps): Bump codecov/codecov-action from 4.0.1 to 4.1.0 by @dependabot in #2748
- build(deps): Bump actions/download-artifact from 4.1.2 to 4.1.3 by @dependabot in #2749
- build(deps): Bump cc from 1.0.86 to 1.0.88 by @dependabot in #2743
- build(deps): Bump ahash from 0.8.9 to 0.8.10 by @dependabot in #2750
- build(deps): Bump x509-parser from 0.15.1 to 0.16.0 by @dependabot in #2752
- build(deps): Bump log from 0.4.20 to 0.4.21 by @dependabot in #2754
- build(deps): Bump indexmap from 2.2.3 to 2.2.5 by @dependabot in #2755
- build(deps): Bump libloading from 0.8.1 to 0.8.2 by @dependabot in #2756
- build(deps): Bump actions/download-artifact from 4.1.3 to 4.1.4 by @dependabot in #2757
- Disable PRs for hermit-abi by @olix0r in #2765
- build(deps): Bump mio from 0.8.10 to 0.8.11 by @dependabot in #2758
- build(deps): Bump pin-project from 1.1.4 to 1.1.5 by @dependabot in #2766
- build(deps): Bump cc from 1.0.88 to 1.0.89 by @dependabot in #2767
- build(deps): Bump syn from 2.0.50 to 2.0.52 by @dependabot in #2760
- build(deps): Bump ahash from 0.8.10 to 0.8.11 by @dependabot in #2761
- build(deps): Bump EmbarkStudios/cargo-deny-action from 1.5.15 to 1.6.1 by @dependabot in #2768
- build(deps): Bump prometheus-client from 0.22.1 to 0.22.2 by @dependabot in #2770
- build(deps): Bump libloading from 0.8.2 to 0.8.3 by @dependabot in #2771
- Consolidate PR workflow with dependabot automation by @olix0r in #2774
- build(deps): Bump softprops/action-gh-release from 1 to 2 by @dependabot in #2776
- Debug depenabot automation by @olix0r in #2777
- ci: Improve diagnostics in PR workflows by @olix0r in #2778
- ci: Improve PR debugging by @olix0r in #2779
- ci: PR merge-dependabot by @olix0r in #2780
- ci: Fix dependabot merge flow by @olix0r in #2781
- build(deps): Bump cc from 1.0.89 to 1.0.90 by @dependabot in #2769
- build(deps): Bump tj-actions/changed-files from 42.0.5 to 42.1.0 by @dependabot in #2775
- readme: mTLS has been prod for years by @olix0r in #2782
- build(deps): Bump anyhow from 1.0.80 to 1.0.81 by @dependabot in #2784
- build(deps): Bump proc-macro2 from 1.0.78 to 1.0.79 by @dependabot in #2785
- build(deps): Bump thiserror from 1.0.57 to 1.0.58 by @dependabot in #2786
- ci: Fix Action update auto-merging by @olix0r in #2787
- build(deps): Bump softprops/action-gh-release from 2.0.2 to 2.0.3 by @dependabot in #2783
- dev: Include the github CLI in the devcontainer by @olix0r in #2788
- build(deps): Bump softprops/action-gh-release from 2.0.3 to 2.0.4 by @dependabot in #2790
- build(deps): Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #2789
- ci: Fix incorrent log message by @olix0r in #2792
- build(deps): Bump tj-actions/changed-files from 42.1.0 to 43.0.0 by @dependabot in #2793
- Add IPv6 support when retrieving original destination by @alpeb in #2794
- ci: Support full semver tags in release workflow by @olix0r in #2795
- ci: Add a confirmation job to the release workflow by @olix0r in #2796
- ci: Fix semver check in release workflow by @olix0r in #2797
- ci: Skip checking changed files on releases by @olix0r in #2798
- ci: Fix release publish conditions by @olix0r in #2799
- build(deps): Bump tokio-stream from 0.1.14 to 0.1.15 by @dependabot in #2800
- build(deps): Bump tokio-test from 0.4.3 to 0.4.4 by @dependabot in #2801
- build(deps): Bump async-trait from 0.1.77 to 0.1.78 by @dependabot in #2806
- build(deps): Bump syn from 2.0.52 to 2.0.53 by @dependabot in #2805
- build(deps): Bump h2 from 0.3.24 to 0.3.25 by @dependabot in #2807
- build(deps): Bump uuid from 1.7.0 to 1.8.0 by @dependabot in #2808
- Fix Clippy warnings on nightly by @olix0r in #2810
- ci: Use rust-cache in PR workflow by @olix0r in #2811
- ci: Update release workflow to be triggered via API by @olix0r in #2809
- api-resolve: Expose endpoint weights by @olix0r in #2812
- cargo-deny: Ignore private crates by @olix0r in #2814
- ci: Avoid needlessly running coverage builds by @olix0r in #2815
- ci: Fix PR workflow to identify modified crates by @olix0r in #2816
- pool: Extract MockPool into a standalone crate by @olix0r in #2813
- balance: Drop unneeded dependencies by @olix0r in #2817
- ci: Update release workflow to use arbitrary references by @olix0r in #2818
- build(deps): Bump rustix from 0.38.31 to 0.38.32 by @dependabot in #2819
- build(deps): Bump aho-corasick from 1.1.2 to 1.1.3 by @dependabot in #2820
Full Changelog: release/v2.222.0...release/v2.223.0
v2.222.0
What's Changed
- dev: v43 with Rust v1.76 by @olix0r in #2703
- build(deps): bump tokio-test from 0.4.2 to 0.4.3 by @dependabot in #2684
- dependabot: Ignore windows_* by @olix0r in #2704
- build(deps): bump itoa from 1.0.6 to 1.0.10 by @dependabot in #2686
- build(deps): bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1 by @dependabot in #2690
- build(deps): bump codecov/codecov-action from 3.1.1 to 4.0.1 by @dependabot in #2693
- build(deps): bump actions/download-artifact from 4.1.1 to 4.1.2 by @dependabot in #2697
- build(deps): bump EmbarkStudios/cargo-deny-action from 1.5.11 to 1.5.15 by @dependabot in #2699
- build(deps): bump time from 0.3.30 to 0.3.34 by @dependabot in #2706
- build(deps): bump boring from 3.0.4 to 3.1.0 by @dependabot in #2707
- build(deps): bump thread_local from 1.1.7 to 1.1.8 by @dependabot in #2708
- build(deps): bump tj-actions/changed-files from 42.0.0 to 42.0.4 by @dependabot in #2702
- build(deps): bump rustversion from 1.0.11 to 1.0.14 by @dependabot in #2710
- build(deps): bump petgraph from 0.6.3 to 0.6.4 by @dependabot in #2711
- build(deps): bump libc from 0.2.150 to 0.2.153 by @dependabot in #2709
- build(deps): bump crc32fast from 1.3.2 to 1.4.0 by @dependabot in #2712
- build(deps): bump pin-project from 1.1.3 to 1.1.4 by @dependabot in #2713
- build(deps): bump regex from 1.9.4 to 1.10.3 by @dependabot in #2714
- build(deps): bump ryu from 1.0.16 to 1.0.17 by @dependabot in #2717
- build(deps): bump mio from 0.8.9 to 0.8.10 by @dependabot in #2715
- ignore all windows deps by @olix0r in #2722
- build(deps): bump tempfile from 3.6.0 to 3.9.0 by @dependabot in #2718
- build(deps): bump jobserver from 0.1.27 to 0.1.28 by @dependabot in #2720
- build(deps): bump rangemap from 1.4.0 to 1.5.0 by @dependabot in #2721
- build(deps): bump lock_api from 0.4.9 to 0.4.11 by @dependabot in #2724
- build(deps): bump log from 0.4.17 to 0.4.20 by @dependabot in #2725
- build(deps): bump ahash from 0.8.7 to 0.8.9 by @dependabot in #2726
- build(deps): bump linux-raw-sys from 0.4.12 to 0.4.13 by @dependabot in #2727
- build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by @dependabot in #2723
- build(deps): bump unicode-bidi from 0.3.14 to 0.3.15 by @dependabot in #2729
- build(deps): bump bytes from 1.4.0 to 1.5.0 by @dependabot in #2728
- build(deps): bump prometheus-client from 0.22.0 to 0.22.1 by @dependabot in #2731
- build(deps): bump ipconfig from 0.3.0 to 0.3.2 by @dependabot in #2732
- bump hermit-abi from 0.3.1 to 0.3.6 by @dependabot in #2733
- bump proc-macro2 from 1.0.74 to 1.0.78 by @dependabot in #2734
- build(deps): Update tokio to v1.36.0 by @olix0r in #2736
- build(deps): Update hyper, http, and http-body by @olix0r in #2737
- build(deps): Update rustls and ring by @olix0r in #2735
- build(deps): Bump all remaining deps by @olix0r in #2738
Full Changelog: release/v2.221.0...release/v2.222.0
v2.221.0
What's Changed
- build(deps): bump rcgen from 0.11.3 to 0.12.0 by @dependabot in #2677
- build(deps): bump jobserver from 0.1.26 to 0.1.27 by @dependabot in #2679
- build(deps): bump bumpalo from 3.12.0 to 3.14.0 by @dependabot in #2678
- outbound: Log and remove l5d-proxy-error from responses by @olix0r in #2694
- http: Parameterize NewServeHttp by @olix0r in #2696
- gateway: Avoid double http prefixing in metric names by @olix0r in #2701
Full Changelog: release/v2.220.0...release/v2.221.0