Skip to content

Commit

Permalink
update dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed Nov 2, 2023
1 parent 12b3f1c commit 6b881de
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions otoroshi/conf/schemas/openapi-cfg.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@
"entity_description.otoroshi.next.plugins.HeadersValidation": "???",
"entity_description.otoroshi.next.plugins.Http3Switch": "???",
"entity_description.otoroshi.next.plugins.Http3SwitchConfig": "???",
"entity_description.otoroshi.next.plugins.Image": "???",
"entity_description.otoroshi.next.plugins.ImageReplacer": "???",
"entity_description.otoroshi.next.plugins.ImageReplacerConfig": "???",
"entity_description.otoroshi.next.plugins.IpAddressAllowedList": "???",
"entity_description.otoroshi.next.plugins.IpAddressBlockList": "???",
"entity_description.otoroshi.next.plugins.JQ": "???",
Expand Down Expand Up @@ -2449,6 +2452,11 @@
"otoroshi.next.plugins.Http3SwitchConfig.domain": "???",
"otoroshi.next.plugins.Http3SwitchConfig.ma": "???",
"otoroshi.next.plugins.Http3SwitchConfig.protocols": "???",
"otoroshi.next.plugins.Image.contentType": "???",
"otoroshi.next.plugins.Image.size": "???",
"otoroshi.next.plugins.Image.url": "???",
"otoroshi.next.plugins.ImageReplacer.url": "???",
"otoroshi.next.plugins.ImageReplacerConfig.url": "???",
"otoroshi.next.plugins.IpAddressAllowedList.addresses": "???",
"otoroshi.next.plugins.IpAddressBlockList.addresses": "???",
"otoroshi.next.plugins.JQ.request": "???",
Expand Down Expand Up @@ -2910,8 +2918,10 @@
"otoroshi.next.plugins.PublicPrivatePaths.privatePatterns": "???",
"otoroshi.next.plugins.PublicPrivatePaths.publicPatterns": "???",
"otoroshi.next.plugins.PublicPrivatePaths.strict": "???",
"otoroshi.next.plugins.QueryTransformer.add": "???",
"otoroshi.next.plugins.QueryTransformer.remove": "???",
"otoroshi.next.plugins.QueryTransformer.rename": "???",
"otoroshi.next.plugins.QueryTransformerConfig.add": "???",
"otoroshi.next.plugins.QueryTransformerConfig.remove": "???",
"otoroshi.next.plugins.QueryTransformerConfig.rename": "???",
"otoroshi.next.plugins.RBAC.allow": "???",
Expand Down
2 changes: 1 addition & 1 deletion otoroshi/conf/schemas/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info" : {
"title" : "Otoroshi Admin API",
"description" : "Admin API of the Otoroshi reverse proxy",
"version" : "16.10.0-dev",
"version" : "16.11.0-dev",
"contact" : {
"name" : "Otoroshi Team",
"email" : "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion otoroshi/public/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info" : {
"title" : "Otoroshi Admin API",
"description" : "Admin API of the Otoroshi reverse proxy",
"version" : "16.10.0-dev",
"version" : "16.11.0-dev",
"contact" : {
"name" : "Otoroshi Team",
"email" : "[email protected]"
Expand Down

0 comments on commit 6b881de

Please sign in to comment.