Skip to content

Commit

Permalink
Update documentation snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Volkan Özçelik <[email protected]>
  • Loading branch information
v0lkan committed Nov 22, 2024
1 parent e56d79d commit 7a920c6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
17 changes: 13 additions & 4 deletions docs/tracking/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*).

Expand Down
3 changes: 2 additions & 1 deletion docs/tracking/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
* [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)

0 comments on commit 7a920c6

Please sign in to comment.