Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 08:40
· 890 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.3.0
docker pull ghcr.io/bablsoft/accessflow-frontend:1.3.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 1.3.0 \
  --namespace accessflow --create-namespace

What's Changed

  • docs: add v1.3 milestone and expand v2.0 roadmap by @babltiga in #386
  • feat(AF-378): just-in-time time-bound access requests by @babltiga in #387
  • feat(AF-381): conditional / role-based dynamic data masking policies by @babltiga in #388
  • fix(AF-389): full-width config pages + JIT access schema dropdowns by @babltiga in #390
  • fix: admins approve every access request regardless of review plan by @babltiga in #391
  • feat(AF-379): policy-as-code routing engine for query auto-decisions by @babltiga in #392
  • feat(AF-380): row-level security policies for the SQL proxy by @babltiga in #393
  • chore(release-prep): mark v1.3 released and refresh website screenshots by @babltiga in #394

Full Changelog: v1.2.0...v1.3.0