UniversalAdmin 0.1.0-alpha.3
·
5 commits
to main
since this release
Changed
- Releases are no longer flagged "Pre-release" on GitHub,
-alpha/-beta/
-rcversions 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 fromconfig.ymlandCoreSettings, and every heartbeat
now goes to the officialnicki41-telemetryinstance, fixed in
TelemetryBootstrap.telemetry.enabledremains the only switch. This
also means an oldconfig.ymlwith a leftovertelemetry.endpointvalue
(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
mainmoved 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 freshgit fetch/reset --hard origin/main.
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3