Compare commits

..

3 Commits

Author SHA1 Message Date
Xe Iaso
dacc2568a7 chore: release v1.21.0
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-16 21:13:45 -04:00
Xe Iaso
2915c1d209 fix(docs/manifest): k8s typo
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-16 20:35:33 -04:00
Xe Iaso
68b653b099 feat(anubis): add /healthz route to metrics server (#843)
* feat(anubis): add /healthz route to metrics server

Also add health check test for Docker Compose and update documentation
for health checking Anubis with Docker Compose.

Signed-off-by: Xe Iaso <me@xeiaso.net>

* chore: spelling

Signed-off-by: Xe Iaso <me@xeiaso.net>

---------

Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-07-17 00:31:18 +00:00
4 changed files with 5 additions and 4 deletions

View File

@@ -1 +1 @@
1.21.0-pre3 1.21.0

View File

@@ -92,6 +92,7 @@ spec:
type: RuntimeDefault type: RuntimeDefault
envFrom: envFrom:
- secretRef: - secretRef:
name: anubis-docs-thoth
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /healthz path: /healthz

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@techaro/anubis", "name": "@techaro/anubis",
"version": "1.21.0-pre3", "version": "1.21.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@techaro/anubis", "name": "@techaro/anubis",
"version": "1.21.0-pre3", "version": "1.21.0",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"cssnano": "^7.0.7", "cssnano": "^7.0.7",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@techaro/anubis", "name": "@techaro/anubis",
"version": "1.21.0-pre3", "version": "1.21.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {