summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2024-09-16 21:41:41 +0100
committerAndrew Clayton <a.clayton@nginx.com>2024-09-17 02:12:20 +0100
commit3144710fe3cb06112d0c0a79c0435310cafd29da (patch)
treeb8861a7333578510e30717b28a288d60b969b4c4 /tools
parentf7771378fcccaafb8f373a3655d5198196cbfabe (diff)
downloadunit-3144710fe3cb06112d0c0a79c0435310cafd29da.tar.gz
unit-3144710fe3cb06112d0c0a79c0435310cafd29da.tar.bz2
tools/unitctl: Update for version 1.33.0
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/unitctl/Cargo.lock6
-rw-r--r--tools/unitctl/openapi-config.json4
-rw-r--r--tools/unitctl/unit-client-rs/Cargo.toml2
-rw-r--r--tools/unitctl/unit-openapi/Cargo.toml2
-rw-r--r--tools/unitctl/unit-openapi/README.md2
-rw-r--r--tools/unitctl/unitctl/Cargo.toml2
6 files changed, 9 insertions, 9 deletions
diff --git a/tools/unitctl/Cargo.lock b/tools/unitctl/Cargo.lock
index bcbe53b7..58f07b8b 100644
--- a/tools/unitctl/Cargo.lock
+++ b/tools/unitctl/Cargo.lock
@@ -2021,7 +2021,7 @@ dependencies = [
[[package]]
name = "unit-client-rs"
-version = "0.4.0-beta"
+version = "1.33.0"
dependencies = [
"bollard",
"custom_error",
@@ -2044,7 +2044,7 @@ dependencies = [
[[package]]
name = "unit-openapi"
-version = "0.4.0-beta"
+version = "1.33.0"
dependencies = [
"base64 0.21.5",
"futures",
@@ -2058,7 +2058,7 @@ dependencies = [
[[package]]
name = "unitctl"
-version = "0.4.0-beta"
+version = "1.33.0"
dependencies = [
"clap",
"colored_json",
diff --git a/tools/unitctl/openapi-config.json b/tools/unitctl/openapi-config.json
index 783c8740..c47caadb 100644
--- a/tools/unitctl/openapi-config.json
+++ b/tools/unitctl/openapi-config.json
@@ -1,6 +1,6 @@
{
"packageName": "unit-openapi",
- "packageVersion": "0.4.0-beta",
+ "packageVersion": "1.33.0",
"library": "hyper",
"preferUnsignedInt": true
-} \ No newline at end of file
+}
diff --git a/tools/unitctl/unit-client-rs/Cargo.toml b/tools/unitctl/unit-client-rs/Cargo.toml
index b7b8b496..6d873417 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 = "0.4.0-beta"
+version = "1.33.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 12435985..c7a177f9 100644
--- a/tools/unitctl/unit-openapi/Cargo.toml
+++ b/tools/unitctl/unit-openapi/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "unit-openapi"
-version = "0.4.0-beta"
+version = "1.33.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 5bad3fa4..3a792b6e 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: 0.4.0-beta
+- Package version: 1.33.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 80110d51..ec89c975 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 = "0.4.0-beta"
+version = "1.33.0"
authors = ["Elijah Zupancic"]
edition = "2021"
license = "Apache-2.0"