File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.9.3 "
2+ "." : " 0.95.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.95.0] ( https://github.com/reanahub/reana-workflow-controller/compare/0.9.3...0.95.0 ) (2024-04-15)
4+
5+
6+ ### Continuous integration
7+
8+ * ** 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 ) )
9+
10+
11+ ### Documentation
12+
13+ * ** 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 ) )
14+
15+
16+ ### Chores
17+
18+ * ** master:** release 0.95.0-alpha.1 ([ 9ebbf2a] ( https://github.com/reanahub/reana-workflow-controller/commit/9ebbf2a3b7f0dbebaa23a0fbb26516920fe31759 ) )
19+
320## [ 0.9.3] ( https://github.com/reanahub/reana-workflow-controller/compare/0.9.2...0.9.3 ) (2024-03-04)
421
522
Original file line number Diff line number Diff line change @@ -117,5 +117,5 @@ LABEL org.opencontainers.image.title="reana-workflow-controller"
117117LABEL org.opencontainers.image.url="https://github.com/reanahub/reana-workflow-controller"
118118LABEL 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments