Alex Leong
db495d6765
refactor(proxy-injector): make injection code take a value overrider as a parameter ( #14037 )
...
In order to make the way that proxy injector patches more flexible, we adjust the method signature of `ResourceConfig.GetPodPatch` to accept a `ValueOverrider`. The type of `ValueOverrider` is:
```
func(values *l5dcharts.Values, overrides map[string]string, namedPorts map[string]int32) (*l5dcharts.Values, error)
```
and specifies how overrides (in the form of pod and namespace annotations) get translated into values for the proxy patch template.
The current override behavior, specified in `GetOverriddenValues`, is supplied in all cases, making this a refactor with no functional changes.
Signed-off-by: Alex Leong <alex@buoyant.io>
2025-05-23 15:30:58 -07:00
dependabot[bot]
efe4add1f4
build(deps): bump tj-actions/changed-files ( #14049 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 403a8a6fd188648f8a5adab2047d8eab5c0a4b34 to 3981e4f74104e7a4c67a835e1e5dd5d9eb0f0a57.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](403a8a6fd1...3981e4f741
)
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: 3981e4f74104e7a4c67a835e1e5dd5d9eb0f0a57
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-23 15:29:47 -07:00
dependabot[bot]
940f76fc1c
build(deps): bump tj-actions/changed-files ( #14045 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 480f49412651059a414a6a5c96887abb1877de8a to 403a8a6fd188648f8a5adab2047d8eab5c0a4b34.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](480f494126...403a8a6fd1
)
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: 403a8a6fd188648f8a5adab2047d8eab5c0a4b34
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-22 10:57:09 -07:00
dependabot[bot]
1e5ef8eb46
build(deps): bump DavidAnson/markdownlint-cli2-action from 19.1.0 to 20.0.0 ( #14032 )
...
* build(deps): bump DavidAnson/markdownlint-cli2-action
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action ) from 19.1.0 to 20.0.0.
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases )
- [Commits](05f32210e8...992badcdf2
)
---
updated-dependencies:
- dependency-name: DavidAnson/markdownlint-cli2-action
dependency-version: 20.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix markdown lints
Signed-off-by: Alex Leong <alex@buoyant.io>
* fix additional markdownlint
Signed-off-by: Alex Leong <alex@buoyant.io>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Alex Leong <alex@buoyant.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Leong <alex@buoyant.io>
2025-05-22 10:56:48 -07:00
Alejandro Pedraza
eb4bfd3260
fix(multicluster): affinities for controllers ( #14028 )
...
Fixes #14008
In the linkerd-multicluster chart (or via `linkerd mc install|upgrade`),
setting `enablePodAntiAffinity: true` for specific multicluster
controllers or globally was causing the following error:
```
Error: template: linkerd-multicluster/templates/controller/pdb.yaml:12:7: executing "linkerd-multicluster/templates/controller/pdb.yaml" at <include "partials.annotations.created-by" .>: error calling include: template: linkerd-multicluster/charts/partials/templates/_metadata.tpl:2:33: executing "partials.annotations.created-by" at <.Values.cliVersion>: nil pointer evaluating interface {}.cliVersion
```
The problem was with the PodDisruptionBudget manifest not passing the
proper context to the `annotations.created-by` partials.
Also, the `nodeAffinity` setting wasn't being taken into account for
such controllers.
The output can be tested with `bin/linkerd mc install -f values.yaml`,
using this as `values.yaml` (put something that makes sense for
nodeAffinity, if you want to apply this to the cluster):
```yaml
controllers:
- link:
ref:
name: target1
enablePodAntiAffinity: true
nodeAffinity:
foo: bar
```
Note: Also added `multicluster/charts/**` to the changed-files actions
list, for the multicluster tests to be triggered whenever a multicluster
manifest changes.
2025-05-22 11:46:48 -05:00
katelyn martin
29c9016b08
chore(deps): sort and organize dependencies ( #13969 )
...
this commit tends to our package manifests.
dependencies are sorted, and dependencies whose metadata are longer than
80 characters are tweaked to be declared as tables. local dependencies
are updated to consistently follow the convention that they be listed
after other external crates.io dependencies.
Signed-off-by: katelyn martin <kate@buoyant.io>
2025-05-22 12:46:13 -04:00
dependabot[bot]
b3388f84cd
build(deps): bump hyper-util from 0.1.11 to 0.1.12 ( #14038 )
...
Bumps [hyper-util](https://github.com/hyperium/hyper-util ) from 0.1.11 to 0.1.12.
- [Release notes](https://github.com/hyperium/hyper-util/releases )
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/hyper-util/compare/v0.1.11...v0.1.12 )
---
updated-dependencies:
- dependency-name: hyper-util
dependency-version: 0.1.12
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-21 12:52:26 -07:00
dependabot[bot]
b6f22f3330
build(deps): bump windows-core from 0.61.0 to 0.61.2 ( #14039 )
...
Bumps [windows-core](https://github.com/microsoft/windows-rs ) from 0.61.0 to 0.61.2.
- [Release notes](https://github.com/microsoft/windows-rs/releases )
- [Commits](https://github.com/microsoft/windows-rs/commits )
---
updated-dependencies:
- dependency-name: windows-core
dependency-version: 0.61.2
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-21 12:52:11 -07:00
dependabot[bot]
b80764174c
build(deps): bump errno from 0.3.11 to 0.3.12 ( #14040 )
...
Bumps [errno](https://github.com/lambda-fairy/rust-errno ) from 0.3.11 to 0.3.12.
- [Release notes](https://github.com/lambda-fairy/rust-errno/releases )
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md )
- [Commits](https://github.com/lambda-fairy/rust-errno/compare/v0.3.11...v0.3.12 )
---
updated-dependencies:
- dependency-name: errno
dependency-version: 0.3.12
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-21 12:51:32 -07:00
dependabot[bot]
dba33f96cd
build(deps): bump windows-strings from 0.4.0 to 0.4.2 ( #14041 )
...
Bumps [windows-strings](https://github.com/microsoft/windows-rs ) from 0.4.0 to 0.4.2.
- [Release notes](https://github.com/microsoft/windows-rs/releases )
- [Commits](https://github.com/microsoft/windows-rs/commits )
---
updated-dependencies:
- dependency-name: windows-strings
dependency-version: 0.4.2
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-21 12:51:07 -07:00
dependabot[bot]
44580cf88a
build(deps): bump windows-result from 0.3.2 to 0.3.4 ( #14042 )
...
Bumps [windows-result](https://github.com/microsoft/windows-rs ) from 0.3.2 to 0.3.4.
- [Release notes](https://github.com/microsoft/windows-rs/releases )
- [Commits](https://github.com/microsoft/windows-rs/commits )
---
updated-dependencies:
- dependency-name: windows-result
dependency-version: 0.3.4
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-21 12:50:46 -07:00
l5d-bot
18db0f6d49
proxy: v2.298.0 ( #14043 )
...
Release notes: https://github.com/linkerd/linkerd2-proxy/releases/tag/release/v2.298.0
Signed-off-by: l5d-bot <l5d-bot@users.noreply.github.com>
Co-authored-by: l5d-bot <l5d-bot@users.noreply.github.com>
2025-05-21 12:40:10 -07:00
Oliver Gould
b4d641cb64
chore: Update MAINTAINERS.md ( #14044 )
...
* chore: Update MAINTAINERS.md
Co-authored-by: katelyn martin <me+cratelyn@katelyn.world>
2025-05-21 12:39:44 -07:00
dependabot[bot]
1b7d1b97fe
build(deps-dev): bump webpack from 5.99.7 to 5.99.8 in /web/app ( #14012 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.99.7 to 5.99.8.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.99.7...v5.99.8 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.99.8
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 15:55:37 -07:00
dependabot[bot]
9903db2e3b
build(deps): bump @babel/eslint-plugin from 7.27.0 to 7.27.1 in /web/app ( #14013 )
...
Bumps [@babel/eslint-plugin](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-plugin ) from 7.27.0 to 7.27.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.1/eslint/babel-eslint-plugin )
---
updated-dependencies:
- dependency-name: "@babel/eslint-plugin"
dependency-version: 7.27.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 15:52:06 -07:00
dependabot[bot]
697ed6105a
build(deps): bump core-js from 3.41.0 to 3.42.0 in /web/app ( #14014 )
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.41.0 to 3.42.0.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/commits/v3.42.0/packages/core-js )
---
updated-dependencies:
- dependency-name: core-js
dependency-version: 3.42.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 15:44:12 -07:00
dependabot[bot]
27dd8d6236
build(deps): bump the clap group with 2 updates ( #14015 )
...
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.37 to 4.5.38
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.37...clap_complete-v4.5.38 )
Updates `clap_builder` from 4.5.37 to 4.5.38
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.5.37...v4.5.38 )
---
updated-dependencies:
- dependency-name: clap
dependency-version: 4.5.38
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: clap
- dependency-name: clap_builder
dependency-version: 4.5.38
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: clap
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 15:43:54 -07:00
dependabot[bot]
d78f1288a1
build(deps): bump rustls-webpki from 0.103.2 to 0.103.3 ( #14017 )
...
Bumps [rustls-webpki](https://github.com/rustls/webpki ) from 0.103.2 to 0.103.3.
- [Release notes](https://github.com/rustls/webpki/releases )
- [Commits](https://github.com/rustls/webpki/compare/v/0.103.2...v/0.103.3 )
---
updated-dependencies:
- dependency-name: rustls-webpki
dependency-version: 0.103.3
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 15:43:33 -07:00
dependabot[bot]
a26071dea6
build(deps): bump tj-actions/changed-files ( #14019 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 11fe0a22639570798676000acac7be726130b5ee to 480f49412651059a414a6a5c96887abb1877de8a.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](11fe0a2263...480f494126
)
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: 480f49412651059a414a6a5c96887abb1877de8a
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 15:43:10 -07:00
William Morgan
18213a8fcf
chore(readme): trivial copyright date bump ( #14023 )
2025-05-20 15:42:43 -07:00
l5d-bot
110a355c55
proxy: v2.297.0 ( #14024 )
...
Release notes: https://github.com/linkerd/linkerd2-proxy/releases/tag/release/v2.297.0
Signed-off-by: l5d-bot <l5d-bot@users.noreply.github.com>
Co-authored-by: l5d-bot <l5d-bot@users.noreply.github.com>
2025-05-20 15:41:39 -07:00
dependabot[bot]
45194658fe
build(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.1 ( #14025 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.72.0 to 1.72.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.72.0...v1.72.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.72.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 15:41:21 -07:00
dependabot[bot]
cdb23ac30f
build(deps): bump tower-http from 0.6.3 to 0.6.4 ( #14018 )
...
Bumps [tower-http](https://github.com/tower-rs/tower-http ) from 0.6.3 to 0.6.4.
- [Release notes](https://github.com/tower-rs/tower-http/releases )
- [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.3...tower-http-0.6.4 )
---
updated-dependencies:
- dependency-name: tower-http
dependency-version: 0.6.4
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 15:40:37 -07:00
dependabot[bot]
cec0311c51
build(deps): bump bitflags from 2.9.0 to 2.9.1 ( #14026 )
...
Bumps [bitflags](https://github.com/bitflags/bitflags ) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/bitflags/bitflags/releases )
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bitflags/bitflags/compare/2.9.0...2.9.1 )
---
updated-dependencies:
- dependency-name: bitflags
dependency-version: 2.9.1
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 15:39:15 -07:00
dependabot[bot]
f55fd1f9ca
build(deps): bump github.com/prometheus/common from 0.63.0 to 0.64.0 ( #14030 )
...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common ) from 0.63.0 to 0.64.0.
- [Release notes](https://github.com/prometheus/common/releases )
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md )
- [Commits](https://github.com/prometheus/common/compare/v0.63.0...v0.64.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/common
dependency-version: 0.64.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 15:37:55 -07:00
dependabot[bot]
20b6f36bc6
build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 ( #14031 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 5.4.2 to 5.4.3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](ad3126e916...18283e04ce
)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: 5.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 15:37:29 -07:00
dependabot[bot]
0c2c03e436
build(deps): bump cc from 1.2.21 to 1.2.23 ( #14035 )
...
Bumps [cc](https://github.com/rust-lang/cc-rs ) from 1.2.21 to 1.2.23.
- [Release notes](https://github.com/rust-lang/cc-rs/releases )
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.21...cc-v1.2.23 )
---
updated-dependencies:
- dependency-name: cc
dependency-version: 1.2.23
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-20 15:32:42 -07:00
Alex Leong
bc84368d85
chore(CLI): Remove unused alpha CLI subcommand
...
The Linkerd CLI has a `alpha` subcommand that was previously used to hold experimental subcommands such as ones related to SMI. All experimental subcommands have been removed and therefore the `alpha` subcommand is empty. This causes a pointless section to be printed at the end of the linkerd CLI usage help:
```
[...]
Additional help topics:
linkerd alpha experimental subcommands for Linkerd
Use "linkerd [command] --help" for more information about a command.
```
We remove this empty command so that it no longer shows up in the usage help:
```
Use "linkerd [command] --help" for more information about a command.
```
Signed-off-by: Alex Leong <alex@buoyant.io>
2025-05-12 11:44:48 -07:00
dependabot[bot]
c291a0489b
build(deps): bump backtrace from 0.3.74 to 0.3.75 ( #14000 )
...
Bumps [backtrace](https://github.com/rust-lang/backtrace-rs ) from 0.3.74 to 0.3.75.
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases )
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.74...backtrace-v0.3.75 )
---
updated-dependencies:
- dependency-name: backtrace
dependency-version: 0.3.75
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-08 12:09:29 -05:00
dependabot[bot]
fdaae3fb78
build(deps): bump rustls-pki-types from 1.11.0 to 1.12.0 ( #14004 )
...
Bumps [rustls-pki-types](https://github.com/rustls/pki-types ) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/rustls/pki-types/releases )
- [Commits](https://github.com/rustls/pki-types/compare/v/1.11.0...v/1.12.0 )
---
updated-dependencies:
- dependency-name: rustls-pki-types
dependency-version: 1.12.0
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-08 12:08:46 -05:00
dependabot[bot]
a7f8eeca2d
build(deps): bump tower-http from 0.6.2 to 0.6.3 ( #14005 )
...
Bumps [tower-http](https://github.com/tower-rs/tower-http ) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/tower-rs/tower-http/releases )
- [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.2...tower-http-0.6.3 )
---
updated-dependencies:
- dependency-name: tower-http
dependency-version: 0.6.3
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-08 12:08:19 -05:00
dependabot[bot]
96513404a5
build(deps): bump tj-actions/changed-files ( #14006 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from e7b157b1c4ad44acfc8d9be14b8cd8f5058636e3 to 11fe0a22639570798676000acac7be726130b5ee.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](e7b157b1c4...11fe0a2263
)
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: 11fe0a22639570798676000acac7be726130b5ee
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-08 12:07:50 -05:00
dependabot[bot]
f57aa59a99
build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 ( #14007 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](0aaccfd150...d35c59abb0
)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: 5.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-08 12:06:24 -05:00
Alejandro Pedraza
4fa4d667c1
build: validate edge version in release workflow ( #13993 )
...
Currently when an edge version is tagged, it gets validated only until
the chart_deploy job. If it fails, the release CLI gets published but
the chart not, leaving things in a mixed bad state.
This change validates the version early on in the release.yml workflow.
It repurposes the script bin/helm-bump-edge as bin/compute-edge-version
which performs the validation, and optionally mutates the version in the
helm charts (the latter being used only in the chart_deploy job).
The following tests the functionality, assuming the tip of the repo is tagged as
`edge-25.5.1` and a new tag is expected to be `edge-25.5.2`:
```bash
# Remove current tag
$ git tag -d edge-25.5.1
# Test with invalid tag
$ git tag edge-25.5.3
$ bin/compute-edge-version
Tag (edge-25.5.3) doesn't match computed edge version (edge-25.5.2)
# Test with valid tag
$ git tag -d edge-25.5.3
Deleted tag 'edge-25.5.3' (was 4823b7af3
)
$ git tag edge-25.5.2
# Empty results means success
$ bin/compute-edge-version
# Mutate charts
$ bin/compute-edge-version update-charts
Bumping charts/linkerd2-cni/Chart.yaml to 2025.5.2
Bumping charts/linkerd-control-plane/Chart.yaml to 2025.5.2
Bumping charts/linkerd-crds/Chart.yaml to 2025.5.2
Bumping jaeger/charts/linkerd-jaeger/Chart.yaml to 2025.5.2
Bumping multicluster/charts/linkerd-multicluster/Chart.yaml to 2025.5.2
Bumping viz/charts/linkerd-viz/Chart.yaml to 2025.5.2
```
2025-05-08 12:05:32 -05:00
dependabot[bot]
2f19be70ec
build(deps): bump tj-actions/changed-files ( #14003 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 4168bb487d5b82227665ab4ec90b67ce02691741 to e7b157b1c4ad44acfc8d9be14b8cd8f5058636e3.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](4168bb487d...e7b157b1c4
)
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: e7b157b1c4ad44acfc8d9be14b8cd8f5058636e3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-07 07:17:07 -05:00
dependabot[bot]
fd2b079e50
build(deps): bump golang.org/x/tools from 0.32.0 to 0.33.0 ( #13999 )
...
Bumps [golang.org/x/tools](https://github.com/golang/tools ) from 0.32.0 to 0.33.0.
- [Release notes](https://github.com/golang/tools/releases )
- [Commits](https://github.com/golang/tools/compare/v0.32.0...v0.33.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-version: 0.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-07 07:16:28 -05:00
dependabot[bot]
a0bbf55393
build(deps): bump tokio from 1.44.2 to 1.45.0 ( #14001 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.44.2 to 1.45.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.2...tokio-1.45.0 )
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.45.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-07 07:15:50 -05:00
l5d-bot
c51659ed02
proxy: v2.296.0 ( #14002 )
...
Release notes: https://github.com/linkerd/linkerd2-proxy/releases/tag/release/v2.296.0
Signed-off-by: l5d-bot <l5d-bot@users.noreply.github.com>
Co-authored-by: l5d-bot <l5d-bot@users.noreply.github.com>
2025-05-07 07:15:26 -05:00
dependabot[bot]
29f8bef534
build(deps): bump h2 from 0.4.9 to 0.4.10 ( #13996 )
...
Bumps [h2](https://github.com/hyperium/h2 ) from 0.4.9 to 0.4.10.
- [Release notes](https://github.com/hyperium/h2/releases )
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/h2/compare/v0.4.9...v0.4.10 )
---
updated-dependencies:
- dependency-name: h2
dependency-version: 0.4.10
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 09:17:59 -05:00
dependabot[bot]
614063130e
build(deps): bump rustls from 0.23.26 to 0.23.27 ( #13995 )
...
Bumps [rustls](https://github.com/rustls/rustls ) from 0.23.26 to 0.23.27.
- [Release notes](https://github.com/rustls/rustls/releases )
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rustls/rustls/compare/v/0.23.26...v/0.23.27 )
---
updated-dependencies:
- dependency-name: rustls
dependency-version: 0.23.27
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 09:17:26 -05:00
dependabot[bot]
e948fda5cc
build(deps): bump rustls-webpki from 0.103.1 to 0.103.2 ( #13997 )
...
Bumps [rustls-webpki](https://github.com/rustls/webpki ) from 0.103.1 to 0.103.2.
- [Release notes](https://github.com/rustls/webpki/releases )
- [Commits](https://github.com/rustls/webpki/compare/v/0.103.1...v/0.103.2 )
---
updated-dependencies:
- dependency-name: rustls-webpki
dependency-version: 0.103.2
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 09:17:04 -05:00
dependabot[bot]
6ae0ba124f
build(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 ( #13998 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.39.0 to 0.40.0.
- [Commits](https://github.com/golang/net/compare/v0.39.0...v0.40.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-06 09:16:40 -05:00
dependabot[bot]
227d0edbef
build(deps-dev): bump @babel/preset-react in /web/app ( #13989 )
...
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react ) from 7.26.3 to 7.27.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-preset-react )
---
updated-dependencies:
- dependency-name: "@babel/preset-react"
dependency-version: 7.27.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-05 20:53:49 -05:00
dependabot[bot]
c8cabf80cc
build(deps): bump tj-actions/changed-files ( #13986 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 5426ecc3f5c2b10effaefbd374f0abdc6a571b2f to 4168bb487d5b82227665ab4ec90b67ce02691741.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](5426ecc3f5...4168bb487d
)
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: 4168bb487d5b82227665ab4ec90b67ce02691741
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-05 20:47:06 -05:00
dependabot[bot]
bd0bb78458
build(deps-dev): bump @babel/runtime from 7.27.0 to 7.27.1 in /web/app ( #13988 )
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.27.0 to 7.27.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-runtime )
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-version: 7.27.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-05 16:17:21 -05:00
dependabot[bot]
0f2980169e
build(deps-dev): bump @babel/core from 7.26.10 to 7.27.1 in /web/app ( #13990 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.26.10 to 7.27.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-version: 7.27.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-05 16:13:35 -05:00
dependabot[bot]
862635edbb
build(deps): bump cc from 1.2.20 to 1.2.21 ( #13991 )
...
Bumps [cc](https://github.com/rust-lang/cc-rs ) from 1.2.20 to 1.2.21.
- [Release notes](https://github.com/rust-lang/cc-rs/releases )
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.20...cc-v1.2.21 )
---
updated-dependencies:
- dependency-name: cc
dependency-version: 1.2.21
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-05 15:49:56 -05:00
dependabot[bot]
4823b7af3e
build(deps): bump tokio-metrics from 0.4.1 to 0.4.2 ( #13983 )
...
Bumps [tokio-metrics](https://github.com/tokio-rs/tokio-metrics ) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/tokio-rs/tokio-metrics/releases )
- [Changelog](https://github.com/tokio-rs/tokio-metrics/blob/main/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/tokio-metrics/compare/v0.4.1...v0.4.2 )
---
updated-dependencies:
- dependency-name: tokio-metrics
dependency-version: 0.4.2
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-01 10:33:13 -07:00
dependabot[bot]
969b5071a7
build(deps): bump openssl-sys from 0.9.107 to 0.9.108 ( #13984 )
...
Bumps [openssl-sys](https://github.com/sfackler/rust-openssl ) from 0.9.107 to 0.9.108.
- [Release notes](https://github.com/sfackler/rust-openssl/releases )
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.107...openssl-sys-v0.9.108 )
---
updated-dependencies:
- dependency-name: openssl-sys
dependency-version: 0.9.108
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-01 10:29:23 -07:00
dependabot[bot]
fe0d97b690
build(deps): bump sha2 from 0.10.8 to 0.10.9 ( #13985 )
...
Bumps [sha2](https://github.com/RustCrypto/hashes ) from 0.10.8 to 0.10.9.
- [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.8...sha2-v0.10.9 )
---
updated-dependencies:
- dependency-name: sha2
dependency-version: 0.10.9
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-01 10:29:07 -07:00