From 7a920c69a490c66f882e38d2d8687e627e6d5b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20=C3=96z=C3=A7elik?= Date: Fri, 22 Nov 2024 14:41:08 -0800 Subject: [PATCH] Update documentation snapshots MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Volkan Özçelik --- docs/tracking/changelog.md | 17 +++++++++++++---- docs/tracking/snapshots.md | 3 ++- 2 files changed, 15 insertions(+), 5 deletions(-) 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)