Skip to content

Commit ac54bef

Browse files
author
Kat Batuigas
committed
Change info.version to semver
We can keep minor, non-breaking changes to overlay functionality without making it seem like a major version change
1 parent 83f9233 commit ac54bef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin/v1-overlays/update-tags.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
overlay: 1.0.0
33
info:
44
title: Redpanda Admin API Tags
5-
version: v1
5+
version: 1.0.0
66

77
actions:
88
- target: $.tags[?(@.name=="Mount and unmount topics")]

admin/v2-overlays/add-servers-object.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
overlay: 1.0.0
44
info:
55
title: Admin API v2 Servers
6-
version: v1
6+
version: 1.0.0
77

88
actions:
99
- target: "$"

0 commit comments

Comments
 (0)