10 Commits

Author SHA1 Message Date
8b9c374c28 fix: use type=raw for Docker tags to preserve v prefix
Some checks failed
CI / Test (push) Successful in 2m24s
CI / Lint (push) Successful in 2m17s
CI / Docker Build & Push (push) Failing after 2m39s
CI / Release (push) Successful in 1m26s
CI / Notify (push) Successful in 1s
docker/metadata-action type=semver strips the v prefix, causing
tag mismatch between git tags (v0.1.3) and Docker tags (0.1.3).
Switch to type=raw to pass through the version as-is.
v0.0.6
2026-02-22 09:58:44 -05:00
32ce69c800 fix: switch Docker build to plain docker build/push with insecure registry
All checks were successful
CI / Lint (push) Successful in 2m41s
CI / Release (push) Successful in 1m30s
CI / Test (push) Successful in 2m36s
CI / Docker Build & Push (push) Successful in 3m9s
CI / Notify (push) Successful in 1s
- Drop buildx (setup-buildx-action, build-push-action)
- Use insecure HTTP registry with SIGHUP daemon reload
- Use org-level PAT secrets for registry auth
v0.0.5
2026-02-21 22:38:01 -05:00
ea08181619 fix: use docker login CLI instead of login-action for Gitea compat
Some checks failed
CI / Test (push) Successful in 2m36s
CI / Lint (push) Successful in 2m31s
CI / Release (push) Successful in 1m18s
CI / Docker Build & Push (push) Failing after 5m29s
CI / Notify (push) Has been cancelled
docker/login-action@v3 fails with 'Username and password required' on
Gitea Actions — secrets not passed to action with: inputs. Switch to
direct docker login CLI which reliably interpolates secrets in run: steps.
v0.0.4
2026-02-21 19:34:29 -05:00
c4fd58c951 fix: switch Docker registry to HTTPS endpoint with login-action
Some checks failed
CI / Test (push) Successful in 3m12s
CI / Release (push) Successful in 1m33s
CI / Lint (push) Successful in 2m55s
CI / Docker Build & Push (push) Failing after 8m26s
CI / Notify (push) Successful in 2s
- Replace gitea-http.gitea.svc.cluster.local:3000 with registry.lab.daviestechlabs.io
- Use docker/login-action@v3 for Gitea registry auth (proper buildx integration)
- Remove manual base64 auth to ~/.docker/config.json (not picked up by buildkit)
- Remove insecure registry daemon.json config and Docker restart
- Remove buildkitd insecure registry config
- Remove cache-from/cache-to type=gha (not supported on Gitea Actions)

Fixes 401 Unauthorized: reqPackageAccess on Docker push
v0.0.3
2026-02-21 18:05:42 -05:00
0df7a8cdbb fix: use config.json auth for Gitea registry login
Some checks failed
CI / Lint (push) Successful in 56s
CI / Test (push) Successful in 53s
CI / Release (push) Successful in 5s
CI / Docker Build & Push (push) Failing after 2m2s
CI / Notify (push) Successful in 2s
docker login --password-stdin fails on act runner (non-TTY).
Use base64 auth in ~/.docker/config.json instead, matching
the kuberay-images pattern.
v0.0.2
2026-02-14 09:21:46 -05:00
1c1a9cc35f fix: add golangci-lint config and fix all lint errors
Some checks failed
CI / Lint (push) Successful in 58s
CI / Test (push) Successful in 1m15s
CI / Release (push) Successful in 6s
CI / Docker Build & Push (push) Failing after 23s
CI / Notify (push) Successful in 1s
- Add .golangci.yml with v2 config (errcheck, govet, staticcheck, misspell, etc.)
- Fix 32 errcheck issues across config, discord, ntfy, server packages
- Fix misspelling: cancelled → canceled
- Fix staticcheck: use append(slice...) instead of loop
- Fix staticcheck: remove empty error branch
- Use t.Setenv instead of os.Setenv/Unsetenv in tests
- Update CI workflow: add lint job, release tagging, ntfy notifications
v0.0.1
2026-02-14 09:15:01 -05:00
8a80602d56 chore: add Renovate config for automated dependency updates
Some checks failed
Build and Push / build (push) Failing after 1m33s
Build and Push / test (push) Successful in 1m32s
Ref: ADR-0057
2026-02-13 15:34:45 -05:00
6158628afa fix: configure Docker daemon for insecure HTTP registry before login
Some checks failed
Build and Push / build (push) Failing after 3m6s
Build and Push / test (push) Successful in 2m46s
2026-02-02 18:22:35 -05:00
f97ad0e7cb feat: implement ntfy-discord bridge in Go
Some checks failed
Build and Push / build (push) Failing after 4m36s
Build and Push / test (push) Has been cancelled
- SSE subscription to ntfy with auto-reconnect
- Discord webhook integration with embed formatting
- Priority to color mapping, tag to emoji conversion
- Native HashiCorp Vault support (Kubernetes + token auth)
- Hot reload secrets via fsnotify or Vault polling
- Prometheus metrics (/metrics endpoint)
- Health/ready endpoints for Kubernetes probes
- Comprehensive unit tests and fuzz tests
- Multi-stage Docker build (~10MB scratch image)
- CI/CD pipeline for Gitea Actions
2026-02-02 18:13:55 -05:00
b325d9bfec Initial commit 2026-02-02 22:46:49 +00:00