Skip to content

Commit 2b0bd8e

Browse files
committed
chore: bump version in main development branch
1 parent 2a00c11 commit 2b0bd8e

8 files changed

Lines changed: 17 additions & 16 deletions

File tree

docs/antora.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: racksdb
22
title: RacksDB
3-
version: v0.5
3+
version: v0.6
4+
prerelease: -dev
45
start_page: overview:start.adoc
56
asciidoc:
67
attributes:
78
source-language: asciidoc@
89
table-caption: false
9-
api-version: v0.5.0
10+
api-version: v0.6.0
1011
nav:
1112
- modules/overview/nav.adoc
1213
- modules/install/nav.adoc

docs/modules/usage/attachments/openapi.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,10 +1063,10 @@ components:
10631063
type: object
10641064
info:
10651065
title: RacksDB REST API
1066-
version: 0.5.0
1066+
version: 0.6.0.dev1
10671067
openapi: 3.0.0
10681068
paths:
1069-
/v0.5.0/datacenters:
1069+
/v0.6.0.dev1/datacenters:
10701070
get:
10711071
description: Get information about datacenters
10721072
parameters:
@@ -1127,7 +1127,7 @@ paths:
11271127
$ref: '#/components/schemas/RacksDBDatacenter'
11281128
type: array
11291129
description: successful operation
1130-
/v0.5.0/draw/<entity>/<name>.<format>:
1130+
/v0.6.0.dev1/draw/<entity>/<name>.<format>:
11311131
get:
11321132
description: Draw an entity
11331133
parameters:
@@ -1564,7 +1564,7 @@ paths:
15641564
schema:
15651565
$ref: '#/components/schemas/Error'
15661566
description: Unable to load drawing parameters schema.
1567-
/v0.5.0/infrastructures:
1567+
/v0.6.0.dev1/infrastructures:
15681568
get:
15691569
description: Get information about infrastructures
15701570
parameters:
@@ -1625,7 +1625,7 @@ paths:
16251625
$ref: '#/components/schemas/RacksDBInfrastructure'
16261626
type: array
16271627
description: successful operation
1628-
/v0.5.0/nodes:
1628+
/v0.6.0.dev1/nodes:
16291629
get:
16301630
description: Get information about nodes
16311631
parameters:
@@ -1692,7 +1692,7 @@ paths:
16921692
$ref: '#/components/schemas/RacksDBNode'
16931693
type: array
16941694
description: successful operation
1695-
/v0.5.0/racks:
1695+
/v0.6.0.dev1/racks:
16961696
get:
16971697
description: Get information about racks
16981698
parameters:
@@ -1743,7 +1743,7 @@ paths:
17431743
$ref: '#/components/schemas/RacksDBRack'
17441744
type: array
17451745
description: successful operation
1746-
/v0.5.0/tags:
1746+
/v0.6.0.dev1/tags:
17471747
get:
17481748
description: Get tags associated to infrastructure and equipment
17491749
parameters:

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": "racksdb-webui",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

frontend/public/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"API_SERVER": "http://localhost:5000/",
3-
"API_VERSION": "v0.5.0"
3+
"API_VERSION": "v0.6.0"
44
}

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 = "RacksDB"
7-
version = "0.5.0"
7+
version = "0.6.0.dev1"
88
description = "Modelize your datacenters infrastructures in YAML database"
99
license = {text = "GPLv3+"}
1010
requires-python = ">=3.6"

schemas/drawings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RacksDB drawing parameters schema
22

3-
_version: 0.5.0
3+
_version: 0.6.0
44

55
_content:
66
properties:

schemas/racksdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RacksDB database schema
22

3-
_version: 0.5.0
3+
_version: 0.6.0
44

55
_content:
66
properties:

0 commit comments

Comments
 (0)