Release v2026.7.4-rc.1
Pre-release
Pre-release
Added an opt-in declarative app-schema for application tables. Fixed an issue with copying workspaces in the Dockerfile and reverted a dependency version to resolve a problem.
What's Changed
Pull Requests
- feat(schema): opt-in declarative app-schema for application tables (#292) @bartcode
- chore(deps): update dependency js-yaml to ^5.2.2 [security] (#291) @app/renovate
- fix(release): copy all workspaces in Dockerfile + revert js-yaml to v4 (#290) @bartcode
- chore(deps): update dependency svelte to ^5.56.5 [security] (#289) @app/renovate
Commits
Features:
Bug Fixes:
Other Changes:
Stats
- 4 commits
- 3 contributors
Installation
Docker:
docker pull ghcr.io/nimbleflux/fluxbase:2026.7.4-rc.1NPM SDK:
npm install @nimbleflux/fluxbase-sdk@2026.7.4-rc.1Helm:
helm install fluxbase oci://ghcr.io/nimbleflux/charts/fluxbase --version 2026.7.4-rc.1CLI:
curl -fsSL https://raw.githubusercontent.com/nimbleflux/fluxbase/main/install-cli.sh | bash -s -- v2026.7.4-rc.1Release automatically generated by GitHub Actions