Skip to content

Commit 9c63e5e

Browse files
committed
Release v4.0.0
1 parent 56d9eab commit 9c63e5e

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
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+
## [4.0.0] - 2024-11-28
99

1010
### Added
1111
- Support Slurm 24.11 and Slurm REST API v0.0.40 (#366#400).
@@ -228,7 +228,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
228228

229229
## [3.0.0] - 2024-05-13
230230

231-
[unreleased]: https://github.com/rackslab/Slurm-web/compare/v3.2.0...HEAD
231+
[unreleased]: https://github.com/rackslab/Slurm-web/compare/v4.0.0...HEAD
232+
[4.0.0]: https://github.com/rackslab/Slurm-web/releases/tag/v4.0.0
232233
[3.2.0]: https://github.com/rackslab/Slurm-web/releases/tag/v3.2.0
233234
[3.1.0]: https://github.com/rackslab/Slurm-web/releases/tag/v3.1.0
234235
[3.0.0]: https://github.com/rackslab/Slurm-web/releases/tag/v3.0.0

conf/vendor/gateway.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ agents:
9696
- https://cluster2/agent
9797
version:
9898
type: str
99-
default: 3.2.0
99+
default: 4.0.0
100100
doc: Version of Slurm-web agent API
101101
racksdb_version:
102102
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 3.2.0~dev1@.
138+
$ fatbuildrctl --uri https://build.rackslab.io/devs build -a slurm-web -d bookworm --sources 4.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 3.2.0~dev1@.
144+
$ fatbuildrctl --uri https://build.rackslab.io/devs build -a slurm-web -d el8 --sources 4.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: v4
4-
prerelease: true
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
@@ -112,8 +112,8 @@ url=
112112

113113
# Version of Slurm-web agent API
114114
#
115-
# Default value: 3.2.0
116-
version=3.2.0
115+
# Default value: 4.0.0
116+
version=4.0.0
117117

118118
# Version of RacksDB API
119119
#

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ _No default value_
243243
244244
245245
246-
*Default:* `3.2.0`
246+
*Default:* `4.0.0`
247247
248248
|-
249249
-2.65 KB
Loading

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": "3.2.0",
3+
"version": "4.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

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 = "3.2.0"
7+
version = "4.0.0"
88
description = "Web interface to Slurm HPC clusters"
99
license = {text = "GPLv3+"}
1010
requires-python = ">=3.6"

0 commit comments

Comments
 (0)