Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 27 May 13:10
· 940 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.1.0
docker pull ghcr.io/bablsoft/accessflow-frontend:1.1.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.1.0 \
  --namespace accessflow --create-namespace

What's Changed

  • feat(AF-347): admin AI analysis history dashboard by @babltiga in #356
  • feat(AF-348): schema explorer ER diagram for datasource settings by @babltiga in #357
  • feat(AF-349): review plan templates ("Strict", "Lenient", "AI-only") by @babltiga in #358
  • feat(AF-350): audit log CSV export by @babltiga in #359
  • Update version to v1.1 and mark roadmap milestones as released by @babltiga in #366

Full Changelog: v1.0.1...v1.1.0