Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 26 May 10:30
· 966 commits to main since this release
Immutable release. Only release title and notes can be modified.

Container images

docker pull ghcr.io/bablsoft/accessflow-backend:1.0.0
docker pull ghcr.io/bablsoft/accessflow-frontend:1.0.0

Multi-arch: linux/amd64, linux/arm64.

Helm chart

helm repo add accessflow https://bablsoft.github.io/accessflow
helm repo update
helm install accessflow accessflow/accessflow --version 1.0.0 \
  --namespace accessflow --create-namespace

What's Changed

  • test(AF-288): e2e for AuthGuard role-based redirects by @babltiga in #342
  • test(AF-289): e2e for WS-driven cache invalidation by @babltiga in #343
  • feat(AF-296): OAuth2 GitHub Enterprise + GitLab self-managed support by @babltiga in #344

Full Changelog: v0.8.4...v1.0.0