Skip to content

Commit

Permalink
chore(release): sn_client-v0.107.7/sn_networking-v0.16.5/sn_protocol-…
Browse files Browse the repository at this point in the history
…v0.17.4/sn_transfers-v0.18.6/sn_cli-v0.93.6/sn_faucet-v0.4.27/sn_node-v0.108.2/sn_service_management-v0.3.5/node-launchpad-v0.3.7/sn-node-manager-v0.9.6/sn_node_rpc_client-v0.6.24
  • Loading branch information
joshuef committed Jun 4, 2024
1 parent d58bd0e commit 35ee1e6
Show file tree
Hide file tree
Showing 26 changed files with 157 additions and 56 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nat-detection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ libp2p = { version = "0.53", features = [
"macros",
"upnp",
] }
sn_networking = { path = "../sn_networking", version = "0.16.4" }
sn_networking = { path = "../sn_networking", version = "0.16.5" }
tokio = { version = "1.32.0", features = ["full"] }
tracing = { version = "~0.1.26" }
tracing-log = "0.2.0"
Expand Down
22 changes: 22 additions & 0 deletions node-launchpad/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.7](https://github.com/joshuef/safe_network/compare/node-launchpad-v0.3.6...node-launchpad-v0.3.7) - 2024-06-04

### Added
- *(launchpad)* enable user to reset nodes
- *(launchpad)* obtain stats from the metrics endpoint
- *(manager)* provide option to start metrics server using random ports

### Fixed
- *(launchpad)* update getting-started link
- *(launchpad)* modify the device status panel
- *(manager)* add metrics port if not set

### Other
- release
- release
- *(launchpad)* update text and logic for reset if discord_id change
- *(release)* sn_client-v0.107.5/sn_networking-v0.16.3/sn_cli-v0.93.4/sn_node-v0.107.4/node-launchpad-v0.3.5/sn-node-manager-v0.9.4/sn_auditor-v0.1.23/sn_peers_acquisition-v0.3.3/sn_faucet-v0.4.25/sn_node_rpc_client-v0.6.22
- *(launchpad)* move log line out of the loop
- *(launchpad)* clippy fixes
- *(launchpad)* update log folder structure
- *(release)* sn_auditor-v0.1.22/sn_faucet-v0.4.24/node-launchpad-v0.3.4

## [0.3.5](https://github.com/joshuef/safe_network/compare/node-launchpad-v0.3.4...node-launchpad-v0.3.5) - 2024-06-04

### Added
Expand Down
6 changes: 3 additions & 3 deletions node-launchpad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <[email protected]>"]
description = "Node Launchpad"
name = "node-launchpad"
version = "0.3.6"
version = "0.3.7"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -51,10 +51,10 @@ reqwest = { version = "0.12.2", default-features = false, features = [
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
signal-hook = "0.3.17"
sn-node-manager = { version = "0.9.5", path = "../sn_node_manager" }
sn-node-manager = { version = "0.9.6", path = "../sn_node_manager" }
sn_peers_acquisition = { version = "0.3.4", path = "../sn_peers_acquisition", features = ["network-contacts"]}
sn-releases = "~0.2.6"
sn_service_management = { version = "0.3.4", path = "../sn_service_management" }
sn_service_management = { version = "0.3.5", path = "../sn_service_management" }
strip-ansi-escapes = "0.2.0"
strum = { version = "0.26.1", features = ["derive"] }
sysinfo = "0.30.12"
Expand Down
2 changes: 1 addition & 1 deletion sn_auditor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ graphviz-rust = { version = "0.9.0", optional = true }
lazy_static = "1.4.0"
serde = { version = "1.0.133", features = ["derive", "rc"] }
serde_json = "1.0.108"
sn_client = { path = "../sn_client", version = "0.107.6" }
sn_client = { path = "../sn_client", version = "0.107.7" }
sn_logging = { path = "../sn_logging", version = "0.2.28" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.4" }
tiny_http = { version = "0.12", features = ["ssl-rustls"] }
Expand Down
8 changes: 8 additions & 0 deletions sn_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.93.6](https://github.com/joshuef/safe_network/compare/sn_cli-v0.93.5...sn_cli-v0.93.6) - 2024-06-04

### Other
- release
- release
- *(release)* sn_client-v0.107.5/sn_networking-v0.16.3/sn_cli-v0.93.4/sn_node-v0.107.4/node-launchpad-v0.3.5/sn-node-manager-v0.9.4/sn_auditor-v0.1.23/sn_peers_acquisition-v0.3.3/sn_faucet-v0.4.25/sn_node_rpc_client-v0.6.22
- *(network)* set metrics server to run on localhost

## [0.93.4](https://github.com/joshuef/safe_network/compare/sn_cli-v0.93.3...sn_cli-v0.93.4) - 2024-06-04

### Other
Expand Down
8 changes: 4 additions & 4 deletions sn_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_cli"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.93.5"
version = "0.93.6"

[[bin]]
path = "src/bin/main.rs"
Expand Down Expand Up @@ -58,10 +58,10 @@ reqwest = { version = "0.12.2", default-features = false, features = [
rmp-serde = "1.1.1"
serde = { version = "1.0.133", features = ["derive"] }
sn_build_info = { path = "../sn_build_info", version = "0.1.8" }
sn_client = { path = "../sn_client", version = "0.107.6" }
sn_client = { path = "../sn_client", version = "0.107.7" }
sn_logging = { path = "../sn_logging", version = "0.2.28" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.4" }
sn_protocol = { path = "../sn_protocol", version = "0.17.3" }
sn_protocol = { path = "../sn_protocol", version = "0.17.4" }
tempfile = "3.6.0"
tiny-keccak = "~2.0.2"
tokio = { version = "1.32.0", features = [
Expand All @@ -83,7 +83,7 @@ eyre = "0.6.8"
criterion = "0.5.1"
tempfile = "3.6.0"
rand = { version = "~0.8.5", features = ["small_rng"] }
sn_client = { path = "../sn_client", version = "0.107.6", features = [
sn_client = { path = "../sn_client", version = "0.107.7", features = [
"test-utils",
] }

Expand Down
8 changes: 8 additions & 0 deletions sn_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.107.7](https://github.com/joshuef/safe_network/compare/sn_client-v0.107.6...sn_client-v0.107.7) - 2024-06-04

### Other
- release
- release
- *(release)* sn_client-v0.107.5/sn_networking-v0.16.3/sn_cli-v0.93.4/sn_node-v0.107.4/node-launchpad-v0.3.5/sn-node-manager-v0.9.4/sn_auditor-v0.1.23/sn_peers_acquisition-v0.3.3/sn_faucet-v0.4.25/sn_node_rpc_client-v0.6.22
- *(network)* set metrics server to run on localhost

## [0.107.5](https://github.com/joshuef/safe_network/compare/sn_client-v0.107.4...sn_client-v0.107.5) - 2024-06-04

### Other
Expand Down
8 changes: 4 additions & 4 deletions sn_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_client"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.107.6"
version = "0.107.7"

[features]
default = []
Expand Down Expand Up @@ -49,11 +49,11 @@ rayon = "1.8.0"
rmp-serde = "1.1.1"
self_encryption = "~0.29.0"
serde = { version = "1.0.133", features = ["derive", "rc"] }
sn_networking = { path = "../sn_networking", version = "0.16.4" }
sn_protocol = { path = "../sn_protocol", version = "0.17.3" }
sn_networking = { path = "../sn_networking", version = "0.16.5" }
sn_protocol = { path = "../sn_protocol", version = "0.17.4" }
serde_json = "1.0"
sn_registers = { path = "../sn_registers", version = "0.3.14" }
sn_transfers = { path = "../sn_transfers", version = "0.18.5" }
sn_transfers = { path = "../sn_transfers", version = "0.18.6" }
tempfile = "3.6.0"
thiserror = "1.0.23"
tiny-keccak = "~2.0.2"
Expand Down
8 changes: 8 additions & 0 deletions sn_faucet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.27](https://github.com/joshuef/safe_network/compare/sn_faucet-v0.4.26...sn_faucet-v0.4.27) - 2024-06-04

### Other
- release
- release
- *(release)* sn_client-v0.107.5/sn_networking-v0.16.3/sn_cli-v0.93.4/sn_node-v0.107.4/node-launchpad-v0.3.5/sn-node-manager-v0.9.4/sn_auditor-v0.1.23/sn_peers_acquisition-v0.3.3/sn_faucet-v0.4.25/sn_node_rpc_client-v0.6.22
- *(release)* sn_auditor-v0.1.22/sn_faucet-v0.4.24/node-launchpad-v0.3.4

## [0.4.25](https://github.com/joshuef/safe_network/compare/sn_faucet-v0.4.24...sn_faucet-v0.4.25) - 2024-06-04

### Other
Expand Down
10 changes: 5 additions & 5 deletions sn_faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_faucet"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.4.26"
version = "0.4.27"

[features]
default = ["initial-data"]
Expand Down Expand Up @@ -38,12 +38,12 @@ minreq = { version = "2.11.0", features = ["https-rustls"], optional = true }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
sn_build_info = { path = "../sn_build_info", version = "0.1.8" }
sn_cli = { path = "../sn_cli", version = "0.93.5" }
sn_client = { path = "../sn_client", version = "0.107.6" }
sn_cli = { path = "../sn_cli", version = "0.93.6" }
sn_client = { path = "../sn_client", version = "0.107.7" }
sn_logging = { path = "../sn_logging", version = "0.2.28" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.4" }
sn_protocol = { path = "../sn_protocol", version = "0.17.3" }
sn_transfers = { path = "../sn_transfers", version = "0.18.5" }
sn_protocol = { path = "../sn_protocol", version = "0.17.4" }
sn_transfers = { path = "../sn_transfers", version = "0.18.6" }
tokio = { version = "1.32.0", features = ["parking_lot", "rt"] }
tracing = { version = "~0.1.26" }
url = "2.5.0"
Expand Down
8 changes: 8 additions & 0 deletions sn_networking/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.5](https://github.com/joshuef/safe_network/compare/sn_networking-v0.16.4...sn_networking-v0.16.5) - 2024-06-04

### Other
- release
- release
- *(release)* sn_client-v0.107.5/sn_networking-v0.16.3/sn_cli-v0.93.4/sn_node-v0.107.4/node-launchpad-v0.3.5/sn-node-manager-v0.9.4/sn_auditor-v0.1.23/sn_peers_acquisition-v0.3.3/sn_faucet-v0.4.25/sn_node_rpc_client-v0.6.22
- *(network)* set metrics server to run on localhost

## [0.16.3](https://github.com/joshuef/safe_network/compare/sn_networking-v0.16.2...sn_networking-v0.16.3) - 2024-06-04

### Other
Expand Down
6 changes: 3 additions & 3 deletions sn_networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_networking"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.16.4"
version = "0.16.5"

[features]
default = ["libp2p/quic"]
Expand Down Expand Up @@ -55,8 +55,8 @@ rayon = "1.8.0"
rmp-serde = "1.1.1"
serde = { version = "1.0.133", features = ["derive", "rc"] }
sn_build_info = { path="../sn_build_info", version = "0.1.8" }
sn_protocol = { path = "../sn_protocol", version = "0.17.3" }
sn_transfers = { path = "../sn_transfers", version = "0.18.5" }
sn_protocol = { path = "../sn_protocol", version = "0.17.4" }
sn_transfers = { path = "../sn_transfers", version = "0.18.6" }
sn_registers = { path = "../sn_registers", version = "0.3.14" }
sysinfo = { version = "0.30.8", default-features = false, optional = true }
thiserror = "1.0.23"
Expand Down
8 changes: 8 additions & 0 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.108.2](https://github.com/joshuef/safe_network/compare/sn_node-v0.108.1...sn_node-v0.108.2) - 2024-06-04

### Other
- release
- release
- *(release)* sn_client-v0.107.5/sn_networking-v0.16.3/sn_cli-v0.93.4/sn_node-v0.107.4/node-launchpad-v0.3.5/sn-node-manager-v0.9.4/sn_auditor-v0.1.23/sn_peers_acquisition-v0.3.3/sn_faucet-v0.4.25/sn_node_rpc_client-v0.6.22
- *(network)* set metrics server to run on localhost

## [0.107.4](https://github.com/joshuef/safe_network/compare/sn_node-v0.107.3...sn_node-v0.107.4) - 2024-06-04

### Added
Expand Down
14 changes: 7 additions & 7 deletions sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <[email protected]>"]
description = "Safe Node"
name = "sn_node"
version = "0.108.1"
version = "0.108.2"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -53,13 +53,13 @@ self_encryption = "~0.29.0"
serde = { version = "1.0.133", features = ["derive", "rc"] }
sn_build_info = { path = "../sn_build_info", version = "0.1.8" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.3.4" }
sn_client = { path = "../sn_client", version = "0.107.6" }
sn_client = { path = "../sn_client", version = "0.107.7" }
sn_logging = { path = "../sn_logging", version = "0.2.28" }
sn_networking = { path = "../sn_networking", version = "0.16.4" }
sn_protocol = { path = "../sn_protocol", version = "0.17.3" }
sn_networking = { path = "../sn_networking", version = "0.16.5" }
sn_protocol = { path = "../sn_protocol", version = "0.17.4" }
sn_registers = { path = "../sn_registers", version = "0.3.14" }
sn_transfers = { path = "../sn_transfers", version = "0.18.5" }
sn_service_management = { path = "../sn_service_management", version = "0.3.4" }
sn_transfers = { path = "../sn_transfers", version = "0.18.6" }
sn_service_management = { path = "../sn_service_management", version = "0.3.5" }
thiserror = "1.0.23"
tokio = { version = "1.32.0", features = [
"io-util",
Expand All @@ -86,7 +86,7 @@ reqwest = { version = "0.12.2", default-features = false, features = [
"rustls-tls-manual-roots",
] }
serde_json = "1.0"
sn_protocol = { path = "../sn_protocol", version = "0.17.3", features = [
sn_protocol = { path = "../sn_protocol", version = "0.17.4", features = [
"rpc",
] }
tempfile = "3.6.0"
Expand Down
Loading

0 comments on commit 35ee1e6

Please sign in to comment.