Skip to content

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rezib committed Nov 28, 2024
1 parent 56d9eab commit 9c63e5e
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [4.0.0] - 2024-11-28

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

## [3.0.0] - 2024-05-13

[unreleased]: https://github.com/rackslab/Slurm-web/compare/v3.2.0...HEAD
[unreleased]: https://github.com/rackslab/Slurm-web/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/rackslab/Slurm-web/releases/tag/v4.0.0
[3.2.0]: https://github.com/rackslab/Slurm-web/releases/tag/v3.2.0
[3.1.0]: https://github.com/rackslab/Slurm-web/releases/tag/v3.1.0
[3.0.0]: https://github.com/rackslab/Slurm-web/releases/tag/v3.0.0
2 changes: 1 addition & 1 deletion conf/vendor/gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ agents:
- https://cluster2/agent
version:
type: str
default: 3.2.0
default: 4.0.0
doc: Version of Slurm-web agent API
racksdb_version:
type: str
Expand Down
4 changes: 2 additions & 2 deletions dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ Build development packages with Fatbuildr:
For example, Debian _bookworm_ packages:

```console
$ fatbuildrctl --uri https://build.rackslab.io/devs build -a slurm-web -d bookworm --sources 3.2.0~dev1@.
$ fatbuildrctl --uri https://build.rackslab.io/devs build -a slurm-web -d bookworm --sources 4.0.0~dev1@.
```

Or RPM _el8_ packages:

```console
$ fatbuildrctl --uri https://build.rackslab.io/devs build -a slurm-web -d el8 --sources 3.2.0~dev1@.
$ fatbuildrctl --uri https://build.rackslab.io/devs build -a slurm-web -d el8 --sources 4.0.0~dev1@.
```
1 change: 0 additions & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: slurm-web
title: Slurm-web
version: v4
prerelease: true
start_page: overview:start.adoc
asciidoc:
attributes:
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/conf/examples/gateway.ini
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ url=

# Version of Slurm-web agent API
#
# Default value: 3.2.0
version=3.2.0
# Default value: 4.0.0
version=4.0.0

# Version of RacksDB API
#
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/conf/partials/conf-gateway.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ _No default value_
*Default:* `3.2.0`
*Default:* `4.0.0`
|-
Expand Down
Binary file modified docs/modules/overview/images/slurm-web_metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slurm-web-frontend",
"version": "3.2.0",
"version": "4.0.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "Slurm-web"
version = "3.2.0"
version = "4.0.0"
description = "Web interface to Slurm HPC clusters"
license = {text = "GPLv3+"}
requires-python = ">=3.6"
Expand Down

0 comments on commit 9c63e5e

Please sign in to comment.