Skip to content

Commit 2577d19

Browse files
chore(master): release 0.95.0
1 parent 8ae9ee4 commit 2577d19

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-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: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
## [0.95.0](https://github.com/reanahub/reana-workflow-controller/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+
10+
### Build
11+
12+
* **python:** drop support for Python 3.6 and 3.7 ([#586](https://github.com/reanahub/reana-workflow-controller/issues/586)) ([8ae9ee4](https://github.com/reanahub/reana-workflow-controller/commit/8ae9ee4a9a1e316c241c531e6fc1d6d58cbbef70))
13+
14+
15+
### Features
16+
17+
* **helm:** allow cluster administrator to configure ingress host ([#588](https://github.com/reanahub/reana-workflow-controller/issues/588)) ([f1764ed](https://github.com/reanahub/reana-workflow-controller/commit/f1764ed7101fa9d30516b8687b7e5ef4ae8781fe))
18+
* **helm:** allow cluster administrator to configure ingress host ([#588](https://github.com/reanahub/reana-workflow-controller/issues/588)) ([a7c9c85](https://github.com/reanahub/reana-workflow-controller/commit/a7c9c851277f3ca191c073fdc6c6d5d4149a95e8))
19+
* **k8s:** set custom ingressClassName for interactive sessions ([#581](https://github.com/reanahub/reana-workflow-controller/issues/581)) ([13d1c5d](https://github.com/reanahub/reana-workflow-controller/commit/13d1c5d6e5253998b56f2658d560835a79fe5252))
20+
* **sessions:** expose user secrets in interactive sessions ([#591](https://github.com/reanahub/reana-workflow-controller/issues/591)) ([f1764ed](https://github.com/reanahub/reana-workflow-controller/commit/f1764ed7101fa9d30516b8687b7e5ef4ae8781fe))
21+
* **sessions:** expose user secrets in interactive sessions ([#591](https://github.com/reanahub/reana-workflow-controller/issues/591)) ([784efee](https://github.com/reanahub/reana-workflow-controller/commit/784efee4be8b4a9785d03d3d05b00f3da2b455c2))
22+
23+
24+
### Continuous integration
25+
26+
* **actions:** update GitHub actions due to Node 16 deprecation ([#579](https://github.com/reanahub/reana-workflow-controller/issues/579)) ([57a0246](https://github.com/reanahub/reana-workflow-controller/commit/57a0246ceedef2a724c98b3993b79e688e2d1ac2))
27+
* **commitlint:** improve checking of merge commits ([#590](https://github.com/reanahub/reana-workflow-controller/issues/590)) ([6e9371d](https://github.com/reanahub/reana-workflow-controller/commit/6e9371deaa290d84f82b2f3fb69531666a26526d))
28+
29+
30+
### Documentation
31+
32+
* **openapi:** amend response description for file deletion ([#573](https://github.com/reanahub/reana-workflow-controller/issues/573)) ([1d027ff](https://github.com/reanahub/reana-workflow-controller/commit/1d027ffeafc437fc9e0c2a4193a9e2585231ab2a))
33+
34+
35+
### Chores
36+
37+
* **master:** release 0.95.0-alpha.1 ([9ebbf2a](https://github.com/reanahub/reana-workflow-controller/commit/9ebbf2a3b7f0dbebaa23a0fbb26516920fe31759))
38+
339
## [0.9.3](https://github.com/reanahub/reana-workflow-controller/compare/0.9.2...0.9.3) (2024-03-04)
440

541

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ LABEL org.opencontainers.image.title="reana-workflow-controller"
117117
LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-controller"
118118
LABEL org.opencontainers.image.vendor="reanahub"
119119
# x-release-please-start-version
120-
LABEL org.opencontainers.image.version="0.95.0-alpha.1"
120+
LABEL org.opencontainers.image.version="0.95.0"
121121
# 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 and manage workflows",
44
"title": "REANA Workflow Controller",
5-
"version": "0.95.0a1"
5+
"version": "0.95.0"
66
},
77
"paths": {
88
"/api/workflows": {

0 commit comments

Comments
 (0)