Skip to content

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Jul 12:03
· 331 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.1.1
docker pull ghcr.io/bablsoft/accessflow-frontend:2.1.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 2.1.1 \
  --namespace accessflow --create-namespace

What's Changed

  • fix(FE-565): render clickable API-request review notifications by @babltiga in #568
  • fix(FE-567): add approve/reject to API request detail page by @babltiga in #569
  • fix(AF-564): editable group connector grants + correct share label by @babltiga in #570
  • docs(website): surface API governance across homepage copy by @babltiga in #572
  • fix(AF-566): let reviewers open any API request detail by @babltiga in #571
  • chore(release-prep): mark v2.1 released and refresh website screenshots by @babltiga in #573
  • docs(website): add enterprise use-cases section and fix nav wrapping by @babltiga in #574
  • API Path Fixes by @babltiga in #576
  • fix(AF-566): open API request detail from the API Reviews queue by @babltiga in #575

Full Changelog: v2.1.0-beta.8...v2.1.1