Skip to content

Commit eba22c5

Browse files
committed
release version v0.26.2
1 parent 7145eee commit eba22c5

File tree

119 files changed

+126
-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.

119 files changed

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

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.26.1
4+
version: 0.26.2
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.

api/api_roles_dns.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)