Skip to content

Latest commit

 

History

History
187 lines (102 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

187 lines (102 loc) · 10.2 KB

Changelog

0.0.15 (2024-04-19)

Features

  • create "Quick Start" page (c85687b)
  • website: improve landing page hero, add sample screenshot (d5bc979)
  • website: revisit "Learn More" section (f60f187)
  • website: revisit navigation menu (bfe77ad)

Bug Fixes

  • rename --parallel option to --threads for clarity (6373e25)
  • use Zamazingo.Time.DateTime instead of Data.Time.UTCTime (002a869)

0.0.14 (2024-04-16)

Features

  • add report meta information (7af041d)
  • make parallel patrolling the only option (21d48e8)
  • report errors during patrolling (637a70b)
  • website: add report meta to overview component (01cf995)
  • website: report errors on the overview component (2de9b13)

Bug Fixes

  • website: fix authorized SSH key states shown on host details (91da467)

0.0.13 (2024-04-15)

Bug Fixes

  • make tests run under pure Nix shell, fix Nix installation (955c91b)
  • website: make small fixes/adjustments to the landing page content (b663d71)

0.0.12 (2024-04-14)

Features

  • add host-level known SSH public keys information (f3b25d4)
  • allow GitHub usernames for SSH public keys (efddad8)
  • report public SSH host keys on host (5b543fe)
  • website: add content to landing page (5556e58)
  • website: adopt host-level authorized SSH keys in related views (394efb6)
  • website: improve SSH public keys section on host details component (096dda8)
  • website: show hardware info on host details component (3ee0c42)
  • website: tabulate public SSH host keys on host details (abe163c)

Bug Fixes

  • website: drop base-path (64dddf1)

0.0.11 (2024-04-08)

Features

  • add optional data to host definition (141ed01)
  • add optional external identifier to host definition (57bc106)
  • website: adopt new host spec field on host details page (b6996b0)

Bug Fixes

  • release: build and publish Website on release, not push to main (67f7133)
  • release: fetch all history for all tags and branches before build (ae1ce55)

0.0.10 (2024-04-06)

Features

  • add script to build static and compressed binary for executable (dc4cce5)
  • add version/build information command (386ce83)
  • allow optional SSH configuration via configuration file (15ed034)
  • automate builds for static executable release artifact (252c1fe)
  • website: add clipboard functionality to SSH keys tabulation (14d5f8b)
  • website: implement rudimentary overview page for report (4ef95fe)

0.0.9 (2024-03-31)

Features

  • add hostname and timezone to report output (4491850)
  • website: add report to its own page, make room for landing page (109d778)
  • website: add SSH Keys tab to report (81f9cef)
  • website: adopt host's hostname and timezone (2859ac3)
  • website: split report into tabs, refactor report module (9719020)

Bug Fixes

  • website: revisit the authorized SSH keys filter on hosts tabulation (82b6b9e)

0.0.8 (2024-03-30)

Features

  • add known SSH public keys (0641141)
  • enrich SSH public key data definition (cbceb86)
  • website: add more filters to hosts tabulation (bb8b828)
  • website: add rudimentary filters to hosts tabulation (286745f)

Bug Fixes

  • change the type of CPU count (6093b8b)
  • fix how authorized SSH public keys are streamed from host (fa9f719)

0.0.7 (2024-03-26)

Features

  • report enabled systemd services and timers found on host (8b38703)
  • website: list enabled systemd services and timers found on host (ea980cd)

0.0.6 (2024-03-25)

Features

  • report authorized SSH keys found on host (9f204ec)
  • website: list authorized SSH keys on host details component (8cba4d2)

0.0.5 (2024-03-24)

Features

  • website: improve host details (1499f1c)
  • website: improve hosts tabulation (e037086)

Bug Fixes

  • use RecordWildCards when building the report components (a7e9502)
  • website: fix JSX keys (e8a5214)
  • website: make sure that report data is parsed (validated) correctly (d82f614)

0.0.4 (2024-03-22)

Bug Fixes

  • fix serialized field name for Distribution#description (c85c06f)
  • revisit cloud.sh (5574d8a)

0.0.3 (2024-03-21)

Features

  • allow patrolling hosts as specified in a configuration file (ab73ccb)
  • ui: add rudimentary website with report UI (953d88a)

Bug Fixes

  • website: fix GitHub action to publish website (8fe5ff9)

0.0.2 (2024-03-19)

Features

  • nix: install shell completions (2d6afc9)

0.0.1 (2024-03-17)

Features

  • cli: add report and schema CLI subcommands (888f2b1)

Changelog