Skip to content

Commit 7a70b1f

Browse files
authored
chore: release (#1620)
## πŸ€– New release * `agntcy-slim-config`: 0.9.1 -> 0.9.2 (βœ“ API compatible changes) * `agntcy-slim`: 1.4.0-rc.2 -> 1.4.0-rc.3 * `agntcy-slim-bindings`: 1.4.0-rc.2 -> 1.4.0-rc.3 * `agntcy-slimctl`: 1.4.0-rc.2 -> 1.4.0-rc.3 * `agntcy-protoc-slimrpc-plugin`: 1.4.0-rc.2 -> 1.4.0-rc.3 * `agntcy-slim-tracing`: 0.3.10 -> 0.3.11 * `agntcy-slim-datapath`: 0.13.0 -> 0.13.1 * `agntcy-slim-mls`: 0.1.16 -> 0.1.17 * `agntcy-slim-session`: 0.1.13 -> 0.1.14 * `agntcy-slim-controller`: 0.6.0 -> 0.6.1 * `agntcy-slim-service`: 0.8.13 -> 0.8.14 <details><summary><i><b>Changelog</b></i></summary><p> ## `agntcy-slim-config` <blockquote> ## [0.9.2](slim-config-v0.9.1...slim-config-v0.9.2) - 2026-05-12 ### Other - update Cargo.lock dependencies </blockquote> ## `agntcy-slim` <blockquote> ## [1.4.0-rc.3](slim-v1.3.0...slim-v1.4.0-rc.3) - 2026-04-21 ### Other - update Cargo.lock dependencies </blockquote> ## `agntcy-slim-bindings` <blockquote> ## [1.4.0-rc.3](slim-bindings-v1.3.0...slim-bindings-v1.4.0-rc.3) - 2026-04-21 ### Added - add tower auth middleware using spire ([#1452](#1452)) ### Fixed - adding linters to Golang, Java and Kotlin bindings and generaliz… ([#1502](#1502)) ### Other - prepare 1.4.0-rc.3 ([#1530](#1530)) </blockquote> ## `agntcy-slimctl` <blockquote> ## [1.4.0-rc.3](slimctl-v1.3.0...slimctl-v1.4.0-rc.3) - 2026-04-21 ### Added - update controller connection ([#1485](#1485)) ### Fixed - *(slimctl)* correct test name spelling (writable) ([#1464](#1464)) ### Other - prepare 1.4.0-rc.3 ([#1530](#1530)) </blockquote> ## `agntcy-protoc-slimrpc-plugin` <blockquote> ## [1.4.0-rc.3](protoc-slimrpc-plugin-v1.3.0...protoc-slimrpc-plugin-v1.4.0-rc.3) - 2026-04-21 ### Fixed - *(bindings/go)* use ChannelInterface and ServerInterface in generated stubs ([#1426](#1426)) ### Other - prepare 1.4.0-rc.3 ([#1530](#1530)) </blockquote> ## `agntcy-slim-tracing` <blockquote> ## [0.3.11](slim-tracing-v0.3.10...slim-tracing-v0.3.11) - 2026-05-12 ### Other - updated the following local packages: agntcy-slim-config </blockquote> ## `agntcy-slim-datapath` <blockquote> ## [0.13.1](slim-datapath-v0.13.0...slim-datapath-v0.13.1) - 2026-05-12 ### Other - updated the following local packages: agntcy-slim-config, agntcy-slim-tracing </blockquote> ## `agntcy-slim-mls` <blockquote> ## [0.1.17](slim-mls-v0.1.16...slim-mls-v0.1.17) - 2026-05-12 ### Other - updated the following local packages: agntcy-slim-datapath </blockquote> ## `agntcy-slim-session` <blockquote> ## [0.1.14](slim-session-v0.1.13...slim-session-v0.1.14) - 2026-05-12 ### Other - updated the following local packages: agntcy-slim-datapath, agntcy-slim-mls </blockquote> ## `agntcy-slim-controller` <blockquote> ## [0.6.1](slim-controller-v0.6.0...slim-controller-v0.6.1) - 2026-05-12 ### Other - updated the following local packages: agntcy-slim-config, agntcy-slim-tracing, agntcy-slim-datapath, agntcy-slim-session </blockquote> ## `agntcy-slim-service` <blockquote> ## [0.8.14](slim-service-v0.8.13...slim-service-v0.8.14) - 2026-05-12 ### Other - updated the following local packages: agntcy-slim-config, agntcy-slim-datapath, agntcy-slim-mls, agntcy-slim-session, agntcy-slim-controller </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent 9cc3525 commit 7a70b1f

16 files changed

Lines changed: 63 additions & 21 deletions

File tree

β€Ždata-plane/Cargo.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždata-plane/Cargo.tomlβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ resolver = "2"
4141
agntcy-slim = { path = "core/slim", version = "1.4.0-rc.3" }
4242
agntcy-slim-auth = { path = "core/auth", version = "0.8.0" }
4343
agntcy-slim-bindings = { path = "bindings/rust", version = "1.4.0-rc.3" }
44-
agntcy-slim-config = { path = "core/config", version = "0.9.1" }
45-
agntcy-slim-controller = { path = "core/controller", version = "0.6.0" }
46-
agntcy-slim-datapath = { path = "core/datapath", version = "0.13.0" }
47-
agntcy-slim-mls = { path = "core/mls", version = "0.1.16" }
48-
agntcy-slim-service = { path = "core/service", version = "0.8.13", default-features = false }
49-
agntcy-slim-session = { path = "core/session", version = "0.1.13" }
44+
agntcy-slim-config = { path = "core/config", version = "0.9.2" }
45+
agntcy-slim-controller = { path = "core/controller", version = "0.6.1" }
46+
agntcy-slim-datapath = { path = "core/datapath", version = "0.13.1" }
47+
agntcy-slim-mls = { path = "core/mls", version = "0.1.17" }
48+
agntcy-slim-service = { path = "core/service", version = "0.8.14", default-features = false }
49+
agntcy-slim-session = { path = "core/session", version = "0.1.14" }
5050
agntcy-slim-signal = { path = "core/signal", version = "0.1.9" }
5151
agntcy-slim-testing = { path = "testing" }
52-
agntcy-slim-tracing = { path = "core/tracing", version = "0.3.10" }
52+
agntcy-slim-tracing = { path = "core/tracing", version = "0.3.11" }
5353
agntcy-slim-version = { path = "core/version", version = "1.4.0-rc.3" }
5454
agntcy-slimctl = { path = "slimctl", version = "1.4.0-rc.3" }
5555

β€Ždata-plane/core/config/CHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.2](https://github.com/agntcy/slim/compare/slim-config-v0.9.1...slim-config-v0.9.2) - 2026-05-12
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies
15+
1016
## [0.9.1](https://github.com/agntcy/slim/compare/slim-config-v0.9.0...slim-config-v0.9.1) - 2026-05-11
1117

1218
### Other

β€Ždata-plane/core/config/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agntcy-slim-config"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
edition = { workspace = true }
55
license = { workspace = true }
66
description = "Configuration utilities"

β€Ždata-plane/core/controller/CHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.1](https://github.com/agntcy/slim/compare/slim-controller-v0.6.0...slim-controller-v0.6.1) - 2026-05-12
11+
12+
### Other
13+
14+
- updated the following local packages: agntcy-slim-config, agntcy-slim-tracing, agntcy-slim-datapath, agntcy-slim-session
15+
1016
## [0.6.0](https://github.com/agntcy/slim/compare/slim-controller-v0.5.0...slim-controller-v0.6.0) - 2026-05-11
1117

1218
### Added

β€Ždata-plane/core/controller/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agntcy-slim-controller"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = { workspace = true }
55
license = { workspace = true }
66
description = "Controller service and control API to configure the SLIM data plane through the control plane."

β€Ždata-plane/core/datapath/CHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.13.1](https://github.com/agntcy/slim/compare/slim-datapath-v0.13.0...slim-datapath-v0.13.1) - 2026-05-12
11+
12+
### Other
13+
14+
- updated the following local packages: agntcy-slim-config, agntcy-slim-tracing
15+
1016
## [0.13.0](https://github.com/agntcy/slim/compare/slim-datapath-v0.12.3...slim-datapath-v0.13.0) - 2026-05-11
1117

1218
### Added

β€Ždata-plane/core/datapath/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agntcy-slim-datapath"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
edition = { workspace = true }
55
license = { workspace = true }
66
description = "Core data plane functionality for SLIM"

β€Ždata-plane/core/mls/CHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.17](https://github.com/agntcy/slim/compare/slim-mls-v0.1.16...slim-mls-v0.1.17) - 2026-05-12
11+
12+
### Other
13+
14+
- updated the following local packages: agntcy-slim-datapath
15+
1016
## [0.1.16](https://github.com/agntcy/slim/compare/slim-mls-v0.1.15...slim-mls-v0.1.16) - 2026-05-11
1117

1218
### Other

β€Ždata-plane/core/mls/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "agntcy-slim-mls"
33
edition = { workspace = true }
44
license = { workspace = true }
5-
version = "0.1.16"
5+
version = "0.1.17"
66
description = "Messaging Layer Security for SLIM data plane."
77

88
[lib]

0 commit comments

Comments
Β (0)