Skip to content

v0.1.0-alpha.18

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 14 May 20:18
· 113 commits to main since this release
014b8b3

What's Changed

  • chore(security): clean up stale code-scanning alerts by @schwichtgit in #220
  • chore(deps): rollup of 8 Dependabot PRs (sonarqube, api-service, memvid, frontend) by @schwichtgit in #229
  • fix(test): correct stale filename assertion in memvid real searcher test by @schwichtgit in #230
  • fix(memvid): add explicit USER nonroot to satisfy release-gate by @schwichtgit in #231
  • chore(deps): rollup of 11 Dependabot PRs (api-service, memvid, frontend) by @schwichtgit in #247
  • chore(deps): bump react-day-picker 9 -> 10 (closes #242) by @schwichtgit in #248
  • docs: release 0.1.0-alpha.18 by @schwichtgit in #249
  • ci: reclaim disk space on amd64 ingest container build by @schwichtgit in #250

Full Changelog: v0.1.0-alpha.17...v0.1.0-alpha.18

Container Images

All images are multi-arch (linux/amd64, linux/arm64) and signed with cosign.

Service Image
Frontend ghcr.io/schwichtgit/ai-resume-frontend:v0.1.0-alpha.18
API ghcr.io/schwichtgit/ai-resume-api:v0.1.0-alpha.18
Memvid ghcr.io/schwichtgit/ai-resume-memvid:v0.1.0-alpha.18
Ingest ghcr.io/schwichtgit/ai-resume-ingest:v0.1.0-alpha.18
podman pull ghcr.io/schwichtgit/ai-resume-frontend:v0.1.0-alpha.18
podman pull ghcr.io/schwichtgit/ai-resume-api:v0.1.0-alpha.18
podman pull ghcr.io/schwichtgit/ai-resume-memvid:v0.1.0-alpha.18
podman pull ghcr.io/schwichtgit/ai-resume-ingest:v0.1.0-alpha.18

# Verify signatures
cosign verify \
  --certificate-identity "https://github.com/schwichtgit/ai-resume/.github/workflows/release.yml@refs/tags/v0.1.0-alpha.18" \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  ghcr.io/schwichtgit/ai-resume-frontend:v0.1.0-alpha.18