Skip to content

Commit ba08768

Browse files
authored
Merge pull request #39 from michaelw/release-please--branches--main--components--ext-authz-token-exchange
chore(main): release 0.2.0
2 parents d3b444e + 02a6bdf commit ba08768

3 files changed

Lines changed: 24 additions & 16 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/michaelw/ext-authz-token-exchange/compare/v0.1.0...v0.2.0) (2026-05-07)
4+
5+
6+
### Features
7+
8+
* **charts:** split plugin and demo helm releases ([130dd96](https://github.com/michaelw/ext-authz-token-exchange/commit/130dd9671e1c83febef50f836d7ea36591369606))
9+
* **demo:** report live deployment status ([ab72cb5](https://github.com/michaelw/ext-authz-token-exchange/commit/ab72cb585bc44b523ae10c5048690b966aced086))
10+
* **policy:** adopt nested match and exchange schema ([28be7a1](https://github.com/michaelw/ext-authz-token-exchange/commit/28be7a11f34a2e8ff592bfa4229d4a0c5ceb5736))
11+
12+
13+
### Bug Fixes
14+
15+
* **chart:** use env for runtime configuration ([c4c3515](https://github.com/michaelw/ext-authz-token-exchange/commit/c4c351538088dd8d0c5618e69314d201c4d860a3))
16+
* **chart:** use env for runtime configuration ([a835889](https://github.com/michaelw/ext-authz-token-exchange/commit/a8358897daf520610d64eecaf9e62d3b3079a330))
17+
* **ci:** use app token for release please ([d3b444e](https://github.com/michaelw/ext-authz-token-exchange/commit/d3b444e79a3c07a31be5c6ef09ce79f36855956c))
18+
* **ci:** use app token for release please ([a468b2e](https://github.com/michaelw/ext-authz-token-exchange/commit/a468b2e89ee87b5e3dc8e5e554a5dc7662baa328))
19+
* **server:** clarify health check logging ([9cf2b4c](https://github.com/michaelw/ext-authz-token-exchange/commit/9cf2b4c74dfae3565fce5957d6ffde537ed0460b))
20+
* **server:** clarify health check logging ([ae68013](https://github.com/michaelw/ext-authz-token-exchange/commit/ae6801336ca078241d44e94c87d5a670fb2c485f))

charts/ext-authz-token-exchange/Chart.yaml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,9 @@
11
apiVersion: v2
22
type: application
33
name: ext-authz-token-exchange
4-
description: >-
5-
Envoy Ext AuthZ token exchange plugin
6-
7-
8-
# This is the chart version. This version number should be incremented each time you make changes
9-
# to the chart and its templates, including the app version.
10-
# Versions are expected to follow Semantic Versioning (https://semver.org/)
11-
version: 0.1.0
12-
13-
# This is the version number of the application being deployed. This version number should be
14-
# incremented each time you make changes to the application. Versions are not expected to
15-
# follow Semantic Versioning. They should reflect the version the application is using.
16-
# It is recommended to use it with quotes.
17-
appVersion: "0.1.0"
18-
4+
description: Envoy Ext AuthZ token exchange plugin
5+
version: 0.2.0
6+
appVersion: 0.2.0
197
dependencies:
208
- name: common.itsumi
219
version: 0.5.1

0 commit comments

Comments
 (0)