8000 Tags · linkerd/linkerd2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: linkerd/linkerd2

Tags

edge-25.7.1

Toggle edge-25.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(docs): update proxy update instructions (#14201)

these instructions are no longer accurate.

this commit removes reference to `bin/git-commit-proxy-version`, which
no longer exists, and adds mention of the automated `sync-proxy`
workflow that does this automatically when new proxy versions are
released.

Signed-off-by: katelyn martin <kate@buoyant.io>

edge-25.6.4

Toggle edge-25.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps-dev): bump jest from 30.0.0 to 30.0.2 in /web/app (#14165)

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 30.0.0 to 30.0.2.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.2/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-version: 30.0.2
  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>

Verified

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

edge-25.6.2

Toggle edge-25.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(policy-test): update expected response codes (#14124)

http://postman-echo.com now returns a 301 redirecting to
https://postman-echo.com. This change updatges our expected status codes to
reflect this change.

edge-25.6.1

Toggle edge-25.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump cc from 1.2.24 to 1.2.25 (#14090)

Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.24 to 1.2.25.
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.24...cc-v1.2.25)

---
updated-dependencies:
- dependency-name: cc
  dependency-version: 1.2.25
  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>

edge-25.5.5

Toggle edge-25.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump openssl-sys from 0.9.108 to 0.9.109 (#14078)

Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.108 to 0.9.109.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-sys-v0.9.108...openssl-sys-v0.9.109)

---
updated-dependencies:
- dependency-name: openssl-sys
  dependency-version: 0.9.109
  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>

edge-25.5.4

Toggle edge-25.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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](tj-actions/changed-files@480f494...403a8a6)

---
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>

edge-25.5.3

Toggle edge-25.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

edge-25.5.2

Toggle edge-25.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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](rust-lang/backtrace-rs@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>

edge-25.5.1

Toggle edge-25.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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](tokio-rs/tokio-metrics@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>
0