Skip to content

Releases: helmcode/k8s-watchdog-ai

Release v0.1.4

23 Jan 11:23

Choose a tag to compare

K8s Watchdog AI v0.1.4

Changes

  • chore: update helm values to version 0.1.4 (ba04002)
  • fix: return HTTP 202 for async report endpoint (22ecc0b)

Docker Image

docker pull ghcr.io/helmcode/k8s-watchdog-ai:0.1.4

Helm Installation

helm install k8s-watchdog-ai ./helm \
  --namespace watchdog-ai \
  --create-namespace \
  --values ./helm/values/prod.yaml

What's Included

  • FastAPI REST API for on-demand report generation
  • Claude AI-powered autonomous cluster analysis
  • Direct Kubernetes API integration (read-only)
  • Optional Prometheus metrics analysis
  • PDF report generation with WeasyPrint
  • Slack integration with Files API v2
  • SQLite storage for report history

Requirements

  • Kubernetes 1.23+
  • HashiCorp Vault Operator (for secrets management)
  • Anthropic API key
  • Slack Bot Token and Channel ID

Release v0.1.3

23 Jan 10:29

Choose a tag to compare

K8s Watchdog AI v0.1.3

Changes

  • chore: update helm values to version 0.1.3 (14dac50)
  • feat: implement job queue system to prevent pod termination (8f65279)
  • Updated version image in default values.yaml (eebc73d)
  • feat: centralize version management in default values.yaml (d38135d)
  • fix: use Recreate strategy for deployment to avoid PVC multi-attach error (cd7bb63)

Docker Image

docker pull ghcr.io/helmcode/k8s-watchdog-ai:0.1.3

Helm Installation

helm install k8s-watchdog-ai ./helm \
  --namespace watchdog-ai \
  --create-namespace \
  --values ./helm/values/prod.yaml

What's Included

  • FastAPI REST API for on-demand report generation
  • Claude AI-powered autonomous cluster analysis
  • Direct Kubernetes API integration (read-only)
  • Optional Prometheus metrics analysis
  • PDF report generation with WeasyPrint
  • Slack integration with Files API v2
  • SQLite storage for report history

Requirements

  • Kubernetes 1.23+
  • HashiCorp Vault Operator (for secrets management)
  • Anthropic API key
  • Slack Bot Token and Channel ID

Release v0.1.2

22 Jan 12:39

Choose a tag to compare

K8s Watchdog AI v0.1.2

Changes

  • chore: update helm values to version 0.1.2 (7c2dd70)
  • feat: add CLIENT_NAME to PDF filename format (c3a0071)
  • Changed cronjob schelude (5da4d52)
  • fix(cronjob): increase timeout to 5 minutes for report generation (31542ff)
  • fix: Resolve Helm Chart.yaml corruption from macOS extended attributes (33f4b1d)

Docker Image

docker pull ghcr.io/helmcode/k8s-watchdog-ai:0.1.2

Helm Installation

helm install k8s-watchdog-ai ./helm \
  --namespace watchdog-ai \
  --create-namespace \
  --values ./helm/values/prod.yaml

What's Included

  • FastAPI REST API for on-demand report generation
  • Claude AI-powered autonomous cluster analysis
  • Direct Kubernetes API integration (read-only)
  • Optional Prometheus metrics analysis
  • PDF report generation with WeasyPrint
  • Slack integration with Files API v2
  • SQLite storage for report history

Requirements

  • Kubernetes 1.23+
  • HashiCorp Vault Operator (for secrets management)
  • Anthropic API key
  • Slack Bot Token and Channel ID

Release v0.1.1

15 Jan 13:27

Choose a tag to compare

K8s Watchdog AI v0.1.1

Changes

  • bump: Added Helm chart && GH Action && Test CI/CD (a9112e8)
  • Clean spaces && Translate prompt instruction (7d115b3)
  • refactor: migrate from Go to Python with FastAPI and direct tool integration (35131ca)

Docker Image

docker pull ghcr.io/helmcode/k8s-watchdog-ai:0.1.1

Helm Installation

helm install k8s-watchdog-ai ./helm \
  --namespace watchdog-ai \
  --create-namespace \
  --values ./helm/values/prod.yaml

What's Included

  • FastAPI REST API for on-demand report generation
  • Claude AI-powered autonomous cluster analysis
  • Direct Kubernetes API integration (read-only)
  • Optional Prometheus metrics analysis
  • PDF report generation with WeasyPrint
  • Slack integration with Files API v2
  • SQLite storage for report history

Requirements

  • Kubernetes 1.23+
  • HashiCorp Vault Operator (for secrets management)
  • Anthropic API key
  • Slack Bot Token and Channel ID