Skip to content

Commit c14e0c8

Browse files
chore: release v0.4.0 (#38)
1 parent 373e66e commit c14e0c8

4 files changed

Lines changed: 22 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.0](https://github.com/cloudray-io/cloudray-agent/compare/v0.3.0...v0.4.0) - 2025-07-03
11+
12+
### Added
13+
14+
- Decrease the report interval from 60 seconds to 5 seconds. ([#40](https://github.com/cloudray-io/cloudray-agent/pull/40))
15+
- Add uninstall.sh script. ([#39](https://github.com/cloudray-io/cloudray-agent/pull/39))
16+
17+
### Fixed
18+
19+
- Let HTTP be used for origin host URL for testing. ([#37](https://github.com/cloudray-io/cloudray-agent/pull/37))
20+
21+
### Other
22+
23+
- Bump prost-build from 0.13.5 to 0.14.1 ([#44](https://github.com/cloudray-io/cloudray-agent/pull/44))
24+
- Bump prost from 0.13.5 to 0.14.1 ([#46](https://github.com/cloudray-io/cloudray-agent/pull/46))
25+
- Bump sysinfo from 0.34.2 to 0.35.2 ([#45](https://github.com/cloudray-io/cloudray-agent/pull/45))
26+
- Bump tokio-tungstenite from 0.26.2 to 0.27.0 ([#43](https://github.com/cloudray-io/cloudray-agent/pull/43))
27+
- Bump tokio from 1.44.2 to 1.45.1 ([#41](https://github.com/cloudray-io/cloudray-agent/pull/41))
28+
1029
## [0.3.0](https://github.com/cloudray-io/cloudray-agent/compare/v0.2.0...v0.3.0) - 2025-05-25
1130

1231
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cloudray-agent"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
edition = "2024"
55
rust-version = "1.85.0"
66
description = "Agent for CloudRay, a server management & monitoring service. Learn more at https://cloudray.io"

latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1+
0.4.0
12
0.3.0
2-
0.2.0

0 commit comments

Comments
 (0)