Skip to content

Releases: HewlettPackard/galadriel

v0.3.0

19 Jul 17:09
c31d7a1
Compare
Choose a tag to compare

What's changed

  • Enhanced the Relationships CLI by introducing Update, Delete, and List operations (#224).
  • Expanded the Trust Domain CLI with the inclusion of Update, Delete, and List capabilities (#221).
  • Optimized the X509CA disk implementation with several improvements and fixes, now enabling the use of intermediate CAs and trust bundle (#232, #233).
  • Refactored and improved DiskSigner and DiskVerifier, now supporting the use of signing certificate chains (#235).
  • Refined the API for increased consistency (#227).

v0.2.1

07 Jun 18:41
9831ef4
Compare
Choose a tag to compare

What's changed

  • Fixed issue with server socket_path (#201).
  • Improved layout of the release artifact (#202).

v0.2.0

06 Jun 14:30
a7b8f85
Compare
Choose a tag to compare

What's changed

  • Added TLS communication between Galadriel Server and Harvester for enhanced security (#146).
  • Enhanced Harvester secure introduction flow by utilizing join tokens and issuing JWTs by the Server for Harvester authentication (#151).
  • Added Bundle signing and verification using generic interface and providing a disk implementation (#147).
  • Added Open APIs specifications for Galadriel Server and Harvester for improved documentation and client integration (#70, #170).
  • Added the Galadriel Server Admin API implementation (#150).
  • Added the Harvester Admin API implementation (#154).
  • Added Datastore layer supporting SQLite and Postgres (#73, #157).
  • Comprehensive overhaul of Harvester and Server, incorporating various enhancements, including improved synchronization processes for SPIRE bundles and Federated bundles (#171).
  • Improvements in CLI implementations (#173).
  • Added KeyManager disk implementation (#167).
  • Added X509CA disk implementation for managing X.509 certificate authorities (#145).
  • Added diskutil package for atomic file writing operations (#187).
  • Added RELEASING how-to document (#186).
  • Improvements in build scripts and automated release process (#185, #190).
  • New CLI implementations and improvements (#173, #164).

v0.1.0

31 Oct 21:32
477379b
Compare
Choose a tag to compare

Initial Proof of Concept release.