5 Commits
0.8.0 ... 0.9.0

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

### Features

* add more apps ([28910c8](28910c8ee5))
* collapse apps by default, too many ([79b2f0d](79b2f0d1c8))
2026-03-26 01:41:58 +00:00
82187855d8 Merge pull request 'main' (#201) from main into release
All checks were successful
release-image / build (push) Successful in 57s
test-build / guarddog (push) Successful in 30s
test-build / build (push) Successful in 1m6s
release-image / guarddog (push) Successful in 18s
release-image / semantic-release (push) Successful in 1m56s
release-image / release-harbor (push) Successful in 3m34s
release-image / release-gitea (push) Successful in 5m30s
renovate / renovate (push) Successful in 46s
Reviewed-on: #201
2026-03-26 01:34:31 +00:00
28910c8ee5 feat: add more apps
All checks were successful
test-build / guarddog (push) Successful in 45s
test-build / build (push) Successful in 1m7s
2026-03-25 20:32:58 -05:00
9bbdd65be9 chore(deps): update dependency node to v24.14.1
All checks were successful
test-build / guarddog (pull_request) Successful in 2m31s
test-build / build (pull_request) Successful in 3m51s
renovate / renovate (push) Successful in 1m11s
2026-03-25 06:01:46 +00:00
79b2f0d1c8 feat: collapse apps by default, too many
All checks were successful
test-build / build (push) Successful in 44s
test-build / guarddog (push) Successful in 3m37s
renovate / renovate (push) Successful in 1m5s
2026-03-24 20:56:41 -05:00
8 changed files with 44 additions and 5 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.0 node-version: 24.14.1
- 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.0 node-version: 24.14.1
- 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.0 node-version: 24.14.1
- 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,11 @@
# [0.9.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.8.0...0.9.0) (2026-03-26)
### Features
* add more apps ([28910c8](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/28910c8ee57a2436cbe1ca01e95b85d8600f360e))
* collapse apps by default, too many ([79b2f0d](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/79b2f0d1c89da74693ffddd78460197cd3d91bd5))
# [0.8.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.7.0...0.8.0) (2026-03-25) # [0.8.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.7.0...0.8.0) (2026-03-25)

View File

@@ -50,6 +50,7 @@ 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.8.0", "version": "0.9.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://github.com/coredns/coredns.io/blob/master/static/images/favicon.png file: https://raw.githubusercontent.com/coredns/coredns.io/refs/heads/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

@@ -0,0 +1,15 @@
---
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

@@ -0,0 +1,15 @@
---
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
---