Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## Release (2025-MM-DD)
- `intake`: [v0.1.1](services/intake/CHANGELOG.md#v011)
- Mark fields `MaxMessageSizeKiB` and `MaxMessagesPerHour` as optional instead of required in `UpdateIntakeRunnerPayload` model struct
- `observability`: [v0.12.0](services/observability/CHANGELOG.md#v0120)
- **Feature:** Add `MetricsEndpointUrl` field to `InstanceSensitiveData` model struct
- `observability`:
- [v0.13.0](services/observability/CHANGELOG.md#v0130)
- **Feature:** Add support for HTTP checks and cert checks
- [v0.12.0](services/observability/CHANGELOG.md#v0120)
- **Feature:** Add `MetricsEndpointUrl` field to `InstanceSensitiveData` model struct

## Release (2025-08-29)
- `observability`:
Expand Down
3 changes: 3 additions & 0 deletions services/observability/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.13.0
- **Feature:** Add support for HTTP checks and cert checks

## v0.12.0
- **Feature:** Add `MetricsEndpointUrl` field to `InstanceSensitiveData` model struct

Expand Down
2 changes: 1 addition & 1 deletion services/observability/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.12.0
v0.13.0
Loading
Loading