Skip to content

Commit fe9be6c

Browse files
committed
tools/unitctl: Update for version 1.34.0
Signed-off-by: Andrew Clayton <[email protected]>
1 parent 1b88304 commit fe9be6c

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

tools/unitctl/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/unitctl/openapi-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packageName": "unit-openapi",
3-
"packageVersion": "1.33.0",
3+
"packageVersion": "1.34.0",
44
"library": "hyper",
55
"preferUnsignedInt": true
66
}

tools/unitctl/unit-client-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unit-client-rs"
3-
version = "1.33.0"
3+
version = "1.34.0"
44
authors = ["Elijah Zupancic"]
55
edition = "2021"
66
license = "Apache-2.0"

tools/unitctl/unit-openapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unit-openapi"
3-
version = "1.33.0"
3+
version = "1.34.0"
44
authors = ["[email protected]"]
55
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."
66
license = "Apache 2.0"

tools/unitctl/unit-openapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more information, please visit [https://unit.nginx.org/](https://unit.nginx.
2121
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.
2222

2323
- API version: 0.2.0
24-
- Package version: 1.33.0
24+
- Package version: 1.34.0
2525
- Generator version: 7.6.0
2626
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`
2727

tools/unitctl/unitctl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "unitctl"
33
description = "CLI interface to the NGINX Unit Control API"
4-
version = "1.33.0"
4+
version = "1.34.0"
55
authors = ["Elijah Zupancic"]
66
edition = "2021"
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)