Skip to content

v2.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jul 14:17
· 247 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:2.2.0
docker pull ghcr.io/bablsoft/accessflow-frontend:2.2.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 2.2.0 \
  --namespace accessflow --create-namespace

What's Changed

  • feat(AF-612): import a Postman collection as a connector schema by @babltiga in #620

Full Changelog: v2.2.0-beta.3...v2.2.0