readme: drop alpha language, lead with confidence
v0.2.0.2 what's-new section, no more "use with caution" / "expect bugs" disclaimers. One sentence: this is a working system in production.
This commit is contained in:
parent
bcd67e04bf
commit
1679132337
1 changed files with 6 additions and 20 deletions
26
README.md
26
README.md
|
|
@ -1,30 +1,16 @@
|
|||
# RedFlag
|
||||
|
||||
>
|
||||
## Alpha Release Notice
|
||||
**⚠️ ALPHA SOFTWARE - USE WITH CAUTION**
|
||||
>
|
||||
> This is actively developed software that works, but continues to evolve. While core functionality is stable, occasional bugs may appear and breaking changes can happen between versions. Suitable for production use cases where you understand the alpha nature and can manage updates. See [Current Status](#current-status) below for what's implemented.
|
||||
**Self-hosted update management for operators who own their stack.**
|
||||
|
||||
This is alpha software built for homelabs and self-hosters. It's functional and actively used, but:
|
||||
|
||||
- Expect occasional bugs
|
||||
- Backup your data
|
||||
- Security model is solid but not audited
|
||||
- Breaking changes may happen between versions
|
||||
- Documentation is a work in progress
|
||||
|
||||
That said, it works well for its intended use case. Issues and feedback welcome!
|
||||
|
||||
**Self-hosted update management for homelabs and small MSPs**
|
||||
|
||||
Cross-platform agents • Web dashboard • Hardware binding • Ed25519 signing • Full error transparency • No enterprise BS
|
||||
Cross-platform agents • Web dashboard • Hardware binding • Ed25519 signing • Supply-chain gates • Full error transparency
|
||||
|
||||
```
|
||||
v0.2.0.0 - May 2026
|
||||
v0.2.0.2 — May 2026
|
||||
```
|
||||
|
||||
**Latest:** Maintenance windows for gating installs by schedule, OSV.dev supply chain checks for npm/PyPI packages, TD-series security refactors (panic recovery, error transparency, main.go modularization), install URL auto-detection fix, Ed25519 key rotation support, replay attack protection, and the setup wizard now includes the agent-facing URL field. See the [changelog](#-tldr-changelog-dont-trust-the-transport-layer) below. [Update instructions here](#updating).
|
||||
RedFlag runs in production homelabs and small operator environments today. It is not a beta with disclaimers; it is a working system that the maintainer also runs as their primary update-management plane. Releases are versioned, migrations are idempotent, and the security model is documented in the code, not in marketing copy.
|
||||
|
||||
**What's new in v0.2.0.2:** upstream version-sync subsystem (Repology + endoflife.date adapters, periodic syncer, "Stack Drift" dashboard panel, full CRUD page); aggregated Attention panel surfacing offline agents, failed updates, EOL drift, and recent upstream movement; rate-limiting UI rewritten to the real backend; agent-management token selector that doesn't conflate registration tokens with the install command; idempotent installer that detects existing credentials and skips re-registration; two-axis revocation model locked in; supply-chain package-age gate (Shai-Hulud-class defense). [Full changelog](#-tldr-changelog-dont-trust-the-transport-layer) · [Update instructions](#updating).
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue