Skip to content

v2 - Flink Admin

Choose a tag to compare

@j4k4 j4k4 released this 11 Mar 15:29
· 10 commits to main since this release

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.2 and refreshed the Go dependency set to stay aligned with the current framework stack.
  • Migrated backend configuration to the newer app structure used by recent gosoline versions.
  • Added mise tasks 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 env and app_* keys to the new nested app block.
  • 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