Skip to content

Commit 8eae5f0

Browse files
(chore) finalize v0.0.4 resolver release updates
1 parent 7cff8c5 commit 8eae5f0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased]
5+
## [v0.0.4] - 2026-04-14
66

77
### Changed
88

9-
- Verified resolver service compatibility with profile-aware chart installation (production/compact) and installer-managed database URL wiring.
9+
- Verified resolver service compatibility with profile-aware chart installation (production/compact), including resolver TLS support and installer-managed database URL wiring.
1010

1111
## [v0.0.3] - 2026-04-07
1212

openapi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
33
title: Resolver Analysis Engine
44
description: AI-powered root cause analysis and anomaly detection over logs, metrics,
55
and traces.
6-
version: 0.0.3
6+
version: 0.0.4
77
paths:
88
/api/v1/health:
99
get:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "resolver"
7-
version = "0.0.3"
7+
version = "0.0.4"
88
description = "Resolver RCA and analysis service for the Observantio platform."
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)