Skip to content

Commit

Permalink
chore: release service 0.1.1 (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: cs-minion <[email protected]>
  • Loading branch information
cs-minion committed Jul 27, 2023
1 parent 4fb39dd commit 87cac26
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"castor-common": "0.1.1",
"castor-java-client": "0.1.1",
"castor-upload-java-client": "0.1.1",
"castor-service": "0.1.0",
"castor-service": "0.1.1",
"castor-service/charts/castor": "0.1.1"
}
11 changes: 11 additions & 0 deletions castor-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [0.1.1](https://github.com/carbynestack/castor/compare/service-v0.1.0...service-v0.1.1) (2023-07-27)


### Bug Fixes

* **chart/common/java-client/upload-java-client/service:** use new parent ([#57](https://github.com/carbynestack/castor/issues/57)) ([84901e7](https://github.com/carbynestack/castor/commit/84901e7c93b50b90db8992b80e605f9adfc24c54))
* introduce release-please process ([#51](https://github.com/carbynestack/castor/issues/51)) ([39a21ec](https://github.com/carbynestack/castor/commit/39a21ec78c2122bcd4a86fcc8bf6966a0007c285))
* **java-client/upload-java-client/service:** use new common version ([#59](https://github.com/carbynestack/castor/issues/59)) ([6af6f52](https://github.com/carbynestack/castor/commit/6af6f525a1d0cbb6f26d63cfa25a03f2fa029a22))
* **service:** use new java-client version ([#60](https://github.com/carbynestack/castor/issues/60)) ([4fb39dd](https://github.com/carbynestack/castor/commit/4fb39dd9b458c2784cc440a47227d3eb5eddffc3))
6 changes: 2 additions & 4 deletions castor-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
~
~ SPDX-License-Identifier: Apache-2.0
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>castor-service</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<parent>
<groupId>io.carbynestack</groupId>
<artifactId>castor-parent</artifactId>
Expand Down

0 comments on commit 87cac26

Please sign in to comment.