Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 2.67 KB

File metadata and controls

60 lines (43 loc) · 2.67 KB

Changelog

All notable changes to network-dashboard will be documented in this file.

This file is generated from conventional commits by the changelog-reusable.yml workflow (hyperpolymath/standards#206). Adopt the workflow in this repo's CI to keep this file in sync automatically — see templates/cliff.toml for the canonical config.

The format follows Keep a Changelog; this project aims to follow Semantic Versioning.

[Unreleased]

Added

  • feat: add RSR scaffolding and update manifest dependencies
  • feat: add FlatRacoon manifest, K8s deployment, and Phoenix LiveView skeleton
  • feat: add AI Gatekeeper Protocol manifest
  • feat(ci): enable Hypatia scanning
  • feat: initial scaffolding for network monitoring dashboard

Fixed

  • fix(licence): clear scaffold-placeholder leak (Tranche 2) (#33)
  • fix(ci): sync hypatia-scan.yml to canonical (kill cd-scanner build drift) (#31)
  • fix(ci): build Hypatia escript from repo root (estate dogfood drift)
  • fix(codeql): switch language matrix to 'actions' (no JS/TS in repo) (#30)
  • fix(codeql): switch language matrix to 'actions' (no JS/TS in repo) (#28)
  • fix: remove duplicate SCM files from root
  • fix(security): update editorconfig SHA and CodeQL language

Documentation

  • docs(readme): add SPDX header and standard badges
  • docs(readme): add SPDX header and/or standard badges
  • docs: add CONTRIBUTING.md
  • docs: add checkpoint files for state tracking
  • docs: update license from AGPL to PMPL

CI

  • ci: bump actions/upload-artifact SHA to current v4 (#26)
  • ci(secret-scanner): drop duplicate --fail from trufflehog extra_args (#25)
  • ci: fix workflow-linter YAML parse error + self-flag bug
  • ci: fix workflow-linter self-flag bug

Pre-history

Prior commits to this file's introduction are recorded in git history but not formally classified into Keep-a-Changelog sections. To backfill, run git cliff -o CHANGELOG.md locally using the canonical cliff.toml — this is one-shot mechanical work.