Skip to content

v1.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Sep 20:38
20ec2e6

🔆 Executive Summary: HSDS Version 1.0.1

Significant Advancements:

  • Fixed issue introduced in 1.0.0 where headless Kubernetes deployments could not serve requests.
    Every Kubernetes manifest HSDS ships runs without a head node, and on those deployments every node had
    been stuck in WAITING for the lifetime of the process, answering 503 to every
    request.

Enhanced Features:

  • A new Kubernetes CI job that runs the full integration suite against a real k3s cluster,
    preventing silent breakage of Kubernetes functionality.

Bug Fixes:

  • A domain deleted while a bucket scan was queued is no longer partly re-created by that
    scan after garbage collection has swept it

  • A PUT to the POSIX backend no longer returns 500 when the key it just wrote is
    removed concurrently

Dependencies:

  • aiohttp upgraded from 3.9.4 to 3.14.3

Acknowledgements:

We would like to thank the HSDS community members who contributed to this release.

Changelog and release information:

The full list of changes in this release is in
CHANGELOG.md.

What's Changed

Full Changelog: v1.0.0...v1.0.1