4 Commits
0.6.0 ... 0.7.0

Author SHA1 Message Date
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
8e49a12511 feat: add more apps
All checks were successful
test-build / guarddog (push) Successful in 2m37s
test-build / build (push) Successful in 4m11s
release-image / guarddog (push) Successful in 2m5s
release-image / build (push) Successful in 3m1s
release-image / semantic-release (push) Successful in 24s
release-image / release-harbor (push) Successful in 4m24s
release-image / release-gitea (push) Successful in 4m32s
2026-03-24 19:09:57 -05:00
4077d3289c feat: change schedule
All checks were successful
renovate / renovate (push) Successful in 29s
2026-03-23 11:01:49 -05:00
9e5ad9cc73 Merge branch 'release'
All checks were successful
test-build / guarddog (push) Successful in 18s
renovate / renovate (push) Successful in 44s
test-build / build (push) Successful in 2m49s
2026-03-22 23:13:05 -05:00
7 changed files with 70 additions and 6 deletions

View File

@@ -2,11 +2,7 @@ name: renovate
on: on:
schedule: schedule:
- cron: '@daily' - cron: '0 */6 * * *'
push:
branches:
- main
workflow_dispatch: workflow_dispatch:

View File

@@ -1,3 +1,11 @@
# [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

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

View File

@@ -0,0 +1,15 @@
---
title: Cert Manager
description: Cert Manager adds certificates and certificate issuers as resource types in Kubernetes clusters, and simplifies the process of obtaining, renewing and using those certificates.
hero:
tagline: Cert Manager adds certificates and certificate issuers as resource types in Kubernetes clusters, and simplifies the process of obtaining, renewing and using those certificates.
image:
file: https://raw.githubusercontent.com/cert-manager/cert-manager/52bddefde7b2d44841c77cf15038d51330cb9748/logo/logo.svg
actions:
- text: Source
link: https://github.com/cert-manager/cert-manager
icon: right-arrow
- text: Deployment Chart
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/cert-manager
icon: right-arrow
---

View File

@@ -0,0 +1,15 @@
---
title: Cilium
description: Cilium is a networking, observability, and security solution with an eBPF-based dataplane.
hero:
tagline: Cilium is a networking, observability, and security solution with an eBPF-based dataplane.
image:
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/cilium.webp
actions:
- text: Source
link: https://github.com/cilium/cilium
icon: right-arrow
- text: Deployment Chart
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/cilium
icon: right-arrow
---

View File

@@ -0,0 +1,15 @@
---
title: CloudNativePG
description: CloudNativePG (CNPG) is an open-source platform designed to seamlessly manage PostgreSQL databases in Kubernetes environments.
hero:
tagline: CloudNativePG (CNPG) is an open-source platform designed to seamlessly manage PostgreSQL databases in Kubernetes environments.
image:
file: https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg.github.io/0c2d2ff561b7b8ddb6bc06ddb91bd20b73d3f82d/assets/images/hero_image.svg
actions:
- text: Source
link: https://github.com/cloudnative-pg/cloudnative-pg
icon: right-arrow
- text: Deployment Chart
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/cloudnative-pg
icon: right-arrow
---

View File

@@ -0,0 +1,15 @@
---
title: Grimmory
description: Grimmory is a self-hosted application for managing your entire book collection in one place.
hero:
tagline: Grimmory is a self-hosted application for managing your entire book collection in one place.
image:
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/booklore.webp
actions:
- text: Source
link: https://github.com/grimmory-tools/grimmory
icon: right-arrow
- text: Deployment Chart
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/grimmory
icon: right-arrow
---