Skip to content

UniversalAdmin 0.1.0-alpha.3

Choose a tag to compare

@github-actions github-actions released this 26 Aug 17:01
· 5 commits to main since this release

Changed

  • Releases are no longer flagged "Pre-release" on GitHub, -alpha/-beta/
    -rc versions included - the project's status is already communicated by
    the version string and the README, not GitHub's separate prerelease flag.
    See docs/release/releasing.md.
  • The telemetry endpoint is no longer a config value: telemetry.endpoint
    has been removed from config.yml and CoreSettings, and every heartbeat
    now goes to the official nicki41-telemetry instance, fixed in
    TelemetryBootstrap. telemetry.enabled remains the only switch. This
    also means an old config.yml with a leftover telemetry.endpoint value
    (e.g. an explicit empty string) no longer has any effect.

Fixed

  • auto-release.yml's version-bump commit/tag push had no recovery if
    main moved between checkout and push (hit for real when a backlog of
    delayed Actions runs raced each other) - now retries up to 5 times, each
    attempt recomputing from a fresh git fetch/reset --hard origin/main.

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3