From ff5f56b40edb7d6e7ead458e6b1d6bd025ef645c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 04:30:20 +0000 Subject: [PATCH] chore: release --- Cargo.toml | 4 ++-- bin/agent/CHANGELOG.md | 10 ++++++++++ bin/agent/Cargo.toml | 2 +- bin/relayer/CHANGELOG.md | 15 +++++++++++++++ bin/relayer/Cargo.toml | 2 +- crates/cert_utils/CHANGELOG.md | 10 ++++++++++ crates/cert_utils/Cargo.toml | 2 +- crates/protocol/CHANGELOG.md | 10 ++++++++++ crates/protocol/Cargo.toml | 4 ++-- crates/protocol_ed25519/CHANGELOG.md | 6 ++++++ crates/protocol_ed25519/Cargo.toml | 2 +- 11 files changed, 59 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8c7ae70..806c878 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,8 @@ members = [ [workspace.dependencies] p2p = { package = "atm0s-small-p2p", git = "https://github.com/marverlous811/atm0s-small-p2p", rev = "cf2b2d4f464aa9940569bfb39e4d9e2ccf1e1556" } -protocol = { path = "crates/protocol", package = "atm0s-reverse-proxy-protocol", version = "0.2.1" } -protocol-ed25519 = { path = "crates/protocol_ed25519", package = "atm0s-reverse-proxy-protocol-ed25519", version = "0.1.3" } +protocol = { path = "crates/protocol", package = "atm0s-reverse-proxy-protocol", version = "0.3.0" } +protocol-ed25519 = { path = "crates/protocol_ed25519", package = "atm0s-reverse-proxy-protocol-ed25519", version = "0.1.4" } log = "0.4" tokio-yamux = "0.3" diff --git a/bin/agent/CHANGELOG.md b/bin/agent/CHANGELOG.md index e4a49f1..fe83b33 100644 --- a/bin/agent/CHANGELOG.md +++ b/bin/agent/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-agent-v0.2.0...atm0s-reverse-proxy-agent-v0.2.1) - 2024-10-22 + +### Fixed + +- agent id generate crash ([#74](https://github.com/8xFF/atm0s-reverse-proxy/pull/74)) + +### Other + +- small-sdn with quic ([#70](https://github.com/8xFF/atm0s-reverse-proxy/pull/70)) + ## [0.2.0](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-agent-v0.1.2...atm0s-reverse-proxy-agent-v0.2.0) - 2024-10-04 ### Fixed diff --git a/bin/agent/Cargo.toml b/bin/agent/Cargo.toml index 2ce4197..1b96574 100644 --- a/bin/agent/Cargo.toml +++ b/bin/agent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atm0s-reverse-proxy-agent" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Agent for reverse proxy cluster" license = "MIT" diff --git a/bin/relayer/CHANGELOG.md b/bin/relayer/CHANGELOG.md index c5cf1b3..be8c0ad 100644 --- a/bin/relayer/CHANGELOG.md +++ b/bin/relayer/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-relayer-v0.3.0...atm0s-reverse-proxy-relayer-v0.4.0) - 2024-10-22 + +### Added + +- add metrics for relayer ([#72](https://github.com/8xFF/atm0s-reverse-proxy/pull/72)) +- update sdn for network connect authorizing ([#73](https://github.com/8xFF/atm0s-reverse-proxy/pull/73)) + +### Fixed + +- agent id generate crash ([#74](https://github.com/8xFF/atm0s-reverse-proxy/pull/74)) + +### Other + +- small-sdn with quic ([#70](https://github.com/8xFF/atm0s-reverse-proxy/pull/70)) + ## [0.3.0](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-relayer-v0.2.0...atm0s-reverse-proxy-relayer-v0.3.0) - 2024-10-04 ### Other diff --git a/bin/relayer/Cargo.toml b/bin/relayer/Cargo.toml index 45735a4..b1abc04 100644 --- a/bin/relayer/Cargo.toml +++ b/bin/relayer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atm0s-reverse-proxy-relayer" -version = "0.3.0" +version = "0.4.0" edition = "2021" description = "Server for atm0s-reverse proxy cluster" license = "MIT" diff --git a/crates/cert_utils/CHANGELOG.md b/crates/cert_utils/CHANGELOG.md index 4e68e7b..aed8fb7 100644 --- a/crates/cert_utils/CHANGELOG.md +++ b/crates/cert_utils/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-cert-utils-v0.1.0...atm0s-reverse-proxy-cert-utils-v0.1.1) - 2024-10-22 + +### Fixed + +- agent id generate crash ([#74](https://github.com/8xFF/atm0s-reverse-proxy/pull/74)) + +### Other + +- small-sdn with quic ([#70](https://github.com/8xFF/atm0s-reverse-proxy/pull/70)) + ## [0.1.0](https://github.com/8xFF/atm0s-reverse-proxy/releases/tag/atm0s-reverse-proxy-cert-utils-v0.1.0) - 2024-08-17 ### Fixed diff --git a/crates/cert_utils/Cargo.toml b/crates/cert_utils/Cargo.toml index ed5b1e4..9f64d6c 100644 --- a/crates/cert_utils/Cargo.toml +++ b/crates/cert_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atm0s-reverse-proxy-cert-utils" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "Cert utils for atm0s-reverse proxy cluster" license = "MIT" diff --git a/crates/protocol/CHANGELOG.md b/crates/protocol/CHANGELOG.md index 4cd0d64..6caecff 100644 --- a/crates/protocol/CHANGELOG.md +++ b/crates/protocol/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-protocol-v0.2.1...atm0s-reverse-proxy-protocol-v0.3.0) - 2024-10-22 + +### Fixed + +- agent id generate crash ([#74](https://github.com/8xFF/atm0s-reverse-proxy/pull/74)) + +### Other + +- small-sdn with quic ([#70](https://github.com/8xFF/atm0s-reverse-proxy/pull/70)) + ## [0.2.1](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-protocol-v0.2.0...atm0s-reverse-proxy-protocol-v0.2.1) - 2024-10-04 ### Fixed diff --git a/crates/protocol/Cargo.toml b/crates/protocol/Cargo.toml index 71a9885..257716b 100644 --- a/crates/protocol/Cargo.toml +++ b/crates/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atm0s-reverse-proxy-protocol" -version = "0.2.1" +version = "0.3.0" edition = "2021" description = "Protocol for atm0s-reverse proxy cluster" license = "MIT" @@ -14,4 +14,4 @@ tokio = { workspace = true, features = ["io-util"] } log = { workspace = true } anyhow = { workspace = true } tokio-util = { workspace = true, features = ["codec"] } -derive_more = { workspace = true, features = ["from", "into", "deref"] } \ No newline at end of file +derive_more = { workspace = true, features = ["from", "into", "deref"] } diff --git a/crates/protocol_ed25519/CHANGELOG.md b/crates/protocol_ed25519/CHANGELOG.md index cf39d37..b260713 100644 --- a/crates/protocol_ed25519/CHANGELOG.md +++ b/crates/protocol_ed25519/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-protocol-ed25519-v0.1.3...atm0s-reverse-proxy-protocol-ed25519-v0.1.4) - 2024-10-22 + +### Other + +- small-sdn with quic ([#70](https://github.com/8xFF/atm0s-reverse-proxy/pull/70)) + ## [0.1.3](https://github.com/8xFF/atm0s-reverse-proxy/compare/atm0s-reverse-proxy-protocol-ed25519-v0.1.2...atm0s-reverse-proxy-protocol-ed25519-v0.1.3) - 2024-10-04 ### Other diff --git a/crates/protocol_ed25519/Cargo.toml b/crates/protocol_ed25519/Cargo.toml index 6dded70..8d3bac4 100644 --- a/crates/protocol_ed25519/Cargo.toml +++ b/crates/protocol_ed25519/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atm0s-reverse-proxy-protocol-ed25519" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "Protocol implement with Ed25519 for atm0s-reverse proxy cluster" license = "MIT"