Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rezib committed Apr 15, 2024
1 parent f9ef53b commit f55299e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to

## Unreleased

## [0.4.0] - 2024-04-15

### Added
- lib:
- Add advanced `tags` property and `_filter()` method specializations on
Expand Down Expand Up @@ -357,3 +359,4 @@ and this project adheres to
[0.1.0~beta]: https://github.com/rackslab/racksdb/releases/tag/v0.1.0-beta
[0.2.0]: https://github.com/rackslab/racksdb/releases/tag/v0.2.0
[0.3.0]: https://github.com/rackslab/racksdb/releases/tag/v0.3.0
[0.4.0]: https://github.com/rackslab/racksdb/releases/tag/v0.4.0
1 change: 0 additions & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: racksdb
title: RacksDB
version: v0.4
prerelease: devel
start_page: overview:start.adoc
asciidoc:
attributes:
Expand Down
12 changes: 6 additions & 6 deletions docs/modules/usage/attachments/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -951,10 +951,10 @@ components:
type: object
info:
title: RacksDB REST API
version: 0.4.0.dev1
version: 0.4.0
openapi: 3.0.0
paths:
/v0.4.0.dev1/datacenters:
/v0.4.0/datacenters:
get:
description: Get information about datacenters
parameters:
Expand Down Expand Up @@ -1015,7 +1015,7 @@ paths:
$ref: '#/components/schemas/RacksDBDatacenter'
type: array
description: successful operation
/v0.4.0.dev1/draw/<entity>/<name>.<format>:
/v0.4.0/draw/<entity>/<name>.<format>:
post:
description: Draw an entity
parameters:
Expand Down Expand Up @@ -1109,7 +1109,7 @@ paths:
schema:
$ref: '#/components/schemas/Error'
description: Unable to load drawing parameters schema.
/v0.4.0.dev1/infrastructures:
/v0.4.0/infrastructures:
get:
description: Get information about infrastructures
parameters:
Expand Down Expand Up @@ -1170,7 +1170,7 @@ paths:
$ref: '#/components/schemas/RacksDBInfrastructure'
type: array
description: successful operation
/v0.4.0.dev1/nodes:
/v0.4.0/nodes:
get:
description: Get information about nodes
parameters:
Expand Down Expand Up @@ -1237,7 +1237,7 @@ paths:
$ref: '#/components/schemas/RacksDBNode'
type: array
description: successful operation
/v0.4.0.dev1/racks:
/v0.4.0/racks:
get:
description: Get information about racks
parameters:
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": "racksdb-webui",
"version": "0.4.0-dev1",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"API_SERVER": "http://localhost:5000/",
"API_VERSION": "v0.4.0.dev1"
"API_VERSION": "v0.4.0"
}
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 = "RacksDB"
version = "0.4.0.dev1"
version = "0.4.0"
description = "Modelize your datacenters infrastructures in YAML database"
license = {text = "GPLv3+"}
requires-python = ">=3.6"
Expand Down

0 comments on commit f55299e

Please sign in to comment.