Skip to content

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 13:05
· 857 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.4.1
docker pull ghcr.io/bablsoft/accessflow-frontend:1.4.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.4.1 \
  --namespace accessflow --create-namespace

What's Changed

  • feat(AF-408): surface query execution failure cause on detail page by @babltiga in #409

Full Changelog: v1.4.0...v1.4.1