Skip to content
Open
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 @@ -2,6 +2,6 @@
"amphora-parent": "0.2.0",
"amphora-common": "0.2.0",
"amphora-java-client": "0.2.0",
"amphora-service": "0.3.0",
"amphora-service": "0.3.1",
"amphora-service/charts/amphora": "0.3.0"
}
7 changes: 7 additions & 0 deletions amphora-service/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/service-v0.3.0...service-v0.3.1) (2025-03-18)

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

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

amphora-service/CHANGELOG.md#L3

Expected: 80; Actual: 104


### 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/CHANGELOG.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

amphora-service/CHANGELOG.md#L8

Expected: 80; Actual: 208

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


Expand Down
2 changes: 1 addition & 1 deletion amphora-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>amphora-service</artifactId>
<name>Amphora Service</name>
<description>Amphora bucket/object store service.</description>
<version>0.3.0</version>
<version>0.3.1</version>
<parent>
<groupId>io.carbynestack</groupId>
<artifactId>amphora-parent</artifactId>
Expand Down
Loading