Skip to content

Commit 82d5a70

Browse files
committed
Release v3.3.0
1 parent 6caa267 commit 82d5a70

File tree

9 files changed

+14
-13
lines changed

9 files changed

+14
-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+
## [3.3.0] - 2025-03-18
99

1010
### Added
1111
- agent: Return local RacksDB version in `/info` endpoint.
@@ -159,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159159

160160
## [3.0.0] - 2024-05-13
161161

162-
[unreleased]: https://github.com/rackslab/Slurm-web/compare/v3.2.0...HEAD
162+
[unreleased]: https://github.com/rackslab/Slurm-web/compare/v3.3.0...HEAD
163+
[3.3.0]: https://github.com/rackslab/Slurm-web/releases/tag/v3.3.0
163164
[3.2.0]: https://github.com/rackslab/Slurm-web/releases/tag/v3.2.0
164165
[3.1.0]: https://github.com/rackslab/Slurm-web/releases/tag/v3.1.0
165166
[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
@@ -79,7 +79,7 @@ agents:
7979
- https://cluster2/agent
8080
version:
8181
type: str
82-
default: 3.2.0
82+
default: 3.3.0
8383
doc: Version of Slurm-web agent API
8484
racksdb_version:
8585
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 3.3.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 3.3.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: 3.2.0
9+
version: 3.3.0
1010
pkgs-derivative: slurmweb-3
1111
nav:
1212
- modules/overview/nav.adoc

docs/modules/conf/examples/gateway.ini

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

9696
# Version of Slurm-web agent API
9797
#
98-
# Default value: 3.2.0
99-
version=3.2.0
98+
# Default value: 3.3.0
99+
version=3.3.0
100100

101101
# Minimal supported version of RacksDB API
102102
#

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ _No default value_
205205
206206
207207
208-
*Default:* `3.2.0`
208+
*Default:* `3.3.0`
209209
210210
|-
211211

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

0 commit comments

Comments
 (0)