Skip to content

Commit cf9600a

Browse files
chore(master): release 0.95.0
1 parent 868dee9 commit cf9600a

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.3"
2+
".": "0.95.0"
33
}

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [0.95.0](https://github.com/reanahub/reana-server/compare/0.9.3...0.95.0) (2024-07-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **python:** drop support for Python 3.6 and 3.7
9+
* **gitlab:** The REST API endpoint `gitlab_projects` now includes pagination details.
10+
11+
### Build
12+
13+
* **python:** drop support for Python 3.6 and 3.7 ([#683](https://github.com/reanahub/reana-server/issues/683)) ([868dee9](https://github.com/reanahub/reana-server/commit/868dee9330bf28727f550965416ab6c670d32f9d))
14+
15+
16+
### Features
17+
18+
* **gitlab:** add search query parameter to filter projects ([#681](https://github.com/reanahub/reana-server/issues/681)) ([109cf38](https://github.com/reanahub/reana-server/commit/109cf38be440e15676e53ec1458ff9efe7d4a395)), closes [#518](https://github.com/reanahub/reana-server/issues/518)
19+
* **gitlab:** add support for paginated project list ([#681](https://github.com/reanahub/reana-server/issues/681)) ([4d23c62](https://github.com/reanahub/reana-server/commit/4d23c62d57b8ada0d12895fe03190b898b4abd61)), closes [#518](https://github.com/reanahub/reana-server/issues/518)
20+
21+
22+
### Bug fixes
23+
24+
* **gitlab:** handle pagination of GitLab webhooks ([#684](https://github.com/reanahub/reana-server/issues/684)) ([3f716f7](https://github.com/reanahub/reana-server/commit/3f716f7369230ab2a864b6bfcae44a952ca5bf90)), closes [#682](https://github.com/reanahub/reana-server/issues/682)
25+
26+
27+
### Continuous integration
28+
29+
* **actions:** update GitHub actions due to Node 16 deprecation ([#680](https://github.com/reanahub/reana-server/issues/680)) ([b7cc00a](https://github.com/reanahub/reana-server/commit/b7cc00afddb5035a3ed8f964ea33fb94bca3e2d8))
30+
31+
32+
### Chores
33+
34+
* **master:** release 0.95.0-alpha.1 ([9fa4059](https://github.com/reanahub/reana-server/commit/9fa40595ce840391c4aed999c3d4dda4de7ad2eb))
35+
336
## [0.9.3](https://github.com/reanahub/reana-server/compare/0.9.2...0.9.3) (2024-03-04)
437

538

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ LABEL org.opencontainers.image.title="reana-server"
9595
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-server"
9696
LABEL org.opencontainers.image.vendor="reanahub"
9797
# x-release-please-start-version
98-
LABEL org.opencontainers.image.version="0.95.0-alpha.1"
98+
LABEL org.opencontainers.image.version="0.95.0"
9999
# x-release-please-end

docs/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"info": {
33
"description": "Submit workflows to be run on REANA Cloud",
44
"title": "REANA Server",
5-
"version": "0.95.0a1"
5+
"version": "0.95.0"
66
},
77
"paths": {
88
"/account/settings/linkedaccounts/": {},

0 commit comments

Comments
 (0)