9 Commits

Author SHA1 Message Date
semantic-release-bot 3352ac6cb5 chore(release): 1.3.0 [skip ci]
# [1.3.0](http://gitea-http.gitea:3000/alexlebens/site-saralebens/compare/1.2.0...1.3.0) (2026-05-22)

### Bug Fixes

* **deps:** update astro monorepo ([49a08ef](http://gitea-http.gitea:3000/alexlebens/site-saralebens/commit/49a08ef3405890fcdc58c1a929743a69eb09747c))
* **deps:** update dependency astro to v6.3.3 ([ac46dca](http://gitea-http.gitea:3000/alexlebens/site-saralebens/commit/ac46dca86915a0b1cdb163db35208d86612a307e))
* **deps:** update dependency astro to v6.3.5 ([d82f69b](http://gitea-http.gitea:3000/alexlebens/site-saralebens/commit/d82f69b3f42716bf1ae1591663fe23c34e2ab95b))
* **deps:** update dependency astro to v6.3.6 ([4238e85](http://gitea-http.gitea:3000/alexlebens/site-saralebens/commit/4238e8539d8cd7c7ac9c784f1d7267e6f16eb5eb))
* **deps:** update dependency astro to v6.3.7 ([feee9e4](http://gitea-http.gitea:3000/alexlebens/site-saralebens/commit/feee9e45ab4b3588da9da076638fafd5ac1ae973))

### Features

* change names ([ac5ae37](http://gitea-http.gitea:3000/alexlebens/site-saralebens/commit/ac5ae37013116cb9fae413b5f0b3e468fea53df0))
2026-05-22 22:14:48 +00:00
alexlebens eccfa241c3 Merge pull request 'chore(deps): update dependency node to v24.16.0' (#44) from renovate/node-24.x into main
release-image / semantic-release (push) Successful in 40s
release-image / guarddog (push) Successful in 19s
release-image / build (push) Successful in 1m1s
release-image / release-harbor (push) Successful in 5m41s
release-image / release-gitea (push) Successful in 5m29s
Reviewed-on: #44
2026-05-22 22:12:06 +00:00
alexlebens 3aef491350 Merge pull request 'chore(deps): update docker/login-action action to v4.2.0' (#45) from renovate/docker-login-action-4.x into main
Reviewed-on: #45
2026-05-22 22:11:25 +00:00
renovate-bot 667910368a chore(deps): update docker/metadata-action action to v6.1.0
test-build / build (pull_request) Successful in 40s
test-build / guarddog (pull_request) Successful in 41s
2026-05-22 22:09:32 +00:00
renovate-bot 1be5c31d7f chore(deps): update docker/login-action action to v4.2.0
test-build / guarddog (pull_request) Successful in 35s
test-build / build (pull_request) Successful in 36s
2026-05-22 22:09:08 +00:00
renovate-bot f7aef3fc7b chore(deps): update dependency node to v24.16.0
test-build / guarddog (pull_request) Successful in 24s
test-build / build (pull_request) Successful in 50s
2026-05-22 22:09:02 +00:00
alexlebens 867ae3f126 Merge pull request 'chore(deps): update docker/setup-buildx-action action to v4.1.0' (#47) from renovate/docker-setup-buildx-action-4.x into main
Reviewed-on: #47
2026-05-22 22:06:43 +00:00
renovate-bot 7a1a5c6afb chore(deps): update docker/setup-buildx-action action to v4.1.0
test-build / build (pull_request) Successful in 48s
test-build / guarddog (pull_request) Successful in 45s
2026-05-22 19:42:59 +00:00
renovate-bot feee9e45ab fix(deps): update dependency astro to v6.3.7
renovate/stability-days Updates have met minimum release age requirement
test-build / build (pull_request) Successful in 54s
test-build / guarddog (pull_request) Successful in 1m4s
test-build / guarddog (push) Successful in 3m2s
test-build / build (push) Successful in 7m21s
2026-05-22 19:41:54 +00:00
4 changed files with 28 additions and 12 deletions
+8 -8
View File
@@ -144,14 +144,14 @@ jobs:
ref: release ref: release
- name: Login to Harbor Registry - name: Login to Harbor Registry
uses: docker/login-action@v4.1.0 uses: docker/login-action@v4.2.0
with: with:
registry: ${{ vars.REGISTRY_HOST }} registry: ${{ vars.REGISTRY_HOST }}
username: ${{ vars.REGISTRY_USER }} username: ${{ vars.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_SECRET }} password: ${{ secrets.REGISTRY_SECRET }}
- name: Login to Docker - name: Login to Docker
uses: docker/login-action@v4.1.0 uses: docker/login-action@v4.2.0
with: with:
registry: ${{ vars.DH_REGISTRY }} registry: ${{ vars.DH_REGISTRY }}
username: ${{ secrets.DH_USERNAME }} username: ${{ secrets.DH_USERNAME }}
@@ -164,7 +164,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
id: buildx id: buildx
uses: docker/setup-buildx-action@v4.0.0 uses: docker/setup-buildx-action@v4.1.0
with: with:
driver: kubernetes driver: kubernetes
driver-opts: | driver-opts: |
@@ -179,7 +179,7 @@ jobs:
- name: Extract Metadata - name: Extract Metadata
id: meta id: meta
uses: docker/metadata-action@v6.0.0 uses: docker/metadata-action@v6.1.0
with: with:
images: | images: |
${{ vars.REGISTRY_HOST }}/images/site-saralebens ${{ vars.REGISTRY_HOST }}/images/site-saralebens
@@ -248,14 +248,14 @@ jobs:
ref: release ref: release
- name: Login to Gitea Registry - name: Login to Gitea Registry
uses: docker/login-action@v4.1.0 uses: docker/login-action@v4.2.0
with: with:
registry: ${{ vars.REPOSITORY_HOST }} registry: ${{ vars.REPOSITORY_HOST }}
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.REPOSITORY_TOKEN }} password: ${{ secrets.REPOSITORY_TOKEN }}
- name: Login to Docker - name: Login to Docker
uses: docker/login-action@v4.1.0 uses: docker/login-action@v4.2.0
with: with:
registry: ${{ vars.DH_REGISTRY }} registry: ${{ vars.DH_REGISTRY }}
username: ${{ secrets.DH_USERNAME }} username: ${{ secrets.DH_USERNAME }}
@@ -268,7 +268,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
id: buildx id: buildx
uses: docker/setup-buildx-action@v4.0.0 uses: docker/setup-buildx-action@v4.1.0
with: with:
driver: kubernetes driver: kubernetes
driver-opts: | driver-opts: |
@@ -283,7 +283,7 @@ jobs:
- name: Extract Metadata - name: Extract Metadata
id: meta id: meta
uses: docker/metadata-action@v6.0.0 uses: docker/metadata-action@v6.1.0
with: with:
images: | images: |
${{ vars.REPOSITORY_HOST }}/${{ gitea.repository }} ${{ vars.REPOSITORY_HOST }}/${{ gitea.repository }}
+16
View File
@@ -1,3 +1,19 @@
# [1.3.0](http://gitea-http.gitea:3000/alexlebens/site-saralebens/compare/1.2.0...1.3.0) (2026-05-22)
### Bug Fixes
* **deps:** update astro monorepo ([49a08ef](http://gitea-http.gitea:3000/alexlebens/site-saralebens/commit/49a08ef3405890fcdc58c1a929743a69eb09747c))
* **deps:** update dependency astro to v6.3.3 ([ac46dca](http://gitea-http.gitea:3000/alexlebens/site-saralebens/commit/ac46dca86915a0b1cdb163db35208d86612a307e))
* **deps:** update dependency astro to v6.3.5 ([d82f69b](http://gitea-http.gitea:3000/alexlebens/site-saralebens/commit/d82f69b3f42716bf1ae1591663fe23c34e2ab95b))
* **deps:** update dependency astro to v6.3.6 ([4238e85](http://gitea-http.gitea:3000/alexlebens/site-saralebens/commit/4238e8539d8cd7c7ac9c784f1d7267e6f16eb5eb))
* **deps:** update dependency astro to v6.3.7 ([feee9e4](http://gitea-http.gitea:3000/alexlebens/site-saralebens/commit/feee9e45ab4b3588da9da076638fafd5ac1ae973))
### Features
* change names ([ac5ae37](http://gitea-http.gitea:3000/alexlebens/site-saralebens/commit/ac5ae37013116cb9fae413b5f0b3e468fea53df0))
# [1.2.0](http://gitea-http.gitea:3000/alexlebens/site-saralebens/compare/1.1.2...1.2.0) (2026-05-08) # [1.2.0](http://gitea-http.gitea:3000/alexlebens/site-saralebens/compare/1.1.2...1.2.0) (2026-05-08)
+2 -2
View File
@@ -9,7 +9,7 @@
"@astrojs/sitemap": "3.7.2", "@astrojs/sitemap": "3.7.2",
"@tailwindcss/postcss": "4.3.0", "@tailwindcss/postcss": "4.3.0",
"@tailwindcss/vite": "4.3.0", "@tailwindcss/vite": "4.3.0",
"astro": "6.3.6", "astro": "6.3.7",
"tailwindcss": "4.3.0", "tailwindcss": "4.3.0",
}, },
"devDependencies": { "devDependencies": {
@@ -474,7 +474,7 @@
"array-union": ["array-union@2.1.0", "", {}, "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="], "array-union": ["array-union@2.1.0", "", {}, "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="],
"astro": ["astro@6.3.6", "", { "dependencies": { "@astrojs/compiler": "^4.0.0", "@astrojs/internal-helpers": "0.9.1", "@astrojs/markdown-remark": "7.1.2", "@astrojs/telemetry": "3.3.2", "@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", "get-tsconfig": "5.0.0-beta.4", "github-slugger": "^2.0.0", "html-escaper": "3.0.3", "http-cache-semantics": "^4.2.0", "js-yaml": "^4.1.1", "jsonc-parser": "^3.3.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.4", "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", "ultrahtml": "^1.6.0", "unifont": "~0.7.4", "unist-util-visit": "^5.1.0", "unstorage": "^1.17.5", "vfile": "^6.0.3", "vite": "^7.3.2", "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-lM30gGI/iASK9Z1WQVnBBYzxVwDv8slkXbJOF7FNJdZQeBrFETpsQvYoLRupM/adt2ObP5hkYAWEeCjofoqlRw=="], "astro": ["astro@6.3.7", "", { "dependencies": { "@astrojs/compiler": "^4.0.0", "@astrojs/internal-helpers": "0.9.1", "@astrojs/markdown-remark": "7.1.2", "@astrojs/telemetry": "3.3.2", "@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", "get-tsconfig": "5.0.0-beta.4", "github-slugger": "^2.0.0", "html-escaper": "3.0.3", "http-cache-semantics": "^4.2.0", "js-yaml": "^4.1.1", "jsonc-parser": "^3.3.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.4", "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", "ultrahtml": "^1.6.0", "unifont": "~0.7.4", "unist-util-visit": "^5.1.0", "unstorage": "^1.17.5", "vfile": "^6.0.3", "vite": "^7.3.2", "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-zIeDRrI0qNgN1lcCjNqt6/IVCVej7VwSa326cO8uP9BOk1cg4QuffhLnOn2gCgWQr32/wxpSRFfXiLKHglu1Tw=="],
"astro-eslint-parser": ["astro-eslint-parser@1.4.0", "", { "dependencies": { "@astrojs/compiler": "^2.0.0 || ^3.0.0", "@typescript-eslint/scope-manager": "^7.0.0 || ^8.0.0", "@typescript-eslint/types": "^7.0.0 || ^8.0.0", "astrojs-compiler-sync": "^1.0.0", "debug": "^4.3.4", "entities": "^7.0.0", "eslint-scope": "^8.0.1", "eslint-visitor-keys": "^4.0.0", "espree": "^10.0.0", "fast-glob": "^3.3.3", "is-glob": "^4.0.3", "semver": "^7.3.8" } }, "sha512-+QDcgc7e+au6EZ0YjMmRRjNoQo5bDMlaR45aWDoFsuxQTCM9qmCHRoiKJPELgckJ8Wmr7vcfpa9eCDHBFh6G4w=="], "astro-eslint-parser": ["astro-eslint-parser@1.4.0", "", { "dependencies": { "@astrojs/compiler": "^2.0.0 || ^3.0.0", "@typescript-eslint/scope-manager": "^7.0.0 || ^8.0.0", "@typescript-eslint/types": "^7.0.0 || ^8.0.0", "astrojs-compiler-sync": "^1.0.0", "debug": "^4.3.4", "entities": "^7.0.0", "eslint-scope": "^8.0.1", "eslint-visitor-keys": "^4.0.0", "espree": "^10.0.0", "fast-glob": "^3.3.3", "is-glob": "^4.0.3", "semver": "^7.3.8" } }, "sha512-+QDcgc7e+au6EZ0YjMmRRjNoQo5bDMlaR45aWDoFsuxQTCM9qmCHRoiKJPELgckJ8Wmr7vcfpa9eCDHBFh6G4w=="],
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "site-saralebens", "name": "site-saralebens",
"type": "module", "type": "module",
"version": "1.2.0", "version": "1.3.0",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"build": "astro build", "build": "astro build",
@@ -16,7 +16,7 @@
"@astrojs/sitemap": "3.7.2", "@astrojs/sitemap": "3.7.2",
"@tailwindcss/postcss": "4.3.0", "@tailwindcss/postcss": "4.3.0",
"@tailwindcss/vite": "4.3.0", "@tailwindcss/vite": "4.3.0",
"astro": "6.3.6", "astro": "6.3.7",
"tailwindcss": "4.3.0" "tailwindcss": "4.3.0"
}, },
"devDependencies": { "devDependencies": {