Skip to content

Commit

Permalink
Release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueGoric committed Aug 17, 2023
1 parent 72efe0f commit 7b6a16f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions app/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/k8s-insider-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "k8s-insider-agent"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
license = "GNU GPL 3 or later"
description = "A controller daemon for k8s-insider enabled kubernetes clusters"
Expand All @@ -13,7 +13,7 @@ anyhow = { workspace = true }
env_logger = { workspace = true }
futures = "0.3.28"
ipnet = { workspace = true }
k8s-insider-core = { version = "0.3.3", path = "../k8s-insider-core" }
k8s-insider-core = { version = "0.3.4", path = "../k8s-insider-core" }
k8s-openapi = { workspace = true }
kube = { workspace = true, features = ["runtime"] }
log = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion app/k8s-insider-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "k8s-insider-core"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
license = "GNU GPL 3 or later"
description = "Package containing shared dependencies for k8s-insider crates"
Expand Down
2 changes: 1 addition & 1 deletion app/k8s-insider-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "k8s-insider-macros"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
license = "GNU GPL 3 or later"
description = "Package containing macros used by k8s-insider crates"
Expand Down
8 changes: 4 additions & 4 deletions app/k8s-insider/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "k8s-insider"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
authors = ["Marcin Jędrasik <[email protected]>"]
license = "GNU GPL 3 or later"
Expand All @@ -14,7 +14,7 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
k8s-insider-core = { version = "0.3.3", path = "../k8s-insider-core" }
k8s-insider-core = { version = "0.3.4", path = "../k8s-insider-core" }
kube = { workspace = true }
serde = "1.0.164"
serde_yaml = "0.9.21"
Expand All @@ -25,8 +25,8 @@ clap = { version = "4.3.2", features = ["derive"] }
env_logger = { workspace = true }
home = "0.5.5"
ipnet = { workspace = true }
k8s-insider-core = { version = "0.3.3", path = "../k8s-insider-core" }
k8s-insider-macros = { version = "0.3.3", path = "../k8s-insider-macros" }
k8s-insider-core = { version = "0.3.4", path = "../k8s-insider-core" }
k8s-insider-macros = { version = "0.3.4", path = "../k8s-insider-macros" }
k8s-openapi = { workspace = true }
kube = { workspace = true }
log = { workspace = true }
Expand Down

0 comments on commit 7b6a16f

Please sign in to comment.