Skip to content

Commit

Permalink
chore(release): sn_auditor-v0.1.15/sn_cli-v0.91.3/sn_faucet-v0.4.17/s…
Browse files Browse the repository at this point in the history
…n_metrics-v0.1.6/sn_node-v0.106.3/sn_service_management-v0.2.7/node-launchpad-v0.1.2/sn_node_rpc_client-v0.6.16
  • Loading branch information
actions-user committed May 15, 2024
1 parent 5699007 commit 795c9a8
Show file tree
Hide file tree
Showing 18 changed files with 85 additions and 21 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

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

## [Unreleased]

## [0.1.2](https://github.com/maidsafe/safe_network/compare/node-launchpad-v0.1.1...node-launchpad-v0.1.2) - 2024-05-15

### Added
- *(launchpad)* initial automatic resource allocation logic
- *(launchpad)* allow users to input disk space to allocate
- *(launchpad)* store discord username to disk
- *(launchpad)* use escape to exit input screen and restore old value
- *(launchpad)* have customizable footer
- *(launchpad)* add discord username scene

### Fixed
- *(launchpad)* check if component is active before handling events
- *(launchpad)* prevent mac opening with sudo
- *(launchpad)* prevent loops from terminal/sudo relaunching
- use fixed size popups

### Other
- *(launchpad)* removing redudnat for loops
- move helper text inside popup
- change trigger resource allocation input box keybind
- *(launchpad)* highlight the table in green if we're currently running
- *(launchpad)* add more alternative keybinds
- change terminal launch behaviour
- use consistent border styles
- *(launchpad)* use safe data dir to store configs

## [0.1.1](https://github.com/maidsafe/safe_network/compare/node-launchpad-v0.1.0...node-launchpad-v0.1.1) - 2024-05-08

### Other
Expand Down
4 changes: 2 additions & 2 deletions node-launchpad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Node Launchpad"
name = "node-launchpad"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -47,7 +47,7 @@ signal-hook = "0.3.17"
sn-node-manager = { version = "0.7.5", path = "../sn_node_manager" }
sn_peers_acquisition = { version = "0.2.12", path = "../sn_peers_acquisition" }
sn-releases = "0.2.1"
sn_service_management = { version = "0.2.6", path = "../sn_service_management" }
sn_service_management = { version = "0.2.7", path = "../sn_service_management" }
strip-ansi-escapes = "0.2.0"
strum = { version = "0.26.1", features = ["derive"] }
sysinfo = "0.30.12"
Expand Down
5 changes: 5 additions & 0 deletions sn_auditor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.15](https://github.com/maidsafe/safe_network/compare/sn_auditor-v0.1.14...sn_auditor-v0.1.15) - 2024-05-15

### Other
- update Cargo.lock dependencies

## [0.1.14](https://github.com/maidsafe/safe_network/compare/sn_auditor-v0.1.13...sn_auditor-v0.1.14) - 2024-05-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion sn_auditor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Safe Network Auditor"
name = "sn_auditor"
version = "0.1.14"
version = "0.1.15"
edition = "2021"
homepage = "https://maidsafe.net"
repository = "https://github.com/maidsafe/safe_network"
Expand Down
5 changes: 5 additions & 0 deletions sn_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.91.3](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.91.2...sn_cli-v0.91.3) - 2024-05-15

### Other
- update Cargo.lock dependencies

## [0.91.2](https://github.com/maidsafe/safe_network/compare/sn_cli-v0.91.1...sn_cli-v0.91.2) - 2024-05-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion 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.91.2"
version = "0.91.3"

[[bin]]
path = "src/bin/main.rs"
Expand Down
5 changes: 5 additions & 0 deletions sn_faucet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.17](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.4.16...sn_faucet-v0.4.17) - 2024-05-15

### Other
- update Cargo.lock dependencies

## [0.4.16](https://github.com/maidsafe/safe_network/compare/sn_faucet-v0.4.15...sn_faucet-v0.4.16) - 2024-05-09

### Other
Expand Down
2 changes: 1 addition & 1 deletion 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.16"
version = "0.4.17"

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

## [Unreleased]

## [0.1.6](https://github.com/maidsafe/safe_network/compare/sn_metrics-v0.1.5...sn_metrics-v0.1.6) - 2024-05-15

### Other
- update Cargo.lock dependencies

## [0.1.5-alpha.2](https://github.com/maidsafe/safe_network/compare/sn_metrics-v0.1.5-alpha.1...sn_metrics-v0.1.5-alpha.2) - 2024-05-07

### Other
Expand Down
2 changes: 1 addition & 1 deletion sn_metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_metrics"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.1.5"
version = "0.1.6"

[[bin]]
path = "src/main.rs"
Expand Down
5 changes: 5 additions & 0 deletions sn_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.106.3](https://github.com/maidsafe/safe_network/compare/sn_node-v0.106.2...sn_node-v0.106.3) - 2024-05-15

### Other
- update Cargo.lock dependencies

## [0.106.2](https://github.com/maidsafe/safe_network/compare/sn_node-v0.106.1...sn_node-v0.106.2) - 2024-05-09

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["MaidSafe Developers <dev@maidsafe.net>"]
description = "Safe Node"
name = "sn_node"
version = "0.106.2"
version = "0.106.3"
edition = "2021"
license = "GPL-3.0"
homepage = "https://maidsafe.net"
Expand Down Expand Up @@ -59,7 +59,7 @@ sn_networking = { path = "../sn_networking", version = "0.15.2" }
sn_protocol = { path = "../sn_protocol", version = "0.16.6" }
sn_registers = { path = "../sn_registers", version = "0.3.13" }
sn_transfers = { path = "../sn_transfers", version = "0.18.0" }
sn_service_management = { path = "../sn_service_management", version = "0.2.6" }
sn_service_management = { path = "../sn_service_management", version = "0.2.7" }
thiserror = "1.0.23"
tokio = { version = "1.32.0", features = [
"io-util",
Expand Down
2 changes: 1 addition & 1 deletion sn_node_manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ serde_json = "1.0"
service-manager = "0.6.1"
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.12" }
sn_protocol = { path = "../sn_protocol", version = "0.16.5" }
sn_service_management = { path = "../sn_service_management", version = "0.2.6" }
sn_service_management = { path = "../sn_service_management", version = "0.2.7" }
sn-releases = "0.2.0"
sn_transfers = { path = "../sn_transfers", version = "0.18.0" }
sysinfo = "0.30.12"
Expand Down
5 changes: 5 additions & 0 deletions sn_node_rpc_client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.16](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.6.15...sn_node_rpc_client-v0.6.16) - 2024-05-15

### Other
- update Cargo.lock dependencies

## [0.6.15](https://github.com/maidsafe/safe_network/compare/sn_node_rpc_client-v0.6.14...sn_node_rpc_client-v0.6.15) - 2024-05-09

### Other
Expand Down
6 changes: 3 additions & 3 deletions sn_node_rpc_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_node_rpc_client"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.6.15"
version = "0.6.16"

[[bin]]
name = "safenode_rpc_client"
Expand All @@ -25,10 +25,10 @@ libp2p = { version="0.53", features = ["kad"]}
libp2p-identity = { version="0.2.7", features = ["rand"] }
sn_client = { path = "../sn_client", version = "0.106.2" }
sn_logging = { path = "../sn_logging", version = "0.2.26" }
sn_node = { path = "../sn_node", version = "0.106.2" }
sn_node = { path = "../sn_node", version = "0.106.3" }
sn_peers_acquisition = { path = "../sn_peers_acquisition", version = "0.2.12" }
sn_protocol = { path = "../sn_protocol", version = "0.16.6", features=["rpc"] }
sn_service_management = { path = "../sn_service_management", version = "0.2.6" }
sn_service_management = { path = "../sn_service_management", version = "0.2.7" }
sn_transfers = { path = "../sn_transfers", version = "0.18.0" }
thiserror = "1.0.23"
# # watch out updating this, protoc compiler needs to be installed on all build systems
Expand Down
8 changes: 8 additions & 0 deletions sn_service_management/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.2.7](https://github.com/maidsafe/safe_network/compare/sn_service_management-v0.2.6...sn_service_management-v0.2.7) - 2024-05-15

### Added
- run safenode services in user mode

### Other
- upgrade service manager crate

## [0.2.6](https://github.com/maidsafe/safe_network/compare/sn_service_management-v0.2.5...sn_service_management-v0.2.6) - 2024-05-08

### Other
Expand Down
2 changes: 1 addition & 1 deletion sn_service_management/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "GPL-3.0"
name = "sn_service_management"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
version = "0.2.6"
version = "0.2.7"

[dependencies]
async-trait = "0.1"
Expand Down

0 comments on commit 795c9a8

Please sign in to comment.