Skip to content

Commit dcb06f4

Browse files
committed
chore: release
1 parent e599c93 commit dcb06f4

9 files changed

Lines changed: 37 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [0.7.1] - 2025-11-20
4+
5+
### Highlights
6+
- Enhanced deployment options with Helm charts and Docker Compose
7+
- Improved security and deployment best practices
8+
- Better documentation for cloud deployment scenarios
9+
10+
### Added
11+
- Helm chart for Kubernetes deployment with security best practices
12+
- Docker Compose quickstart for simple installation
13+
- Cloud Run deployment documentation
14+
- Pre-built Docker images for easier deployment
15+
16+
### Changed
17+
- Updated Docker base image to debian:stable-slim for improved security
18+
- Removed version pinning from docker-compose for flexibility
19+
- Improved Helm chart security (container UID collision prevention, non-root user)
20+
21+
### Fixed
22+
- Container UID collision prevention in Helm charts
23+
- Security hardening in Helm deployment configuration
24+
325
## [0.7.0] - 2025-11-19
426

527
### Highlights
@@ -280,6 +302,7 @@
280302
### Notes
281303
- No breaking changes since 0.1.1.
282304

305+
[0.7.1]: https://github.com/aurabx/harmony/compare/0.7.0...0.7.1
283306
[0.7.0]: https://github.com/aurabx/harmony/compare/0.6.0...0.7.0
284307
[0.6.0]: https://github.com/aurabx/harmony/compare/0.5.0...0.6.0
285308
[0.5.0]: https://github.com/aurabx/harmony/compare/0.4.0...0.5.0

Cargo.lock

Lines changed: 6 additions & 6 deletions
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
@@ -6,7 +6,7 @@ resolver = "2"
66

77
[package]
88
name = "harmony"
9-
version = "0.7.0"
9+
version = "0.7.1"
1010
edition = "2021"
1111

1212
[lib]

crates/database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harmony-database"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55

66
[dependencies]

crates/dicom_json_tool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dicom_json_tool"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
description = "Convert between DICOM (DIMSE identifier datasets) and DICOM JSON (Part 18) with optional command/query metadata wrapper"
66

crates/dimse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dimse"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55

66
description = "DIMSE protocol implementation for DICOM services"

crates/filesystem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harmony-filesystem"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55

66
[dependencies]

crates/transform/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "harmony_transform"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55

66
[dependencies]

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: harmony-proxy
33
description: A Helm chart for Harmony Proxy - Rust-based gateway for data meshes
44
type: application
5-
version: 0.2.0
6-
appVersion: "0.7.0"
5+
version: 0.2.1
6+
appVersion: "0.7.1"
77
icon: https://runbeam.io/favicon.ico

0 commit comments

Comments
 (0)