Skip to content

v2.2.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jul 09:01
· 296 commits to main since this release
Immutable release. Only release title and notes can be modified.

⚠️ Pre-release — internal testing only. Pull :beta or the exact version tag below; :latest still points at the last stable release.

Container images

docker pull ghcr.io/bablsoft/accessflow-backend:2.2.0-beta.1
docker pull ghcr.io/bablsoft/accessflow-frontend:2.2.0-beta.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.2.0-beta.1 \
  --namespace accessflow --create-namespace

What's Changed

  • Add missing Connectors and Use cases links to docs page navigation by @babltiga in #581
  • fix(AF-578): render and route access-request bell notifications by @babltiga in #584
  • feat(AF-579): assign review plans to API connectors by @babltiga in #585
  • Point Terraform provider docs project link at accessflow.bablsoft.com by @babltiga in #586
  • Fix Terraform registry overview: project info + accessflow.bablsoft.com backlink by @babltiga in #587
  • chore(deps): bump @codemirror/state from 6.7.0 to 6.7.1 in /frontend by @dependabot[bot] in #592
  • chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 in /terraform-provider by @dependabot[bot] in #594
  • chore(deps): bump react-router-dom from 7.18.0 to 7.18.1 in /frontend by @dependabot[bot] in #589
  • chore(deps): bump @tanstack/react-query from 5.101.0 to 5.101.2 in /frontend by @dependabot[bot] in #590
  • chore(deps-dev): bump vite from 8.1.2 to 8.1.3 in /frontend by @dependabot[bot] in #591
  • chore(deps): bump @codemirror/view from 6.43.1 to 6.43.6 in /frontend by @dependabot[bot] in #593
  • feat(#582): auto-approve queries covered by a pre-approving JIT grant by @babltiga in #588
  • feat(AF-567): JIT time-boxed access grants for API connectors by @babltiga in #597
  • test(AF-595): e2e complex SQL execution against Postgres by @babltiga in #596
  • feat(AF-522): custom roles & fine-grained functional permissions by @babltiga in #598

Full Changelog: v2.1.1...v2.2.0-beta.1