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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"amphora-common": "0.2.0",
"amphora-java-client": "0.2.0",
"amphora-service": "0.3.0",
"amphora-service/charts/amphora": "0.3.0"
"amphora-service/charts/amphora": "0.3.1"
}
7 changes: 7 additions & 0 deletions amphora-service/charts/amphora/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.1](https://github.com/carbynestack/amphora/compare/chart-v0.3.0...chart-v0.3.1) (2025-03-18)

Check notice on line 3 in amphora-service/charts/amphora/CHANGELOG.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

amphora-service/charts/amphora/CHANGELOG.md#L3

Expected: 80; Actual: 100


### Bug Fixes

* **chart:** fix support for more than 2 parties ([#79](https://github.com/carbynestack/amphora/issues/79)) ([30d4133](https://github.com/carbynestack/amphora/commit/30d4133e44b5706d848d78860131ea663173f2b1))

Check notice on line 8 in amphora-service/charts/amphora/CHANGELOG.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

amphora-service/charts/amphora/CHANGELOG.md#L8

Expected: 80; Actual: 208

## [0.3.0](https://github.com/carbynestack/amphora/compare/chart-v0.2.0...chart-v0.3.0) (2024-12-17)


Expand Down
2 changes: 1 addition & 1 deletion amphora-service/charts/amphora/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: "1.0"
description: A Helm chart for creating a Carbyne Stack Amphora secret storage
and management service.
name: amphora
version: 0.3.0
version: 0.3.1
keywords:
- carbyne stack
- amphora
Expand Down
Loading