Compare commits

..

4 Commits

Author SHA1 Message Date
6ebfc4230f chore(deps): update dependency python to 3.14
Some checks failed
test-build / build (pull_request) Successful in 1m57s
test-build / guarddog (pull_request) Failing after 2m17s
2026-02-18 21:40:08 +00:00
ba2477e7af fix: move host rules to workflow
All checks were successful
test-build / guarddog (push) Successful in 57s
test-build / build (push) Successful in 1m20s
renovate / renovate (push) Successful in 1m22s
2026-02-18 15:38:49 -06:00
879786484d feat: add creds for dhi
All checks were successful
test-build / guarddog (push) Successful in 38s
renovate / renovate (push) Successful in 57s
test-build / build (push) Successful in 2m11s
2026-02-18 15:33:03 -06:00
2c9486f687 feat: release 2.13.0 2026-02-18 15:23:41 -06:00
3 changed files with 3 additions and 2 deletions

View File

@@ -29,4 +29,5 @@ jobs:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_GIT_PRIVATE_KEY: ${{ secrets.RENOVATE_GIT_PRIVATE_KEY }}
RENOVATE_GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_COM_TOKEN }}
RENOVATE_HOST_RULES: '[{"matchHost":"docker.io","hostType":"docker","username":"${{ secrets.RENOVATE_DHI_USER }}","password":"${{ secrets.RENOVATE_DHI_TOKEN }}"}]'
RENOVATE_REDIS_URL: ${{ vars.RENOVATE_REDIS_URL }}

View File

@@ -27,7 +27,7 @@ ENV SITE_URL=https://www.alexlebens.dev
ENV DIRECTUS_URL=https://directus.alexlebens.net
ENV PORT=4321
LABEL version="2.12.0"
LABEL version="2.13.0"
LABEL description="Astro based personal website"
EXPOSE $PORT

View File

@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
"version": "2.12.0",
"version": "2.13.0",
"homepage": "https://www.alexlebens.dev",
"bugs": {
"url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues",