a round of iteration on improving the version management situation more (#881); update deps in ui/agentUi

This commit is contained in:
Michael Quigley
2025-02-25 11:48:14 -05:00
parent c91bd5576e
commit d5e2c424e5
49 changed files with 2102 additions and 677 deletions

View File

@@ -237,6 +237,38 @@ func init() {
}
}
},
"/clientVersionCheck": {
"post": {
"tags": [
"metadata"
],
"operationId": "clientVersionCheck",
"parameters": [
{
"name": "body",
"in": "body",
"schema": {
"properties": {
"clientVersion": {
"type": "string"
}
}
}
}
],
"responses": {
"200": {
"description": "compatible"
},
"400": {
"description": "not compatible",
"schema": {
"type": "string"
}
}
}
}
},
"/configuration": {
"get": {
"tags": [
@@ -1909,35 +1941,25 @@ func init() {
}
}
}
},
"post": {
}
},
"/versions": {
"get": {
"tags": [
"metadata"
],
"operationId": "clientVersionCheck",
"parameters": [
{
"name": "body",
"in": "body",
"operationId": "versionInventory",
"responses": {
"200": {
"description": "ok",
"schema": {
"properties": {
"clientVersion": {
"controllerVersion": {
"type": "string"
}
}
}
}
],
"responses": {
"200": {
"description": "compatible"
},
"400": {
"description": "not compatible",
"schema": {
"type": "string"
}
}
}
}
}
@@ -2523,6 +2545,38 @@ func init() {
}
}
},
"/clientVersionCheck": {
"post": {
"tags": [
"metadata"
],
"operationId": "clientVersionCheck",
"parameters": [
{
"name": "body",
"in": "body",
"schema": {
"properties": {
"clientVersion": {
"type": "string"
}
}
}
}
],
"responses": {
"200": {
"description": "compatible"
},
"400": {
"description": "not compatible",
"schema": {
"type": "string"
}
}
}
}
},
"/configuration": {
"get": {
"tags": [
@@ -4144,35 +4198,25 @@ func init() {
}
}
}
},
"post": {
}
},
"/versions": {
"get": {
"tags": [
"metadata"
],
"operationId": "clientVersionCheck",
"parameters": [
{
"name": "body",
"in": "body",
"operationId": "versionInventory",
"responses": {
"200": {
"description": "ok",
"schema": {
"properties": {
"clientVersion": {
"controllerVersion": {
"type": "string"
}
}
}
}
],
"responses": {
"200": {
"description": "compatible"
},
"400": {
"description": "not compatible",
"schema": {
"type": "string"
}
}
}
}
}