Skip to content

Commit 2557d4e

Browse files
committed
release version v0.26.0
1 parent d533cb1 commit 2557d4e

File tree

120 files changed

+137
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+137
-126
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.25.0"
8+
VERSION = "0.26.0"
99
LD_FLAGS = -X beryju.io/gravity/pkg/extconfig.Version=${VERSION}
1010
GO_FLAGS = -ldflags "${LD_FLAGS}" -v
1111
SCHEMA_FILE = schema.yml

api/.openapi-generator/FILES

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,15 @@ model_types_api_metrics_role.go
226226
model_types_dhcp_option.go
227227
model_types_oidc_config.go
228228
response.go
229+
test/api_cluster_instances_test.go
230+
test/api_cluster_test.go
231+
test/api_roles_api_test.go
232+
test/api_roles_backup_test.go
233+
test/api_roles_dhcp_test.go
234+
test/api_roles_discovery_test.go
235+
test/api_roles_dns_test.go
236+
test/api_roles_etcd_test.go
237+
test/api_roles_monitoring_test.go
238+
test/api_roles_tftp_test.go
239+
test/api_roles_tsdb_test.go
229240
utils.go

api/README.md

Lines changed: 1 addition & 1 deletion

api/api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: gravity
4-
version: 0.25.0
4+
version: 0.26.0
55
servers:
66
- url: /
77
paths:

api/api_cluster.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/api_cluster_instances.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/api_roles_api.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/api_roles_backup.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/api_roles_dhcp.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/api_roles_discovery.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)