diff options
| author | Andrew Clayton <a.clayton@nginx.com> | 2025-07-29 19:23:55 +0100 |
|---|---|---|
| committer | Andrew Clayton <a.clayton@nginx.com> | 2025-09-03 21:06:15 +0100 |
| commit | 5a18769580264254e93f3161479242812ffa528a (patch) | |
| tree | 1565834c13b662d3b73e32f7879934e644788f94 /tools | |
| parent | afc9e15bf1413160e1d1ca2726beb3b676625182 (diff) | |
| download | unit-5a18769580264254e93f3161479242812ffa528a.tar.gz unit-5a18769580264254e93f3161479242812ffa528a.tar.bz2 | |
tools/unitctl: Update for version 1.35.0
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/unitctl/Cargo.lock | 6 | ||||
| -rw-r--r-- | tools/unitctl/openapi-config.json | 2 | ||||
| -rw-r--r-- | tools/unitctl/unit-client-rs/Cargo.toml | 2 | ||||
| -rw-r--r-- | tools/unitctl/unit-openapi/Cargo.toml | 2 | ||||
| -rw-r--r-- | tools/unitctl/unit-openapi/README.md | 2 | ||||
| -rw-r--r-- | tools/unitctl/unitctl/Cargo.toml | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/tools/unitctl/Cargo.lock b/tools/unitctl/Cargo.lock index 9097aab6..0418d3ab 100644 --- a/tools/unitctl/Cargo.lock +++ b/tools/unitctl/Cargo.lock @@ -2279,7 +2279,7 @@ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" [[package]] name = "unit-client-rs" -version = "1.34.0" +version = "1.35.0" dependencies = [ "bollard", "custom_error", @@ -2302,7 +2302,7 @@ dependencies = [ [[package]] name = "unit-openapi" -version = "1.34.0" +version = "1.35.0" dependencies = [ "base64 0.21.7", "futures", @@ -2316,7 +2316,7 @@ dependencies = [ [[package]] name = "unitctl" -version = "1.34.0" +version = "1.35.0" dependencies = [ "clap", "colored_json", diff --git a/tools/unitctl/openapi-config.json b/tools/unitctl/openapi-config.json index 0986624a..b185be79 100644 --- a/tools/unitctl/openapi-config.json +++ b/tools/unitctl/openapi-config.json @@ -1,6 +1,6 @@ { "packageName": "unit-openapi", - "packageVersion": "1.34.0", + "packageVersion": "1.35.0", "library": "hyper", "preferUnsignedInt": true } diff --git a/tools/unitctl/unit-client-rs/Cargo.toml b/tools/unitctl/unit-client-rs/Cargo.toml index 4fd77036..5e35d315 100644 --- a/tools/unitctl/unit-client-rs/Cargo.toml +++ b/tools/unitctl/unit-client-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unit-client-rs" -version = "1.34.0" +version = "1.35.0" authors = ["Elijah Zupancic"] edition = "2021" license = "Apache-2.0" diff --git a/tools/unitctl/unit-openapi/Cargo.toml b/tools/unitctl/unit-openapi/Cargo.toml index 94d274c7..30bab4f6 100644 --- a/tools/unitctl/unit-openapi/Cargo.toml +++ b/tools/unitctl/unit-openapi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unit-openapi" -version = "1.34.0" +version = "1.35.0" authors = ["unit-owner@nginx.org"] description = "NGINX Unit is a lightweight and versatile application runtime that provides the essential components for your web application as a single open-source server: running application code, serving static assets, handling TLS and request routing. **Important**: Unit's API is designed to expose any part of its configuration as an addressable endpoint. Suppose a JSON object is stored at `/config/listeners/`: ```json { \"*:8080\": { \"pass\": \"applications/wp_emea_dev\" } } ``` Here, `/config/listeners/_*:8080` and `/config/listeners/_*:8080/pass` are also endpoints. Generally, object options are addressable by their names, array items—by their indexes (`/array/0/`). **Note**: By default, Unit is configured through a UNIX domain socket. To use this specification with OpenAPI tools interactively, [start](https://unit.nginx.org/howto/source/#source-startup) Unit with a TCP port as the control socket." license = "Apache 2.0" diff --git a/tools/unitctl/unit-openapi/README.md b/tools/unitctl/unit-openapi/README.md index 32728185..071e3bf2 100644 --- a/tools/unitctl/unit-openapi/README.md +++ b/tools/unitctl/unit-openapi/README.md @@ -21,7 +21,7 @@ For more information, please visit [https://unit.nginx.org/](https://unit.nginx. This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client. - API version: 0.2.0 -- Package version: 1.34.0 +- Package version: 1.35.0 - Generator version: 7.6.0 - Build package: `org.openapitools.codegen.languages.RustClientCodegen` diff --git a/tools/unitctl/unitctl/Cargo.toml b/tools/unitctl/unitctl/Cargo.toml index 82fa4068..ef805273 100644 --- a/tools/unitctl/unitctl/Cargo.toml +++ b/tools/unitctl/unitctl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "unitctl" description = "CLI interface to the NGINX Unit Control API" -version = "1.34.0" +version = "1.35.0" authors = ["Elijah Zupancic"] edition = "2021" license = "Apache-2.0" |
