v2 - Flink Admin
A maintenance-focused release that modernizes the runtime setup and makes local development workflows easier to run and repeat.
Highlights
- Upgraded the backend to
gosoline v0.57.2and refreshed the Go dependency set to stay aligned with the current framework stack. - Migrated backend configuration to the newer
appstructure used by recent gosoline versions. - Added
misetasks for frontend and backend build, lint, test, and local CI workflows. - Refined the dashboard issue filter so finished jobs no longer show up as active problems in the "Not Running" view.
Upgrade Note
- Custom backend config files should move from the legacy top-level
envandapp_*keys to the new nestedappblock. - Embedded frontend asset handling was also cleaned up, so generated files are no longer tracked in git.
Included In This Release
- Dependency and configuration modernization
- Repeatable local build and CI commands
- A small dashboard quality-of-life fix for operations views