Skip to content

Commit be7667c

Browse files
authored
v0.1.7 (#27)
1 parent 8e8068d commit be7667c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
## v0.1.7
2+
3+
* Introduce a new Identity service.
4+
* destination: Deprecate `K8SPodIdentity` in favor of `DnsLikeIdentity`.
5+
* destination: Rename `proxy_id` field to `context_token`.
6+
17
## v0.1.6
28

3-
* Add proxy_id field to Get and GetProfile methods.
9+
* Add `proxy_id` field to Get and GetProfile methods.
410

511
## v0.1.5
612

rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linkerd2-proxy-api"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
authors = ["Oliver Gould <[email protected]>"]
55
publish = false
66

0 commit comments

Comments
 (0)