Skip to content

Commit 9570350

Browse files
committed
docs: updates for tagging 0.11.0
- set version new version in the files (Changelog and so on) - removed roadmap, because there were too frequent changes in the plans - added screenshot of the dashboard to the documentation Signed-off-by: Tobias Anker <tobias.anker@kitsunemimi.moe>
1 parent b0faca0 commit 9570350

11 files changed

Lines changed: 12 additions & 177 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## v0.11.0
4+
5+
(Changes since v0.10.0)
46

57
### BREAKING-CHANGES
68

Earthfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ generate-docs:
127127

128128
COPY mkdocs.yml .
129129
COPY CHANGELOG.md .
130-
COPY ROADMAP.md .
131130
COPY LICENSE .
132131
COPY docs docs
133132
RUN rm -rf docs/example_configs

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,6 @@ added/enabled again in the near future:
206206
Until 0.7.0 there were policies and roles, which were removed for the moment, because they were
207207
not translated into the new Rust code so far. Will be added in one of the next releases again.
208208
209-
## Roadmap
210-
211-
see [Roadmap](https://github.com/kitsudaiki/ainari/blob/develop/ROADMAP.md)
212-
213209
## Author
214210
215211
**Tobias Anker**

ROADMAP.md

Lines changed: 0 additions & 160 deletions
This file was deleted.

deploy/k8s/ainari/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.10.0
18+
version: 0.11.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

docs/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ Ainari is split into a micro-service architecture. See here for
172172

173173
[:octicons-arrow-right-24: client, SDK and helm-chart](https://files.ainari.cloud/)
174174

175-
- :octicons-milestone-24:{ .lg .middle } **Roadmap**
176-
177-
______________________________________________________________________
178-
179-
[:octicons-arrow-right-24: Roadmap](/home/ROADMAP/)
180175

181176
</div>
182177

docs/user/dashboard/dashboard.jpg

70.2 KB
Loading

docs/user/dashboard/dashboard.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Dashboard
22

3-
!!! info
3+
There is a basic dashboard implemented in Vue.js. The address to access it depends on the installation.
44

5-
Currently in process of refactoring and rewriting the dashboard
5+
!!! note
6+
7+
Because of a lack of time and because of upcoming updates, there is no further usage documentation at the moment for the dashboard.
8+
9+
![Dashboard](dashboard.jpg)

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ nav:
2727
- home/overview.md
2828
- home/license.md
2929
- home/CHANGELOG.md
30-
- home/ROADMAP.md
3130
- User-Docu:
3231
- CLI and SDK:
3332
- user/cli_sdk/cli_sdk_docu.md

src/dashboard/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ainari-dashboard",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite",

0 commit comments

Comments
 (0)