Update On Fri Sep 19 20:36:22 CEST 2025

This commit is contained in:
github-action[bot]
2025-09-19 20:36:23 +02:00
parent fde6598f8b
commit d3f4db7094
276 changed files with 14414 additions and 2511 deletions

View File

@@ -559,9 +559,9 @@ type Version struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Major *uint32 `protobuf:"varint,1,opt,name=Major,proto3,oneof" json:"Major,omitempty"`
Minor *uint32 `protobuf:"varint,2,opt,name=Minor,proto3,oneof" json:"Minor,omitempty"`
Patch *uint32 `protobuf:"varint,3,opt,name=Patch,proto3,oneof" json:"Patch,omitempty"`
Major *uint32 `protobuf:"varint,1,opt,name=major,proto3,oneof" json:"major,omitempty"`
Minor *uint32 `protobuf:"varint,2,opt,name=minor,proto3,oneof" json:"minor,omitempty"`
Patch *uint32 `protobuf:"varint,3,opt,name=patch,proto3,oneof" json:"patch,omitempty"`
}
func (x *Version) Reset() {
@@ -718,13 +718,13 @@ var file_appctl_proto_misc_proto_rawDesc = []byte{
0x0a, 0x10, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x48, 0x65, 0x61, 0x70, 0x42, 0x79, 0x74,
0x65, 0x73, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x73, 0x74, 0x61, 0x63, 0x6b, 0x42, 0x79, 0x74, 0x65,
0x73, 0x4a, 0x04, 0x08, 0x01, 0x10, 0x02, 0x22, 0x78, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69,
0x6f, 0x6e, 0x12, 0x19, 0x0a, 0x05, 0x4d, 0x61, 0x6a, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28,
0x0d, 0x48, 0x00, 0x52, 0x05, 0x4d, 0x61, 0x6a, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a,
0x05, 0x4d, 0x69, 0x6e, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x01, 0x52, 0x05,
0x4d, 0x69, 0x6e, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x50, 0x61, 0x74, 0x63,
0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x02, 0x52, 0x05, 0x50, 0x61, 0x74, 0x63, 0x68,
0x88, 0x01, 0x01, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x4d, 0x61, 0x6a, 0x6f, 0x72, 0x42, 0x08, 0x0a,
0x06, 0x5f, 0x4d, 0x69, 0x6e, 0x6f, 0x72, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x50, 0x61, 0x74, 0x63,
0x6f, 0x6e, 0x12, 0x19, 0x0a, 0x05, 0x6d, 0x61, 0x6a, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28,
0x0d, 0x48, 0x00, 0x52, 0x05, 0x6d, 0x61, 0x6a, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a,
0x05, 0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x01, 0x52, 0x05,
0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x88, 0x01, 0x01, 0x12, 0x19, 0x0a, 0x05, 0x70, 0x61, 0x74, 0x63,
0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x02, 0x52, 0x05, 0x70, 0x61, 0x74, 0x63, 0x68,
0x88, 0x01, 0x01, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x6d, 0x61, 0x6a, 0x6f, 0x72, 0x42, 0x08, 0x0a,
0x06, 0x5f, 0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x42, 0x08, 0x0a, 0x06, 0x5f, 0x70, 0x61, 0x74, 0x63,
0x68, 0x42, 0x30, 0x5a, 0x2e, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f,
0x65, 0x6e, 0x66, 0x65, 0x69, 0x6e, 0x2f, 0x6d, 0x69, 0x65, 0x72, 0x75, 0x2f, 0x76, 0x33, 0x2f,
0x70, 0x6b, 0x67, 0x2f, 0x61, 0x70, 0x70, 0x63, 0x74, 0x6c, 0x2f, 0x61, 0x70, 0x70, 0x63, 0x74,

View File

@@ -81,7 +81,7 @@ message MemoryStatistics {
}
message Version {
optional uint32 Major = 1;
optional uint32 Minor = 2;
optional uint32 Patch = 3;
optional uint32 major = 1;
optional uint32 minor = 2;
optional uint32 patch = 3;
}