Skip to content

Release v2026.7.4-rc.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jul 07:25
b47bff5

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:

  • b47bff5 feat(schema): opt-in declarative app-schema for application tables (#292)

Bug Fixes:

  • 5a0f556 fix(release): copy all workspaces in Dockerfile and revert js-yaml to v4 (#290)

Other Changes:

Stats

  • 4 commits
  • 3 contributors

Installation

Docker:

docker pull ghcr.io/nimbleflux/fluxbase:2026.7.4-rc.1

NPM SDK:

npm install @nimbleflux/fluxbase-sdk@2026.7.4-rc.1

Helm:

helm install fluxbase oci://ghcr.io/nimbleflux/charts/fluxbase --version 2026.7.4-rc.1

CLI:

curl -fsSL https://raw.githubusercontent.com/nimbleflux/fluxbase/main/install-cli.sh | bash -s -- v2026.7.4-rc.1

Release automatically generated by GitHub Actions