Skip to content

v1.4.2

Latest

Choose a tag to compare

@snonux snonux released this 21 Jul 20:30

Release v1.4.2

Release Notes

Overview

This release refreshes the Gogios HTML status page with a compact, monospace layout matching the goprecords.f3s.buetow.org aesthetic, and reorganizes packaging targets out of the Magefile into a dedicated configuration repository.

Improvements

Status Page Redesign

The HTML report now uses a full-width, monospace layout with tighter spacing and a bordered footer. This makes the status page faster to scan and visually consistent with the rest of the f3s.buetow.org family of sites. Severity colors (red/orange/grey/green) are preserved for at-a-glance status recognition, while link colors follow the reference palette.

Build Tooling Cleanup

OpenBSD build and deploy targets (Openbsd, BuildOpenbsd, DeployOpenbsd) have been removed from the Magefile and relocated to conf/packages. This consolidates all packaging logic in one place, simplifying the Magefile and keeping platform-specific packaging concerns separate from the core build process. The standard Build target now documents that it builds for the current platform.

Bug Fixes

None in this release.

Breaking Changes

There are no breaking changes. Existing configurations continue to work unchanged.

Migration Steps

No migration required. If you previously invoked mage Openbsd, mage BuildOpenbsd, or mage DeployOpenbsd directly, use the equivalent targets in the conf/packages configuration instead.