Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 26 May 16:16
· 955 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.1
docker pull ghcr.io/bablsoft/accessflow-frontend:1.0.1

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.1 \
  --namespace accessflow --create-namespace

What's Changed

  • feat(AF-345): query scheduling — defer execution to a future datetime by @babltiga in #351
  • feat(AF-346): bulk approve/reject for the review queue by @babltiga in #352
  • feat(AF-354): polish tables, show approvers + schedule on query page by @babltiga in #355

Full Changelog: v1.0.0...v1.0.1