Skip to content

Release history

gravity releases

Fully-replicated DNS and DHCP Server with ad-blocking powered by etcd

All releases

6 shown

v0.33.0 New feature
Notable features
  • 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

v0.32.2 New feature
Notable features
  • Added SOA record option to roles/dns webform.
  • Prevented header overflow in roles/dns.
Full changelog

Upgrade to this version of gravity by using this container image:

ghcr.io/beryju/gravity:v0.32.2

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.32.2

What's Changed

🏕 Features

  • roles/dns: prevent header overflow by @BeryJu in https://github.com/BeryJu/gravity/pull/2192
  • roles/dns: add SOA record to webform options by @nyaaaaaaatalie in https://github.com/BeryJu/gravity/pull/2199

👒 Dependencies

  • build(deps): bump github.com/getsentry/sentry-go from 0.46.1 to 0.46.2 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2196
  • build(deps): bump library/ubuntu from 24.04 to 26.04 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2195
  • build(deps): bump rollup from 4.60.2 to 4.60.3 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2194
  • build(deps): bump axios from 1.15.0 to 1.16.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2197

New Contributors

  • @nyaaaaaaatalie made their first contribution in https://github.com/BeryJu/gravity/pull/2199

Full Changelog: https://github.com/BeryJu/gravity/compare/v0.32.1...v0.32.2

v0.32.1 Maintenance
Notable features
  • roles/dns now uses an enum for record types
  • SOA configuration is configurable in roles/dns
Full changelog

Upgrade to this version of gravity by using this container image:

ghcr.io/beryju/gravity:v0.32.1

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.32.1

What's Changed

🏕 Features

  • roles/dns: use enum for dns record types by @BeryJu in https://github.com/BeryJu/gravity/pull/2190
  • roles/dns: make SOA configurable by @BeryJu in https://github.com/BeryJu/gravity/pull/2191

👒 Dependencies

  • build(deps): bump github.com/shirou/gopsutil/v4 from 4.26.3 to 4.26.4 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2188
  • build(deps): bump the etcd group across 1 directory with 5 updates by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2187
  • build(deps): bump coreos/etcd from v3.6.10 to v3.6.11 in /hack/tests by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2189
  • build(deps): bump yaml from 2.8.3 to 2.8.4 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2185
  • build(deps): bump globals from 17.5.0 to 17.6.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2186

Full Changelog: https://github.com/BeryJu/gravity/compare/v0.32.0...v0.32.1

v0.32.0 New feature
Notable features
  • roles/dns API now includes the TTL field
  • web UI automatically creates forward and reverse DNS zones when a DHCP scope is created
Full changelog

Upgrade to this version of gravity by using this container image:

ghcr.io/beryju/gravity:v0.32.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.32.0

What's Changed

🏕 Features

  • roles/dns: include TTL in API by @BeryJu in https://github.com/BeryJu/gravity/pull/2183
  • web: auto-create dns zones when creating DHCP scope (forward and reverse) by @BeryJu in https://github.com/BeryJu/gravity/pull/2184

Full Changelog: https://github.com/BeryJu/gravity/compare/v0.30.0...v0.32.0

v0.30.0 Breaking risk
Breaking changes
  • Auth (users and tokens) migrated to protobuf – existing JSON‑based clients must update.
Notable features
  • Add option for pyroscope observability
  • Improve editing page UI for DNS zone configuration
Full changelog

Upgrade to this version of gravity by using this container image:

ghcr.io/beryju/gravity:v0.30.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.30.0

What's Changed

🏕 Features

  • o11y: add option for pyroscope by @BeryJu in https://github.com/BeryJu/gravity/pull/2011
  • pkg/externaldns: fix content type by @BeryJu in https://github.com/BeryJu/gravity/pull/2176
  • docs: fix build by @BeryJu in https://github.com/BeryJu/gravity/pull/2178
  • web: improve editing page for dns zone by @BeryJu in https://github.com/BeryJu/gravity/pull/2180
  • instance: store total instance memory for graph by @BeryJu in https://github.com/BeryJu/gravity/pull/2181
  • api: migrate auth (users and tokens) to protobuf by @BeryJu in https://github.com/BeryJu/gravity/pull/1848
  • web: replace raw YAML editor for DNS handler configs with structured UI by @BeryJu in https://github.com/BeryJu/gravity/pull/2182

👒 Dependencies

  • build(deps): bump rollup from 4.54.0 to 4.55.1 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2013
  • build(deps): bump the eslint group in /web with 2 updates by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2012
  • build(deps): bump github.com/coredns/coredns from 1.13.2 to 1.14.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2017
  • build(deps): bump coredns/coredns from 1.13.2 to 1.14.0 in /hack/tests by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2015
  • build(deps): bump @trivago/prettier-plugin-sort-imports from 6.0.1 to 6.0.2 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2014
  • build(deps): bump github.com/k8s-gateway/k8s_gateway from 1.6.1 to 1.6.2 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2016
  • build(deps): bump golang.org/x/term from 0.38.0 to 0.39.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2020
  • build(deps): bump github.com/miekg/dns from 1.1.69 to 1.1.70 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2019
  • build(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2023
  • build(deps): bump the eslint group in /web with 2 updates by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2022
  • build(deps): bump actions/setup-go from 6.1.0 to 6.2.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2021
  • build(deps): bump github.com/minio/minio-go/v7 from 7.0.97 to 7.0.98 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2027
  • build(deps): bump prettier from 3.7.4 to 3.8.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2026
  • build(deps): bump actions/setup-node from 6.1.0 to 6.2.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2025
  • build(deps): bump github.com/getsentry/sentry-go from 0.40.0 to 0.41.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2029
  • build(deps): bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2028
  • build(deps): bump coredns/coredns from 1.14.0 to 1.14.1 in /hack/tests by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2032
  • build(deps): bump github.com/coredns/coredns from 1.14.0 to 1.14.1 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2031
  • build(deps): bump rollup from 4.55.1 to 4.55.2 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2034
  • build(deps): bump the eslint group in /web with 2 updates by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2033
  • build(deps): bump rollup from 4.55.2 to 4.55.3 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2038
  • build(deps): bump prettier from 3.8.0 to 3.8.1 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2037
  • build(deps): bump lodash from 4.17.21 to 4.17.23 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2036
  • build(deps): bump lodash-es from 4.17.21 to 4.17.23 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2035
  • build(deps): bump github.com/miekg/dns from 1.1.70 to 1.1.72 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2042
  • build(deps): bump globals from 17.0.0 to 17.1.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2040
  • build(deps): bump rollup from 4.55.3 to 4.56.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2041
  • build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2039
  • build(deps): bump @fsegurai/codemirror-theme-vscode-dark from 6.2.3 to 6.2.4 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2044
  • build(deps): bump @fsegurai/codemirror-theme-vscode-light from 6.2.3 to 6.2.4 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2043
  • build(deps): bump the eslint group in /web with 2 updates by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2046
  • build(deps): bump actions/attest-build-provenance from 3.1.0 to 3.2.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2045
  • build(deps): bump github.com/getsentry/sentry-go from 0.41.0 to 0.42.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2050
  • build(deps): bump rollup from 4.56.0 to 4.57.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2049
  • build(deps): bump globals from 17.1.0 to 17.2.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2048
  • build(deps): bump docker/login-action from 3.6.0 to 3.7.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2051
  • build(deps): bump globals from 17.2.0 to 17.3.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2052
  • build(deps): bump rollup from 4.57.0 to 4.57.1 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2053
  • build(deps): bump esbuild from 0.27.2 to 0.27.3 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2054
  • build(deps): bump github.com/k8s-gateway/k8s_gateway from 1.6.2 to 1.6.3 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2057
  • build(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2058
  • build(deps): bump github.com/prometheus-community/pro-bing from 0.7.0 to 0.8.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2056
  • build(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2062
  • build(deps): bump golang.org/x/crypto from 0.47.0 to 0.48.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2060
  • build(deps): bump axios from 1.12.1 to 1.13.5 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2063
  • build(deps): bump library/golang from 1.25 to 1.26 in /cmd/external-dns by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2065
  • build(deps): bump library/golang from 1.25 to 1.26 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2064
  • build(deps): bump docker/build-push-action from 6.18.0 to 6.19.1 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2066
  • build(deps): bump coreos/etcd from v3.6.7 to v3.6.8 in /hack/tests by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2069
  • build(deps): bump the etcd group across 1 directory with 5 updates by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2068
  • build(deps): bump docker/build-push-action from 6.19.1 to 6.19.2 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2067
  • build(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2070
  • build(deps): bump ajv from 6.12.6 to 6.14.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2071
  • build(deps): bump rollup from 4.57.1 to 4.59.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2072
  • build(deps): bump github.com/k8s-gateway/k8s_gateway from 1.6.3 to 1.6.4 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2073
  • build(deps): bump minimatch from 3.1.2 to 3.1.4 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2077
  • build(deps): bump github.com/getsentry/sentry-go from 0.42.0 to 0.43.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2076
  • build(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2081
  • build(deps): bump actions/attest-build-provenance from 3.2.0 to 4.0.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2080
  • build(deps): bump svenstaro/upload-release-action from 2.11.3 to 2.11.4 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2079
  • build(deps): bump actions/setup-go from 6.2.0 to 6.3.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2078
  • build(deps): bump github.com/pin/tftp/v3 from 3.1.0 to 3.2.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2083
  • build(deps): bump actions/attest-build-provenance from 4.0.0 to 4.1.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2082
  • build(deps): bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.40.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2085
  • build(deps): bump github.com/0xERR0R/blocky from 0.28.2 to 0.29.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2087
  • build(deps): bump globals from 17.3.0 to 17.4.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2086
  • build(deps): bump benchmark-action/github-action-benchmark from 1.20.7 to 1.21.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2088
  • build(deps): bump @codemirror/lang-javascript from 6.2.4 to 6.2.5 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2089
  • build(deps): bump github.com/go-delve/delve from 1.26.0 to 1.26.1 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2092
  • build(deps): bump dexidp/dex from v2.44.0 to v2.45.1 in /hack/tests by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2091
  • build(deps): bump actions/setup-node from 6.2.0 to 6.3.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2090
  • build(deps): bump @rollup/plugin-commonjs from 29.0.0 to 29.0.1 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2095
  • build(deps): bump docker/login-action from 3.7.0 to 4.0.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2094
  • build(deps): bump docker/setup-qemu-action from 3.7.0 to 4.0.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2093
  • build(deps): bump docker/build-push-action from 6.19.2 to 7.0.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2098
  • build(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2097
  • build(deps): bump docker/metadata-action from 5.10.0 to 6.0.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2096
  • build(deps): bump github.com/coredns/coredns from 1.14.1 to 1.14.2 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2099
  • build(deps): bump golang.org/x/oauth2 from 0.35.0 to 0.36.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2102
  • build(deps): bump coredns/coredns from 1.14.1 to 1.14.2 in /hack/tests by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2103
  • build(deps): bump github.com/minio/minio-go/v7 from 7.0.98 to 7.0.99 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2101
  • build(deps): bump @rollup/plugin-commonjs from 29.0.1 to 29.0.2 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2100
  • build(deps): bump github.com/testcontainers/testcontainers-go from 0.40.0 to 0.41.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2104
  • build(deps): bump flatted from 3.3.1 to 3.4.1 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2109
  • build(deps): bump esbuild from 0.27.3 to 0.27.4 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2108
  • build(deps): bump golang.org/x/net from 0.51.0 to 0.52.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2107
  • build(deps): bump golang.org/x/crypto from 0.48.0 to 0.49.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2106
  • build(deps): bump github.com/k8s-gateway/k8s_gateway from 1.6.4 to 1.7.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2111
  • build(deps): bump softprops/action-gh-release from 2.5.0 to 2.6.1 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2110
  • build(deps): bump svenstaro/upload-release-action from 2.11.4 to 2.11.5 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2112
  • build(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.3 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2113
  • build(deps): bump flatted from 3.4.1 to 3.4.2 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2114
  • build(deps): bump the etcd group across 1 directory with 5 updates by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2117
  • build(deps): bump coreos/etcd from v3.6.8 to v3.6.9 in /hack/tests by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2118
  • build(deps): bump rollup from 4.59.0 to 4.60.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2116
  • build(deps): bump yaml from 2.8.2 to 2.8.3 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2115
  • build(deps-dev): bump picomatch from 2.3.1 to 2.3.2 in /docs by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2122
  • build(deps): bump picomatch in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2121
  • build(deps): bump github.com/grafana/pyroscope-go from 1.2.7 to 1.2.8 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2123
  • build(deps): bump brace-expansion from 1.1.12 to 1.1.13 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2124
  • build(deps): bump actions/setup-go from 6.3.0 to 6.4.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2125
  • build(deps): bump rollup from 4.60.0 to 4.60.1 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2126
  • build(deps): bump benchmark-action/github-action-benchmark from 1.21.0 to 1.22.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2127
  • build(deps): bump lodash-es from 4.17.23 to 4.18.1 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2131
  • build(deps): bump coreos/etcd from v3.6.9 to v3.6.10 in /hack/tests by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2130
  • build(deps): bump the etcd group across 1 directory with 5 updates by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2129
  • build(deps): bump lodash from 4.17.23 to 4.18.1 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2132
  • build(deps): bump esbuild from 0.27.4 to 0.27.5 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2128
  • build(deps): bump github.com/getsentry/sentry-go from 0.43.0 to 0.44.1 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2120
  • build(deps): bump github.com/minio/minio-go/v7 from 7.0.99 to 7.0.100 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2136
  • build(deps): bump esbuild from 0.27.5 to 0.28.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2135
  • build(deps): bump docker/login-action from 4.0.0 to 4.1.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2134
  • build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2133
  • build(deps): bump @fsegurai/codemirror-theme-vscode-light from 6.2.4 to 6.2.6 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2138
  • build(deps): bump @fsegurai/codemirror-theme-vscode-dark from 6.2.4 to 6.2.6 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2137
  • build(deps): bump github.com/coreos/go-oidc/v3 from 3.17.0 to 3.18.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2139
  • build(deps): bump go.opentelemetry.io/otel/sdk from 1.41.0 to 1.43.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2140
  • build(deps): bump golang.org/x/net from 0.52.0 to 0.53.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2144
  • build(deps): bump github.com/getsentry/sentry-go from 0.44.1 to 0.45.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2146
  • build(deps): bump axios from 1.13.5 to 1.15.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2147
  • build(deps): bump prettier from 3.8.1 to 3.8.2 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2141
  • build(deps): bump github.com/testcontainers/testcontainers-go from 0.41.0 to 0.42.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2145
  • build(deps): bump github.com/k8s-gateway/k8s_gateway from 1.7.0 to 1.7.1 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2153
  • build(deps): bump softprops/action-gh-release from 2.6.1 to 3.0.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2150
  • build(deps): bump globals from 17.4.0 to 17.5.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2152
  • build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2151
  • build(deps): bump github.com/getsentry/sentry-go from 0.45.0 to 0.45.1 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2154
  • build(deps): bump follow-redirects from 1.15.11 to 1.16.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2155
  • build(deps): bump github.com/swaggest/openapi-go from 0.2.60 to 0.2.61 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2158
  • build(deps): bump prettier from 3.8.2 to 3.8.3 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2157
  • build(deps): bump @codecov/rollup-plugin from 1.9.1 to 2.0.0 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2156
  • build(deps): bump @codecov/rollup-plugin from 2.0.0 to 2.0.1 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2159
  • build(deps): bump github.com/jackc/pgx/v5 from 5.7.5 to 5.9.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2160
  • build(deps): bump github.com/k8s-gateway/k8s_gateway from 1.7.1 to 1.8.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2163
  • build(deps): bump rollup from 4.60.1 to 4.60.2 in /web by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2162
  • build(deps): bump actions/setup-node from 6.3.0 to 6.4.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2161
  • build(deps): bump github.com/moby/moby/api from 1.54.1 to 1.54.2 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2165
  • build(deps): bump github.com/go-delve/delve from 1.26.1 to 1.26.2 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2164
  • build(deps): bump github.com/getsentry/sentry-go from 0.45.1 to 0.46.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2166
  • build(deps): bump github.com/coredns/coredns from 1.14.2 to 1.14.3 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2168
  • build(deps): bump coredns/coredns from 1.14.2 to 1.14.3 in /hack/tests by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2169
  • build(deps): bump github.com/jackc/pgx/v5 from 5.9.0 to 5.9.2 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2167
  • build(deps-dev): bump postcss from 8.4.31 to 8.5.10 in /docs by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2170
  • build(deps): bump github.com/minio/minio-go/v7 from 7.0.100 to 7.1.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2171
  • build(deps): bump go.uber.org/zap from 1.27.1 to 1.28.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2173
  • build(deps): bump github.com/go-delve/delve from 1.26.2 to 1.26.3 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2172
  • build(deps): bump github.com/getsentry/sentry-go from 0.46.0 to 0.46.1 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2174
  • build(deps): bump github.com/Masterminds/semver/v3 from 3.4.0 to 3.5.0 by @dependabot[bot] in https://github.com/BeryJu/gravity/pull/2177

Full Changelog: https://github.com/BeryJu/gravity/compare/v0.29.0...v0.30.0

v0.29.0 Maintenance

Reworked DHCP IPAM architecture to eliminate in-memory state, added IPAM scope locking, and updated multiple core dependencies.

Beta — feedback welcome: [email protected]