Skip to content

Commit

Permalink
chore(master): release 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 29, 2024
1 parent 87c6145 commit 871c03a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.2"
".": "0.9.3"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.9.3](https://github.com/mdonadoni/reana-server/compare/0.9.2...0.9.3) (2024-01-29)


### Build

* **deps:** pin invenio-userprofiles to 1.2.4 ([#665](https://github.com/mdonadoni/reana-server/issues/665)) ([d6cb168](https://github.com/mdonadoni/reana-server/commit/d6cb16854aea78d852ab43987a44933a9d6fbcad))
* **docker:** non-editable submodules in "latest" mode ([#656](https://github.com/mdonadoni/reana-server/issues/656)) ([d16fefb](https://github.com/mdonadoni/reana-server/commit/d16fefb421e1d0cc712006c6a697ea67057b1f6c))


### Continuous integration

* **commitlint:** addition of commit message linter ([#665](https://github.com/mdonadoni/reana-server/issues/665)) ([2b43ecc](https://github.com/mdonadoni/reana-server/commit/2b43eccdd7587970f92093b4d315a7a90b5f45ac))
* **commitlint:** check for the presence of concrete PR number ([#669](https://github.com/mdonadoni/reana-server/issues/669)) ([87c6145](https://github.com/mdonadoni/reana-server/commit/87c6145e636d852ba5fd5ca6fa2cfc23ff6563d2))
* **release-please:** initial configuration ([#665](https://github.com/mdonadoni/reana-server/issues/665)) ([1d5e7c5](https://github.com/mdonadoni/reana-server/commit/1d5e7c5f4c3d471d0b2028274ec1785b53552d89))
* **release-please:** update version in Dockerfile/OpenAPI specs ([#668](https://github.com/mdonadoni/reana-server/issues/668)) ([3b3dc41](https://github.com/mdonadoni/reana-server/commit/3b3dc418f40d5ce461e4a7418178f6a8cec2721f))
* **shellcheck:** fix exit code propagation ([#669](https://github.com/mdonadoni/reana-server/issues/669)) ([d7eac6b](https://github.com/mdonadoni/reana-server/commit/d7eac6b26742797cb1b2c7077071fc3d2053aff1))
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ LABEL org.opencontainers.image.title="reana-server"
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-server"
LABEL org.opencontainers.image.vendor="reanahub"
# x-release-please-start-version
LABEL org.opencontainers.image.version="0.9.2"
LABEL org.opencontainers.image.version="0.9.3"
# x-release-please-end
2 changes: 1 addition & 1 deletion docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"info": {
"description": "Submit workflows to be run on REANA Cloud",
"title": "REANA Server",
"version": "0.9.2"
"version": "0.9.3"
},
"paths": {
"/account/settings/linkedaccounts/": {},
Expand Down
2 changes: 1 addition & 1 deletion reana_server/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.9.2"
__version__ = "0.9.3"

0 comments on commit 871c03a

Please sign in to comment.