Skip to content

Commit

Permalink
Release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rezib committed Feb 5, 2025
1 parent 22bb98f commit d134932
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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.1.0] - 2025-02-05

### Added
- agent: Return local RacksDB enabled boolean and version in `/info` endpoint.
Expand Down Expand Up @@ -293,7 +293,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/v4.0.0...HEAD
[unreleased]: https://github.com/rackslab/Slurm-web/compare/v4.1.0...HEAD
[4.1.0]: https://github.com/rackslab/Slurm-web/releases/tag/v4.1.0
[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
Expand Down
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: 4.0.0
default: 4.1.0
doc: Version of Slurm-web agent API
racksdb_version:
type: str
Expand Down
6 changes: 3 additions & 3 deletions dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ directory. For example:

```console
$ curl --silent --unix-socket /tmp/slurmrestd-pocket.socket \
http://slurm/slurm/v0.0.39/jobs
http://slurm/slurm/v0.0.40/jobs
```

## Remote Installation
Expand Down 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 4.0.0~dev1@.
$ fatbuildrctl --uri https://build.rackslab.io/devs build -a slurm-web -d bookworm --sources 4.1.0~dev1@.
```

Or RPM _el8_ packages:

```console
$ fatbuildrctl --uri https://build.rackslab.io/devs build -a slurm-web -d el8 --sources 4.0.0~dev1@.
$ fatbuildrctl --uri https://build.rackslab.io/devs build -a slurm-web -d el8 --sources 4.1.0~dev1@.
```
3 changes: 1 addition & 2 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: slurm-web
title: Slurm-web
version: 4.1
prerelease: -dev
version: 4
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: 4.0.0
version=4.0.0
# Default value: 4.1.0
version=4.1.0

# Minimal supported 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:* `4.0.0`
*Default:* `4.1.0`
|-
Expand Down
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": "4.0.0",
"version": "4.1.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 = "4.0.0"
version = "4.1.0"
description = "Web interface to Slurm HPC clusters"
license = {text = "GPLv3+"}
requires-python = ">=3.6"
Expand Down

0 comments on commit d134932

Please sign in to comment.