- Support for multiple instance IPs added to gravity instances
Full changelog
Upgrade to this version of gravity by using this container image:
ghcr.io/beryju/gravity:v0.33.0
Upgrade to the current JS API Client using
npm i [email protected]
Upgrade to the current Golang API Client using
go get beryju.io/[email protected]
Upgrade external-dns to use this container image:
ghcr.io/beryju/gravity-external-dns:v0.33.0
What's Changed
🏕 Features
- externaldns: fix missing TTL in requests by @BeryJu in https://github.com/BeryJu/gravity/pull/2201
- extconfig: always log panic with stacktrace by @BeryJu in https://github.com/BeryJu/gravity/pull/2206
- roles/dhcp: replace etcd locker with mutex by @BeryJu in https://github.com/BeryJu/gravity/pull/2175
- instance: add support for multiple instance IPs by @BeryJu in https://github.com/BeryJu/gravity/pull/2205
👒 Dependencies
- build(deps): bump github.com/grafana/pyroscope-go from 1.2.8 to 1.3.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2204
- build(deps): bump library/node from 24 to 26 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2203
- build(deps): bump benchmark-action/github-action-benchmark from 1.22.0 to 1.22.1 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2202
Full Changelog: https://github.com/BeryJu/gravity/compare/v0.32.2...v0.33.0