diff --git a/docs/tracking/changelog.md b/docs/tracking/changelog.md index 30fb987..c43f8e6 100644 --- a/docs/tracking/changelog.md +++ b/docs/tracking/changelog.md @@ -2,17 +2,26 @@ ## Recent +TBD + +## [0.2.0] - 2024-11-22 + +### Added + * Added configuration options for SPIKE Nexus and SPIKE Keeper. -* Updated quickstart guide. +* Documentation updates. * Max secret versions is now configurable. * Introduced standard and configurable logging. -* Add community section and snapshots to the documentation. -* Added sqlite3 as a database backend. +* Added sqlite3 as a backing store. * Enabled cross-compilation and SHA checksums. -* Now admin users can use jwt authentication and short-lived session tokens. * Enhanced audit trails and error logging. * Created initial smoke/integration tests. * Stability improvements. + +### Changed + +* Removed password authentication for admin users. Admin users' SVIDs + are good enough to authenticate them. * Implemented passwordless admin login flow (*the neat thing about passwords is: you don't need them*). diff --git a/docs/tracking/snapshots.md b/docs/tracking/snapshots.md index ed6ea1b..2680e26 100644 --- a/docs/tracking/snapshots.md +++ b/docs/tracking/snapshots.md @@ -5,4 +5,5 @@ The **GitHub** repository contains the latest documentation of **SPIKE** already Here are the links to point-in-time documentation snapshots at each release: * [current](https://github.com/spiffe/spike/tree/main/docs) -* [v0.1.0](https://github.com/spiffe/spike/tree/v0.1.0/docs) \ No newline at end of file +* [v0.2.0](https://github.com/spiffe/spike/tree/v0.2.0/docs) +* [v0.1.0](https://github.com/spiffe/spike/tree/v0.1.0/docs)