File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ resolver = "2"
66
77[package ]
88name = " harmony"
9- version = " 0.7.0 "
9+ version = " 0.7.1 "
1010edition = " 2021"
1111
1212[lib ]
Original file line number Diff line number Diff line change 11[package ]
22name = " harmony-database"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44edition = " 2021"
55
66[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " dicom_json_tool"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44edition = " 2021"
55description = " Convert between DICOM (DIMSE identifier datasets) and DICOM JSON (Part 18) with optional command/query metadata wrapper"
66
Original file line number Diff line number Diff line change 11[package ]
22name = " dimse"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44edition = " 2021"
55
66description = " DIMSE protocol implementation for DICOM services"
Original file line number Diff line number Diff line change 11[package ]
22name = " harmony-filesystem"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44edition = " 2021"
55
66[dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " harmony_transform"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44edition = " 2021"
55
66[dependencies ]
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
22name : harmony-proxy
33description : A Helm chart for Harmony Proxy - Rust-based gateway for data meshes
44type : application
5- version : 0.2.0
6- appVersion : " 0.7.0 "
5+ version : 0.2.1
6+ appVersion : " 0.7.1 "
77icon : https://runbeam.io/favicon.ico
You can’t perform that action at this time.
0 commit comments