Skip to content

Commit a2d81d4

Browse files
committed
Release v5.1.0
1 parent 94003fe commit a2d81d4

File tree

11 files changed

+16
-15
lines changed

11 files changed

+16
-15
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.1.0] - 2025-07-09
99

1010
### Added
1111
- gateway:
@@ -523,7 +523,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
523523

524524
## [3.0.0] - 2024-05-13
525525

526-
[unreleased]: https://github.com/rackslab/Slurm-web/compare/v5.0.0...HEAD
526+
[unreleased]: https://github.com/rackslab/Slurm-web/compare/v5.1.0...HEAD
527+
[5.1.0]: https://github.com/rackslab/Slurm-web/releases/tag/v5.1.0
527528
[5.0.0]: https://github.com/rackslab/Slurm-web/releases/tag/v5.0.0
528529
[4.2.0]: https://github.com/rackslab/Slurm-web/releases/tag/v4.2.0
529530
[4.1.0]: https://github.com/rackslab/Slurm-web/releases/tag/v4.1.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: 5.0.0
110+
default: 5.1.0
111111
doc: |
112112
Minimal support version of Slurm-web agent API
113113

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 5.0.0~dev1@.
138+
$ fatbuildrctl --uri https://build.rackslab.io/devs build -a slurm-web -d bookworm --sources 5.1.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 5.0.0~dev1@.
144+
$ fatbuildrctl --uri https://build.rackslab.io/devs build -a slurm-web -d el8 --sources 5.1.0~dev1@.
145145
```

docs/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ asciidoc:
66
attributes:
77
source-language: asciidoc@
88
table-caption: false
9-
version: 5.0.0
9+
version: 5.1.0
1010
api_version: 0.0.41
1111
pkgs-derivative: slurmweb-5
1212
nav:

docs/modules/conf/examples/gateway.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ url=
124124
# rather than end users. Slurm-web is officially tested and validated with
125125
# the default value only.
126126
#
127-
# Default value: 5.0.0
128-
version=5.0.0
127+
# Default value: 5.1.0
128+
version=5.1.0
129129

130130
# Minimal supported version of RacksDB API
131131
#

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ the default value only.
280280
281281
282282
283-
*Default:* `5.0.0`
283+
*Default:* `5.1.0`
284284
285285
|-
286286

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": "5.0.0",
3+
"version": "5.1.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": "5.0.0"
6+
"VERSION": "5.1.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 = "5.0.0"
7+
version = "5.1.0"
88
description = "Web interface to Slurm HPC clusters"
99
license = {text = "GPLv3+"}
1010
requires-python = ">=3.6"

0 commit comments

Comments
 (0)