From 8e130d6d0363635800667eb2b762fcce7d50a824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Palancher?= Date: Thu, 4 Jun 2026 09:05:45 +0200 Subject: [PATCH] Release v0.7.0 --- CHANGELOG.md | 5 +++-- docs/antora.yml | 4 ++-- docs/modules/usage/attachments/openapi.yml | 14 +++++++------- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- frontend/public/config.json | 2 +- pyproject.toml | 2 +- schemas/drawings.yml | 2 +- schemas/racksdb.yml | 2 +- 9 files changed, 19 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8513468..50c9a8ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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] +## [0.7.0] - 2026-06-04 ### Added - cli: Environment variables `RACKSDB_DB`, `RACKSDB_SCHEMA`, @@ -508,7 +508,8 @@ and this project adheres to ## [0.1.0~beta] - 2022-11-28 -[unreleased]: https://github.com/rackslab/racksdb/compare/v0.6.0...HEAD +[unreleased]: https://github.com/rackslab/racksdb/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/rackslab/racksdb/releases/tag/v0.7.0 [0.6.0]: https://github.com/rackslab/racksdb/releases/tag/v0.6.0 [0.5.0]: https://github.com/rackslab/racksdb/releases/tag/v0.5.0 [0.4.0]: https://github.com/rackslab/racksdb/releases/tag/v0.4.0 diff --git a/docs/antora.yml b/docs/antora.yml index 8096d65d..95b5ffb5 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,12 +1,12 @@ name: racksdb title: RacksDB -version: v0.6 +version: v0.7 start_page: overview:start.adoc asciidoc: attributes: source-language: asciidoc@ table-caption: false - api-version: v0.6.0 + api-version: v0.7.0 nav: - modules/overview/nav.adoc - modules/install/nav.adoc diff --git a/docs/modules/usage/attachments/openapi.yml b/docs/modules/usage/attachments/openapi.yml index 976668cd..35042987 100644 --- a/docs/modules/usage/attachments/openapi.yml +++ b/docs/modules/usage/attachments/openapi.yml @@ -1063,10 +1063,10 @@ components: type: object info: title: RacksDB REST API - version: 0.6.0 + version: 0.7.0 openapi: 3.0.0 paths: - /v0.6.0/datacenters: + /v0.7.0/datacenters: get: description: Get information about datacenters parameters: @@ -1127,7 +1127,7 @@ paths: $ref: '#/components/schemas/RacksDBDatacenter' type: array description: successful operation - /v0.6.0/draw//.: + /v0.7.0/draw//.: get: description: Draw an entity parameters: @@ -1564,7 +1564,7 @@ paths: schema: $ref: '#/components/schemas/Error' description: Unable to load drawing parameters schema. - /v0.6.0/infrastructures: + /v0.7.0/infrastructures: get: description: Get information about infrastructures parameters: @@ -1625,7 +1625,7 @@ paths: $ref: '#/components/schemas/RacksDBInfrastructure' type: array description: successful operation - /v0.6.0/nodes: + /v0.7.0/nodes: get: description: Get information about nodes parameters: @@ -1692,7 +1692,7 @@ paths: $ref: '#/components/schemas/RacksDBNode' type: array description: successful operation - /v0.6.0/racks: + /v0.7.0/racks: get: description: Get information about racks parameters: @@ -1743,7 +1743,7 @@ paths: $ref: '#/components/schemas/RacksDBRack' type: array description: successful operation - /v0.6.0/tags: + /v0.7.0/tags: get: description: Get tags associated to infrastructure and equipment parameters: diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 90bc31e9..312a921e 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "racksdb-webui", - "version": "0.6.0", + "version": "0.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "racksdb-webui", - "version": "0.6.0", + "version": "0.7.0", "dependencies": { "@headlessui/vue": "^1.7.17", "@heroicons/vue": "^2.1.1", diff --git a/frontend/package.json b/frontend/package.json index b02c7d64..19fb8b95 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "racksdb-webui", - "version": "0.6.0", + "version": "0.7.0", "private": true, "scripts": { "dev": "vite", diff --git a/frontend/public/config.json b/frontend/public/config.json index ad62fa4c..c1c21511 100644 --- a/frontend/public/config.json +++ b/frontend/public/config.json @@ -1,4 +1,4 @@ { "API_SERVER": "http://localhost:5000/", - "API_VERSION": "v0.6.0" + "API_VERSION": "v0.7.0" } diff --git a/pyproject.toml b/pyproject.toml index ac0403c7..aaa36d4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "RacksDB" -version = "0.6.0" +version = "0.7.0" description = "Modelize your datacenters infrastructures in YAML database" license = {text = "MIT"} requires-python = ">=3.6" diff --git a/schemas/drawings.yml b/schemas/drawings.yml index eed724c5..6851c8b0 100644 --- a/schemas/drawings.yml +++ b/schemas/drawings.yml @@ -1,6 +1,6 @@ # RacksDB drawing parameters schema -_version: 0.6.0 +_version: 0.7.0 _content: properties: diff --git a/schemas/racksdb.yml b/schemas/racksdb.yml index 167a7e3d..9a1570d2 100644 --- a/schemas/racksdb.yml +++ b/schemas/racksdb.yml @@ -1,6 +1,6 @@ # RacksDB database schema -_version: 0.6.0 +_version: 0.7.0 _content: properties: