Skip to content

Latest commit

 

History

History
109 lines (87 loc) · 4.06 KB

CHANGELOG.md

File metadata and controls

109 lines (87 loc) · 4.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.0.19 - 2024-11-07

Fixed

  • Made the code more robust to freeipa being cleared / having groups removed behind our back. Also better way to handle errors.

0.0.18 - 2024-11-05

Fixed

  • Specified default TLS provider so that containerised services can run without panicing.

0.0.17 - 2024-11-01

Fixed

  • Fixed issues with attestations that depended on releases. Need to release each agent separately, which this release now does.

0.0.16 - 2024-11-01

Fixed

  • Fixed issue with attestation of OCI images

0.0.15 - 2024-11-01

Fixed

  • Fixed issues with the helm charts and OCI images (removed op-platform as it doesn't exist!)

0.0.14 - 2024-11-01

Added

  • Changed the names of the cluster instance and platform agents to cluster and clusters, as they don't need to be named after slurm (and would cause confusion with the slurm agent).
  • Added OCI images and helm charts for all agents
  • Added instructions on how to configure the freeipa agent

0.0.12 - 2024-10-28

Added

  • Added support for keepalive messages so that connections are kept open

0.0.11 - 2024-10-28

Added

  • Fixed bug in handling of client proxy IP - need to use IP not port ;-)

0.0.10 - 2024-10-25

Added

  • Fixed bug in parsing header proxy IP address

0.0.9 - 2024-10-25

Added

  • Fixed bug in parsing command line options for bridge
  • Added support for getting the client IP address from a proxy header (e.g. X-Forwarded-For)
  • Cleaned up port handling, so URLs with default ports don't have the ports specified

0.0.8 - 2024-10-24

Added

  • Added names for the ports in the helm charts

0.0.7 - 2024-10-24

Added

  • Added a healthcheck server to simplify pod healthchecks
  • Updated helm charts to use the healthcheck server, plus expose the bridge server port

0.0.6 - 2024-10-23

Added

  • Separated out build artefacts so that they can be picked up by the rest of the build

0.0.5 - 2024-10-23

Added

  • Fixing generation and attestation of SBOMs for container images (finally!)

0.0.4 - 2024-10-23

Added

  • Fixing release issues, and beginning work on the workflow for the Python module

0.0.3 - 2024-10-23

Added

  • Fixing the attestations so that SBOMs are correctly generated for container images.

0.0.2 - 2024-10-23

Added

  • Fixing the helm charts so that they version numbers are correctly set.

0.0.1 - 2024-10-23

Changed

  • Initial release This is an initial alpha release of the OpenPortal project. It is not yet feature complete and is not recommended for production use.