3 Commits

Author SHA1 Message Date
semantic-release-bot
56f97d1e9c chore(release): 0.8.0 [skip ci]
# [0.8.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.7.0...0.8.0) (2026-03-25)

### Features

* add more apps ([c69fde3](c69fde38f9))
2026-03-25 01:57:21 +00:00
39b446589a Merge pull request 'feat: add more apps' (#199) from main into release
All checks were successful
release-image / build (push) Successful in 25s
release-image / guarddog (push) Successful in 34s
release-image / semantic-release (push) Successful in 25s
release-image / release-harbor (push) Successful in 1m48s
release-image / release-gitea (push) Successful in 5m25s
Reviewed-on: #199
2026-03-25 01:46:56 +00:00
semantic-release-bot
7a7a348a3a chore(release): 0.7.0 [skip ci]
# [0.7.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.6.0...0.7.0) (2026-03-25)

### Features

* add more apps ([8e49a12](8e49a12511))
* change schedule ([4077d32](4077d3289c))
2026-03-25 00:20:17 +00:00
8 changed files with 20 additions and 36 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Node - name: Set up Node
uses: actions/setup-node@v6 uses: actions/setup-node@v6
with: with:
node-version: 24.14.1 node-version: 24.14.0
- name: Set up Bun - name: Set up Bun
uses: oven-sh/setup-bun@v2 uses: oven-sh/setup-bun@v2
@@ -114,7 +114,7 @@ jobs:
- name: Set up Node - name: Set up Node
uses: actions/setup-node@v6 uses: actions/setup-node@v6
with: with:
node-version: 24.14.1 node-version: 24.14.0
- name: Set up Bun - name: Set up Bun
uses: oven-sh/setup-bun@v2 uses: oven-sh/setup-bun@v2

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up Node - name: Set up Node
uses: actions/setup-node@v6 uses: actions/setup-node@v6
with: with:
node-version: 24.14.1 node-version: 24.14.0
- name: Set up Bun - name: Set up Bun
uses: oven-sh/setup-bun@v2 uses: oven-sh/setup-bun@v2

View File

@@ -1,3 +1,18 @@
# [0.8.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.7.0...0.8.0) (2026-03-25)
### Features
* add more apps ([c69fde3](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/c69fde38f93cd8f8fe50503c7e3b0523eeb73775))
# [0.7.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.6.0...0.7.0) (2026-03-25)
### Features
* add more apps ([8e49a12](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/8e49a12511f26de4060ff2aaef0f707446e210bd))
* change schedule ([4077d32](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/4077d3289cd2a87d8499b31eb6a70fd460aa72e4))
# [0.6.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.5.0...0.6.0) (2026-03-23) # [0.6.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.5.0...0.6.0) (2026-03-23)

View File

@@ -50,7 +50,6 @@ export default defineConfig({
}, },
{ {
label: "Applications", label: "Applications",
collapsed: true,
autogenerate: { directory: "applications" }, autogenerate: { directory: "applications" },
}, },
], ],

View File

@@ -1,7 +1,7 @@
{ {
"name": "site-documentation", "name": "site-documentation",
"type": "module", "type": "module",
"version": "0.6.0", "version": "0.8.0",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"build": "astro build", "build": "astro build",

View File

@@ -4,7 +4,7 @@ description: CoreDNS is a DNS server/forwarder, written in Go, that chains plugi
hero: hero:
tagline: CoreDNS is a DNS server/forwarder, written in Go, that chains plugins. tagline: CoreDNS is a DNS server/forwarder, written in Go, that chains plugins.
image: image:
file: https://raw.githubusercontent.com/coredns/coredns.io/refs/heads/master/static/images/favicon.png file: https://github.com/coredns/coredns.io/blob/master/static/images/favicon.png
actions: actions:
- text: Source - text: Source
link: https://github.com/coredns/coredns link: https://github.com/coredns/coredns

View File

@@ -1,15 +0,0 @@
---
title: Democratic CSI
description: Democratic CSI implements the csi (container storage interface) spec providing storage for various container orchestration systems.
hero:
tagline: Democratic CSI implements the csi (container storage interface) spec providing storage for various container orchestration systems.
image:
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kubernetes.webp
actions:
- text: Source
link: https://github.com/democratic-csi/democratic-csi
icon: right-arrow
- text: Deployment Chart
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/democratic-csi-synology-iscsi
icon: right-arrow
---

View File

@@ -1,15 +0,0 @@
---
title: Descheduler
description: Descheduler, based on its policy, finds pods that can be moved and evicts them.
hero:
tagline: Descheduler, based on its policy, finds pods that can be moved and evicts them.
image:
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kubernetes.webp
actions:
- text: Source
link: https://github.com/kubernetes-sigs/descheduler
icon: right-arrow
- text: Deployment Chart
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/descheduler
icon: right-arrow
---