Skip to content

Commit da685a9

Browse files
authored
chore: bump thv to v0.3.1 (#889)
1 parent 6acd46d commit da685a9

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

api/generated/types.gen.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,10 @@ export type V1CreateRequest = {
10101010
* Proxy mode to use
10111011
*/
10121012
proxy_mode?: string
1013+
/**
1014+
* Port for the HTTP proxy to listen on
1015+
*/
1016+
proxy_port?: number
10131017
/**
10141018
* Secret parameters to inject
10151019
*/
@@ -1410,6 +1414,10 @@ export type V1UpdateRequest = {
14101414
* Proxy mode to use
14111415
*/
14121416
proxy_mode?: string
1417+
/**
1418+
* Port for the HTTP proxy to listen on
1419+
*/
1420+
proxy_port?: number
14131421
/**
14141422
* Secret parameters to inject
14151423
*/

api/openapi.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,10 @@
11941194
"description": "Proxy mode to use",
11951195
"type": "string"
11961196
},
1197+
"proxy_port": {
1198+
"description": "Port for the HTTP proxy to listen on",
1199+
"type": "integer"
1200+
},
11971201
"secrets": {
11981202
"description": "Secret parameters to inject",
11991203
"items": { "$ref": "#/components/schemas/secrets.SecretParameter" },
@@ -1596,6 +1600,10 @@
15961600
"description": "Proxy mode to use",
15971601
"type": "string"
15981602
},
1603+
"proxy_port": {
1604+
"description": "Port for the HTTP proxy to listen on",
1605+
"type": "integer"
1606+
},
15991607
"secrets": {
16001608
"description": "Secret parameters to inject",
16011609
"items": { "$ref": "#/components/schemas/secrets.SecretParameter" },

utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const TOOLHIVE_VERSION = process.env.THV_VERSION ?? 'v0.3.0'
1+
export const TOOLHIVE_VERSION = process.env.THV_VERSION ?? 'v0.3.1'

0 commit comments

Comments
 (0)