Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 22:33
· 322 commits to main since this release
641a6b5

Image

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

Major Changes

  • Removal of Postgres backend support
  • Hegel internals have been overhauled
  • A backend CLI flags has been added with 2 options: "kubernetes" or "flatfile". Flags previously associated with Kubernetes configuration are now prefixed with the backend name, "kubernetes". The flatfile backend is useful for testing and loads a YAML flatfile database (see /samples/flatfile.yml for an example).
  • Integration with the Tink backend that was based on Postgres has been dropped in accordance with https://github.com/tinkerbell/proposals/tree/main/proposals/0029
  • The /versionz endpoint is no longer available. The information it provided is available via /healthz.
  • Spot endpoints in the EC2 instance metadata API have been dropped.
  • /metadata endpoint that served Equinix Metadata has been dropped.

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0