Skip to content

Commit 84cf455

Browse files
release version v0.29.0
1 parent 1c6417e commit 84cf455

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SHELL := /bin/bash
55
PWD = $(shell pwd)
66
UID = $(shell id -u)
77
GID = $(shell id -g)
8-
VERSION = "0.28.7"
8+
VERSION = "0.29.0"
99
LD_FLAGS = -X beryju.io/gravity/pkg/extconfig.Version=${VERSION}
1010
GO_FLAGS = -ldflags "${LD_FLAGS}" -v
1111
SCHEMA_FILE = schema.yml

pkg/externaldns/generated/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To see how to make this your own, look here:
1212
[README](https://openapi-generator.tech)
1313

1414
- API version: v0.15.0
15-
- Build date: 2025-10-27T22:26:49.718427944Z[Etc/UTC]
15+
- Build date: 2026-01-03T13:27:49.616620524Z[Etc/UTC]
1616
- Generator version: 7.15.0
1717
For more information, please visit [https://github.com/kubernetes-sigs/external-dns](https://github.com/kubernetes-sigs/external-dns)
1818

web/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beryju/gravity-web",
3-
"version": "0.28.7",
3+
"version": "0.29.0",
44
"description": "",
55
"scripts": {
66
"build": "rm -rf dist/ && rollup -c",
@@ -41,7 +41,7 @@
4141
"eslint-plugin-lit": "^2.1.1",
4242
"eslint-plugin-wc": "^3.0.2",
4343
"globals": "^17.0.0",
44-
"gravity-api": "^0.28.7",
44+
"gravity-api": "^0.29.0",
4545
"ip-num": "^1.5.2",
4646
"lit": "^3.3.2",
4747
"prettier": "^3.7.4",

0 commit comments

Comments
 (0)