Skip to content

v2.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 15:22
· 142 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.4.0
docker pull ghcr.io/bablsoft/accessflow-frontend:2.4.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.4.0 \
  --namespace accessflow --create-namespace

What's Changed

  • chore(AF-pr-review): add review-gh-pr skill and two review agents by @babltiga in #736
  • fix: replace deprecated APIs across backend, engines, frontend and infra by @babltiga in #737
  • feat(AF-684): deploygov persistence — schema, entities, repositories by @babltiga in #739
  • chore(deps): bump brace-expansion in /frontend by @dependabot[bot] in #738
  • feat(AF-688): deploygov admin services, permissions, freeze windows by @babltiga in #740
  • feat(AF-691): deploygov trigger API, AI analysis, state machine & routing by @babltiga in #744
  • feat(AF-692): deploygov review flow, break-glass, timeout job by @babltiga in #745
  • feat(AF-693): deploygov gate API, outcome reporting & rollback reviews by @babltiga in #746
  • feat(AF-694): deploygov CI wrappers — GitHub actions, GitLab & Azure templates by @babltiga in #747
  • chore: fix SEO audit findings on the marketing site by @babltiga in #748
  • feat: add the governed-access-for-AI-agents landing page by @babltiga in #749
  • feat(AF-695): deployment governance notifications & audit fan-out by @babltiga in #750
  • feat(AF-696): deployment governance frontend pages & i18n by @babltiga in #761
  • chore(deps): bump com.puppycrawl.tools:checkstyle from 13.10.0 to 14.0.0 in /backend by @dependabot[bot] in #759
  • chore(deps): bump y-codemirror.next from 0.3.5 to 0.3.6 in /frontend by @dependabot[bot] in #758
  • chore(deps-dev): bump globals from 17.9.0 to 17.11.0 in /frontend by @dependabot[bot] in #757
  • chore(deps): bump @xyflow/react from 12.11.2 to 12.11.3 in /frontend by @dependabot[bot] in #752
  • chore(deps): bump software.amazon.awssdk:bom from 2.53.1 to 2.54.2 in /backend by @dependabot[bot] in #751
  • chore(deps): bump org.springframework.ai:spring-ai-bom from 2.0.0 to 2.0.1 in /backend by @dependabot[bot] in #756
  • chore(deps): bump io.swagger.parser.v3:swagger-parser from 2.1.46 to 2.1.47 in /backend by @dependabot[bot] in #755
  • chore(deps): bump i18next from 26.3.6 to 26.4.0 in /frontend by @dependabot[bot] in #754
  • Fix dynamic JDBC driver classloader ordering by @satriadinataaa in #760
  • chore(deps): bump shedlock.version from 7.8.0 to 7.9.0 in /backend by @dependabot[bot] in #753
  • fix(AF-762): plan SQL Server dry-runs over a plain Statement by @babltiga in #763
  • fix(AF-765): stop scheduled jobs racing request-group integration tests by @babltiga in #766
  • docs(AF-697): deployment governance chapter, website & e2e sweep by @babltiga in #767

New Contributors

Full Changelog: v2.3.0-beta.3...v2.4.0