From b33c52519f2ed926dea2f4b73d3fbc34ea7c7aef Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Apr 2026 00:02:01 +0000 Subject: [PATCH 1/4] chore(deps): update dependency prettier to v3.8.3 --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index d94badf..3f42bc8 100644 --- a/bun.lock +++ b/bun.lock @@ -30,7 +30,7 @@ "eslint": "10.2.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-astro": "1.7.0", - "prettier": "3.8.2", + "prettier": "3.8.3", "prettier-plugin-astro": "0.14.1", "prettier-plugin-tailwindcss": "0.7.2", "semantic-release": "25.0.3", @@ -1369,7 +1369,7 @@ "prelude-ls": ["prelude-ls@1.2.1", "", {}, "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="], - "prettier": ["prettier@3.8.2", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q=="], + "prettier": ["prettier@3.8.3", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw=="], "prettier-plugin-astro": ["prettier-plugin-astro@0.14.1", "", { "dependencies": { "@astrojs/compiler": "2.13.1", "prettier": "3.8.1", "sass-formatter": "0.7.9" } }, "sha512-RiBETaaP9veVstE4vUwSIcdATj6dKmXljouXc/DDNwBSPTp8FRkLGDSGFClKsAFeeg+13SB0Z1JZvbD76bigJw=="], diff --git a/package.json b/package.json index a2d6793..a68781b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint": "10.2.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-astro": "1.7.0", - "prettier": "3.8.2", + "prettier": "3.8.3", "prettier-plugin-astro": "0.14.1", "prettier-plugin-tailwindcss": "0.7.2", "semantic-release": "25.0.3", -- 2.49.1 From b44da87ac85e1e8a3efd054328b167ae78ba25fc Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 15 Apr 2026 19:07:39 -0500 Subject: [PATCH 2/4] feat: add openbao --- src/content/docs/applications/openbao.mdx | 31 +++++++++++++++++++ .../applications/secrets-store-csi-driver.mdx | 23 ++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 src/content/docs/applications/openbao.mdx create mode 100644 src/content/docs/applications/secrets-store-csi-driver.mdx diff --git a/src/content/docs/applications/openbao.mdx b/src/content/docs/applications/openbao.mdx new file mode 100644 index 0000000..dc05e03 --- /dev/null +++ b/src/content/docs/applications/openbao.mdx @@ -0,0 +1,31 @@ +--- +title: OpenBao +description: OpenBao is a software solution to manage, store, and distribute sensitive data including secrets, certificates, and keys. +hero: + tagline: OpenBao is a software solution to manage, store, and distribute sensitive data including secrets, certificates, and keys. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openbao.webp + actions: + - text: Source + link: https://github.com/openbao/openbao + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/openbao + icon: right-arrow +--- + +import { Aside } from '@astrojs/starlight/components'; + + + +# Purpose + +Secrets manager. + +# Notes + +Retrieved by [External Secrets](https://docs.alexlebens.dev/applications/external-secrets/) for making them availible in cluster. + +Can store other secrets, but primarily used for cluster secrets. + +And by 'secrets' this means passwords, keys, etc, that are confidential and non public. diff --git a/src/content/docs/applications/secrets-store-csi-driver.mdx b/src/content/docs/applications/secrets-store-csi-driver.mdx new file mode 100644 index 0000000..4890f78 --- /dev/null +++ b/src/content/docs/applications/secrets-store-csi-driver.mdx @@ -0,0 +1,23 @@ +--- +title: Secrets Store CSI driver +description: Secrets Store CSI driver for Kubernetes secrets - Integrates secrets stores with Kubernetes via a CSI volume. +hero: + tagline: Secrets Store CSI driver for Kubernetes secrets - Integrates secrets stores with Kubernetes via a CSI volume. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kubernetes.webp + actions: + - text: Source + link: https://github.com/kubernetes-sigs/secrets-store-csi-driver + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/secrets-store-csi-driver + icon: right-arrow +--- + +# Purpose + +Provides a way to mount secrets from an external provider into a pod. + +# Notes + +Used with [OpenBao](https://docs.alexlebens.dev/applications/openbao/) to usually mount file secrets, such as json or yaml files. -- 2.49.1 From 4a60e315f87a7a0fb2ed1d0aa0540a15c222baf1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Apr 2026 15:47:29 +0000 Subject: [PATCH 3/4] fix(deps): update astro monorepo --- bun.lock | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bun.lock b/bun.lock index 3f42bc8..012f6de 100644 --- a/bun.lock +++ b/bun.lock @@ -6,12 +6,12 @@ "name": "site-documentation", "dependencies": { "@astrojs/mdx": "5.0.3", - "@astrojs/node": "10.0.4", + "@astrojs/node": "10.0.5", "@astrojs/sitemap": "3.7.2", "@astrojs/starlight": "0.38.3", "@tailwindcss/postcss": "4.2.2", "@tailwindcss/vite": "4.2.2", - "astro": "6.1.6", + "astro": "6.1.7", "sanitize-html": "2.17.2", "sharp": "0.34.5", "starlight-theme-rapide": "0.5.2", @@ -59,7 +59,7 @@ "@astrojs/mdx": ["@astrojs/mdx@5.0.3", "", { "dependencies": { "@astrojs/markdown-remark": "7.1.0", "@mdx-js/mdx": "^3.1.1", "acorn": "^8.16.0", "es-module-lexer": "^2.0.0", "estree-util-visit": "^2.0.0", "hast-util-to-html": "^9.0.5", "piccolore": "^0.1.3", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.1", "remark-smartypants": "^3.0.2", "source-map": "^0.7.6", "unist-util-visit": "^5.1.0", "vfile": "^6.0.3" }, "peerDependencies": { "astro": "^6.0.0" } }, "sha512-zv/OlM5sZZvyjHqJjR3FjJvoCgbxdqj3t4jO/gSEUNcck3BjdtMgNQw8UgPfAGe4yySdG4vjZ3OC5wUxhu7ckg=="], - "@astrojs/node": ["@astrojs/node@10.0.4", "", { "dependencies": { "@astrojs/internal-helpers": "0.8.0", "send": "^1.2.1", "server-destroy": "^1.0.1" }, "peerDependencies": { "astro": "^6.0.0" } }, "sha512-7pVgiVSscQHRC2WqjlXcnbbcKMYp2GXrYpmuvdGg5zgA8J1lFm2vmwVhHZFuZK3Ik5PzoxiDROaEgoDGLbfhLw=="], + "@astrojs/node": ["@astrojs/node@10.0.5", "", { "dependencies": { "@astrojs/internal-helpers": "0.8.0", "send": "^1.2.1", "server-destroy": "^1.0.1" }, "peerDependencies": { "astro": "^6.0.0" } }, "sha512-rgZiU9nD7zmM3fdmOVuobcNHAyXWx2HXXDLTuxjVCTQ+QmHmL5zkZZhNIL5NjlQtDRAU1i5fVaXp7nAKdET30w=="], "@astrojs/prism": ["@astrojs/prism@4.0.1", "", { "dependencies": { "prismjs": "^1.30.0" } }, "sha512-nksZQVjlferuWzhPsBpQ1JE5XuKAf1id1/9Hj4a9KG4+ofrlzxUUwX4YGQF/SuDiuiGKEnzopGOt38F3AnVWsQ=="], @@ -519,7 +519,7 @@ "astring": ["astring@1.9.0", "", { "bin": { "astring": "bin/astring" } }, "sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg=="], - "astro": ["astro@6.1.6", "", { "dependencies": { "@astrojs/compiler": "^3.0.1", "@astrojs/internal-helpers": "0.8.0", "@astrojs/markdown-remark": "7.1.0", "@astrojs/telemetry": "3.3.0", "@capsizecss/unpack": "^4.0.0", "@clack/prompts": "^1.1.0", "@oslojs/encoding": "^1.1.0", "@rollup/pluginutils": "^5.3.0", "aria-query": "^5.3.2", "axobject-query": "^4.1.0", "ci-info": "^4.4.0", "clsx": "^2.1.1", "common-ancestor-path": "^2.0.0", "cookie": "^1.1.1", "devalue": "^5.6.3", "diff": "^8.0.3", "dset": "^3.1.4", "es-module-lexer": "^2.0.0", "esbuild": "^0.27.3", "flattie": "^1.1.1", "fontace": "~0.4.1", "github-slugger": "^2.0.0", "html-escaper": "3.0.3", "http-cache-semantics": "^4.2.0", "js-yaml": "^4.1.1", "magic-string": "^0.30.21", "magicast": "^0.5.2", "mrmime": "^2.0.1", "neotraverse": "^0.6.18", "obug": "^2.1.1", "p-limit": "^7.3.0", "p-queue": "^9.1.0", "package-manager-detector": "^1.6.0", "piccolore": "^0.1.3", "picomatch": "^4.0.3", "rehype": "^13.0.2", "semver": "^7.7.4", "shiki": "^4.0.2", "smol-toml": "^1.6.0", "svgo": "^4.0.1", "tinyclip": "^0.1.12", "tinyexec": "^1.0.4", "tinyglobby": "^0.2.15", "tsconfck": "^3.1.6", "ultrahtml": "^1.6.0", "unifont": "~0.7.4", "unist-util-visit": "^5.1.0", "unstorage": "^1.17.4", "vfile": "^6.0.3", "vite": "^7.3.1", "vitefu": "^1.1.2", "xxhash-wasm": "^1.1.0", "yargs-parser": "^22.0.0", "zod": "^4.3.6" }, "optionalDependencies": { "sharp": "^0.34.0" }, "bin": { "astro": "bin/astro.mjs" } }, "sha512-pRsz+kYriwCV/AUcY/I9OVKtVHuYFs2DtCszAxprXded/kTE53nMwxfnK0Nf6FPfaX9vcUiLnigcSIhuFoKntA=="], + "astro": ["astro@6.1.7", "", { "dependencies": { "@astrojs/compiler": "^3.0.1", "@astrojs/internal-helpers": "0.8.0", "@astrojs/markdown-remark": "7.1.0", "@astrojs/telemetry": "3.3.0", "@capsizecss/unpack": "^4.0.0", "@clack/prompts": "^1.1.0", "@oslojs/encoding": "^1.1.0", "@rollup/pluginutils": "^5.3.0", "aria-query": "^5.3.2", "axobject-query": "^4.1.0", "ci-info": "^4.4.0", "clsx": "^2.1.1", "common-ancestor-path": "^2.0.0", "cookie": "^1.1.1", "devalue": "^5.6.3", "diff": "^8.0.3", "dset": "^3.1.4", "es-module-lexer": "^2.0.0", "esbuild": "^0.27.3", "flattie": "^1.1.1", "fontace": "~0.4.1", "github-slugger": "^2.0.0", "html-escaper": "3.0.3", "http-cache-semantics": "^4.2.0", "js-yaml": "^4.1.1", "magic-string": "^0.30.21", "magicast": "^0.5.2", "mrmime": "^2.0.1", "neotraverse": "^0.6.18", "obug": "^2.1.1", "p-limit": "^7.3.0", "p-queue": "^9.1.0", "package-manager-detector": "^1.6.0", "piccolore": "^0.1.3", "picomatch": "^4.0.3", "rehype": "^13.0.2", "semver": "^7.7.4", "shiki": "^4.0.2", "smol-toml": "^1.6.0", "svgo": "^4.0.1", "tinyclip": "^0.1.12", "tinyexec": "^1.0.4", "tinyglobby": "^0.2.15", "tsconfck": "^3.1.6", "ultrahtml": "^1.6.0", "unifont": "~0.7.4", "unist-util-visit": "^5.1.0", "unstorage": "^1.17.4", "vfile": "^6.0.3", "vite": "^7.3.1", "vitefu": "^1.1.2", "xxhash-wasm": "^1.1.0", "yargs-parser": "^22.0.0", "zod": "^4.3.6" }, "optionalDependencies": { "sharp": "^0.34.0" }, "bin": { "astro": "bin/astro.mjs" } }, "sha512-pvZysIUV2C2nRv8N7cXAkCLcfDQz/axAxF09SqiTz1B+xnvbhy6KzL2I6J15ZBXk8k0TfMD75dJ151QyQmAqZA=="], "astro-eslint-parser": ["astro-eslint-parser@1.3.0", "", { "dependencies": { "@astrojs/compiler": "2.13.1", "@typescript-eslint/scope-manager": "8.56.1", "@typescript-eslint/types": "8.56.1", "astrojs-compiler-sync": "1.1.1", "debug": "4.4.3", "entities": "6.0.1", "eslint-scope": "8.4.0", "eslint-visitor-keys": "4.2.1", "espree": "10.4.0", "fast-glob": "3.3.3", "is-glob": "4.0.3", "semver": "7.7.4" } }, "sha512-aOLc/aDR7lTWAHlytEefwn4Y6qs6uMr69DZvUx2A1AOAZsWhGB/paiRWPtVchh9wzMvLeqr+DkbENhVreVr9AQ=="], diff --git a/package.json b/package.json index a68781b..70ef182 100644 --- a/package.json +++ b/package.json @@ -13,12 +13,12 @@ }, "dependencies": { "@astrojs/mdx": "5.0.3", - "@astrojs/node": "10.0.4", + "@astrojs/node": "10.0.5", "@astrojs/sitemap": "3.7.2", "@astrojs/starlight": "0.38.3", "@tailwindcss/postcss": "4.2.2", "@tailwindcss/vite": "4.2.2", - "astro": "6.1.6", + "astro": "6.1.7", "sanitize-html": "2.17.2", "sharp": "0.34.5", "starlight-theme-rapide": "0.5.2", -- 2.49.1 From 27c6b11ea896736de5d137d2f0204b913ce081d1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Apr 2026 16:05:13 +0000 Subject: [PATCH 4/4] fix(deps): update dependency sanitize-html to v2.17.3 --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 012f6de..83c70c9 100644 --- a/bun.lock +++ b/bun.lock @@ -12,7 +12,7 @@ "@tailwindcss/postcss": "4.2.2", "@tailwindcss/vite": "4.2.2", "astro": "6.1.7", - "sanitize-html": "2.17.2", + "sanitize-html": "2.17.3", "sharp": "0.34.5", "starlight-theme-rapide": "0.5.2", "tailwindcss": "4.2.2", @@ -1475,7 +1475,7 @@ "safe-buffer": ["safe-buffer@5.1.2", "", {}, "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="], - "sanitize-html": ["sanitize-html@2.17.2", "", { "dependencies": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", "htmlparser2": "^10.1.0", "is-plain-object": "^5.0.0", "parse-srcset": "^1.0.2", "postcss": "^8.3.11" } }, "sha512-EnffJUl46VE9uvZ0XeWzObHLurClLlT12gsOk1cHyP2Ol1P0BnBnsXmShlBmWVJM+dKieQI68R0tsPY5m/B+Jg=="], + "sanitize-html": ["sanitize-html@2.17.3", "", { "dependencies": { "deepmerge": "^4.2.2", "escape-string-regexp": "^4.0.0", "htmlparser2": "^10.1.0", "is-plain-object": "^5.0.0", "parse-srcset": "^1.0.2", "postcss": "^8.3.11" } }, "sha512-Kn4srCAo2+wZyvCNKCSyB2g8RQ8IkX/gQs2uqoSRNu5t9I2qvUyAVvRDiFUVAiX3N3PNuwStY0eNr+ooBHVWEg=="], "sass-formatter": ["sass-formatter@0.7.9", "", { "dependencies": { "suf-log": "2.5.3" } }, "sha512-CWZ8XiSim+fJVG0cFLStwDvft1VI7uvXdCNJYXhDvowiv+DsbD1nXLiQ4zrE5UBvj5DWZJ93cwN0NX5PMsr1Pw=="], diff --git a/package.json b/package.json index 70ef182..539851f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@tailwindcss/postcss": "4.2.2", "@tailwindcss/vite": "4.2.2", "astro": "6.1.7", - "sanitize-html": "2.17.2", + "sanitize-html": "2.17.3", "sharp": "0.34.5", "starlight-theme-rapide": "0.5.2", "tailwindcss": "4.2.2" -- 2.49.1