Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 23:47
· 402 commits to main since this release
964a79c

Image

docker pull quay.io/tinkerbell/hegel:v0.9.0

Major Changes

_packet endpoints removed

The /_packet/health and /_packet/version endpoints are now exposed as z-pages via /healthz and /versionz respectively. This is in an effort to move away from endpoints that were historically associated with vendors.

Custom endpoints removed

Support for custom endpoint configuration was removed; this removed the --http-custom-endpoints and associated env var are no longer valid.

Image tagging

When we release we tag our Docker images with 3 tags: [Major].[Minor].[Patch], [Major].[Minor] and [Major]. This ensures anyone that wants to depend on a Major or Major.Minor only can pull the latest Minor or Patch respectively.

What's Changed

Full Changelog: v0.8.0...v0.9.0