Skip to content

Commit d6f4662

Browse files
committed
Release v5.0.0
1 parent 1bcc2a4 commit d6f4662

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [unreleased]
8+
## [5.0.0] - 2025-05-27
99

1010
### Added
1111
- Support Slurm 25.05 and Slurm REST API v0.0.41 (#541).
@@ -453,7 +453,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
453453

454454
## [3.0.0] - 2024-05-13
455455

456-
[unreleased]: https://github.com/rackslab/Slurm-web/compare/v4.2.0...HEAD
456+
[unreleased]: https://github.com/rackslab/Slurm-web/compare/v5.0.0...HEAD
457+
[5.0.0]: https://github.com/rackslab/Slurm-web/releases/tag/v5.0.0
457458
[4.2.0]: https://github.com/rackslab/Slurm-web/releases/tag/v4.2.0
458459
[4.1.0]: https://github.com/rackslab/Slurm-web/releases/tag/v4.1.0
459460
[4.0.0]: https://github.com/rackslab/Slurm-web/releases/tag/v4.0.0

conf/vendor/gateway.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ agents:
107107
- https://cluster2/agent
108108
version:
109109
type: str
110-
default: 4.2.0
110+
default: 5.0.0
111111
doc: Version of Slurm-web agent API
112112
racksdb_version:
113113
type: str

dev/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ Build development packages with Fatbuildr:
135135
For example, Debian _bookworm_ packages:
136136

137137
```console
138-
$ fatbuildrctl --uri https://build.rackslab.io/devs build -a slurm-web -d bookworm --sources 4.2.0~dev1@.
138+
$ fatbuildrctl --uri https://build.rackslab.io/devs build -a slurm-web -d bookworm --sources 5.0.0~dev1@.
139139
```
140140

141141
Or RPM _el8_ packages:
142142

143143
```console
144-
$ fatbuildrctl --uri https://build.rackslab.io/devs build -a slurm-web -d el8 --sources 4.2.0~dev1@.
144+
$ fatbuildrctl --uri https://build.rackslab.io/devs build -a slurm-web -d el8 --sources 5.0.0~dev1@.
145145
```

docs/antora.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: slurm-web
22
title: Slurm-web
33
version: v5
4-
prerelease: -dev
54
start_page: overview:start.adoc
65
asciidoc:
76
attributes:

docs/modules/conf/examples/gateway.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ url=
119119

120120
# Version of Slurm-web agent API
121121
#
122-
# Default value: 4.2.0
123-
version=4.2.0
122+
# Default value: 5.0.0
123+
version=5.0.0
124124

125125
# Minimal supported version of RacksDB API
126126
#

docs/modules/conf/partials/conf-gateway.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ _No default value_
268268
269269
270270
271-
*Default:* `4.2.0`
271+
*Default:* `5.0.0`
272272
273273
|-
274274

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slurm-web-frontend",
3-
"version": "4.2.0",
3+
"version": "5.0.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

frontend/public/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"AUTHENTICATION": true,
44
"RACKSDB_ROWS_LABELS": false,
55
"RACKSDB_RACKS_LABELS": false,
6-
"VERSION": "4.2.0"
6+
"VERSION": "5.0.0"
77
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "Slurm-web"
7-
version = "4.2.0"
7+
version = "5.0.0"
88
description = "Web interface to Slurm HPC clusters"
99
license = {text = "GPLv3+"}
1010
requires-python = ">=3.6"

0 commit comments

Comments
 (0)