From 6e03e0c2158326bd0ddb6ce987b6b1ff7a72d597 Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Sat, 28 Sep 2024 00:18:32 +0700 Subject: [PATCH] bump version to 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 46 ++++++++++++++++++++++++------- charts/chisel-operator/Chart.yaml | 2 +- deploy/deployment.yaml | 2 +- 4 files changed, 39 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c2f452..515fb80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -504,7 +504,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chisel-operator" -version = "0.4.0" +version = "0.4.1" dependencies = [ "async-trait", "aws-config", diff --git a/Cargo.toml b/Cargo.toml index 1eb84c6..757f8a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "chisel-operator" -version = "0.4.0" +version = "0.4.1" edition = "2021" description = "Chisel tunnel operator for Kubernetes" authors = [ "Pornpipat 'Cappy Ishihara' Popum ", - "Lleyton Grey " + "Lleyton Grey ", ] categories = ["Network programming", "Configuration"] license = "MIT" @@ -25,7 +25,13 @@ default-run = "chisel-operator" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -kube = { version = "0.82.2", features = ["runtime", "derive", "rustls-tls", "jsonpatch", "client",], default-features = false } +kube = { version = "0.82.2", features = [ + "runtime", + "derive", + "rustls-tls", + "jsonpatch", + "client", +], default-features = false } k8s-openapi = { version = "0.18.0", features = ["v1_26"] } serde = { version = "1.0.204", features = ["derive"] } serde_json = "1" @@ -41,18 +47,38 @@ thiserror = "1.0" tracing-subscriber = { version = "0.3", features = ["json", "env-filter"] } tracing-logfmt = "0.3.4" uuid = "1.9" -digitalocean-rs = { version = "0.1.9", default-features = false, features = ["default-rustls"] } +digitalocean-rs = { version = "0.1.9", default-features = false, features = [ + "default-rustls", +] } rand = { version = "0.8.5", features = ["log", "serde"] } async-trait = "0.1.80" names = "0.14.0" -linode-rs = { version = "0.1.3", default-features = false, features = ["default-rustls"] } +linode-rs = { version = "0.1.3", default-features = false, features = [ + "default-rustls", +] } base64 = "0.22.0" trait_enum = "0.5.0" -aws-config = { version = "1.1.1", default-features = false, features = ["rt-tokio", "behavior-version-latest"] } -aws-sdk-ec2 = { version = "1.13.0", default-features = false, features = ["rt-tokio", "behavior-version-latest"] } -aws-sdk-ssm = { version = "1.7.0", default-features = false, features = ["rt-tokio", "behavior-version-latest"] } -aws-smithy-runtime = { version = "1.1.1", default-features = false, features = ["client", "connector-hyper-0-14-x"] } -hyper-rustls = { version = "0.24.2", features = ["http2", "webpki-roots", "webpki-tokio"] } +aws-config = { version = "1.1.1", default-features = false, features = [ + "rt-tokio", + "behavior-version-latest", +] } +aws-sdk-ec2 = { version = "1.13.0", default-features = false, features = [ + "rt-tokio", + "behavior-version-latest", +] } +aws-sdk-ssm = { version = "1.7.0", default-features = false, features = [ + "rt-tokio", + "behavior-version-latest", +] } +aws-smithy-runtime = { version = "1.1.1", default-features = false, features = [ + "client", + "connector-hyper-0-14-x", +] } +hyper-rustls = { version = "0.24.2", features = [ + "http2", + "webpki-roots", + "webpki-tokio", +] } itertools = "0.12.1" # opentelemetry = { version = "0.18.0", features = ["trace", "rt-tokio"] } # opentelemetry-otlp = { version = "0.11.0", features = ["tokio"] } diff --git a/charts/chisel-operator/Chart.yaml b/charts/chisel-operator/Chart.yaml index 1531225..36970c7 100644 --- a/charts/chisel-operator/Chart.yaml +++ b/charts/chisel-operator/Chart.yaml @@ -21,4 +21,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.4.0" +appVersion: "v0.4.1" diff --git a/deploy/deployment.yaml b/deploy/deployment.yaml index c222ad1..14442bc 100644 --- a/deploy/deployment.yaml +++ b/deploy/deployment.yaml @@ -19,7 +19,7 @@ spec: automountServiceAccountToken: true containers: - name: chisel-operator - image: ghcr.io/fyralabs/chisel-operator:v0.4.0 + image: ghcr.io/fyralabs/chisel-operator:v0.4.1 env: - name: RUST_LOG value: "debug"