v2.1.0
·
337 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.0
docker pull ghcr.io/bablsoft/accessflow-frontend:2.1.0Multi-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.0 \
--namespace accessflow --create-namespaceWhat'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
Full Changelog: v2.1.0-beta.8...v2.1.0