KubeOS/0001-Bump-kubeos-version-to-1.0.6.patch
Yuhang Wei f2280776cf KubeOS: modify version display and fix the path for EFI boot in bootloader.sh
Signed-off-by: Yuhang Wei <weiyuhang3@huawei.com>
2024-06-18 11:17:37 +08:00

135 lines
3.7 KiB
Diff

From dbabd83278e84e21a4e3493150add216012ba230 Mon Sep 17 00:00:00 2001
From: Yuhang Wei <weiyuhang3@huawei.com>
Date: Mon, 17 Jun 2024 10:30:52 +0800
Subject: [PATCH 1/2] Bump kubeos version to 1.0.6
Signed-off-by: Yuhang Wei <weiyuhang3@huawei.com>
---
KubeOS-Rust/Cargo.lock | 8 ++++----
KubeOS-Rust/agent/Cargo.toml | 2 +-
KubeOS-Rust/cli/Cargo.toml | 2 +-
KubeOS-Rust/manager/Cargo.toml | 2 +-
KubeOS-Rust/proxy/Cargo.toml | 6 +++---
VERSION | 2 +-
6 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/KubeOS-Rust/Cargo.lock b/KubeOS-Rust/Cargo.lock
index 4e1619aa..93e3d07d 100644
--- a/KubeOS-Rust/Cargo.lock
+++ b/KubeOS-Rust/Cargo.lock
@@ -189,7 +189,7 @@ dependencies = [
[[package]]
name = "cli"
-version = "1.0.5"
+version = "1.0.6"
dependencies = [
"anyhow",
"jsonrpc",
@@ -1226,7 +1226,7 @@ dependencies = [
[[package]]
name = "manager"
-version = "1.0.5"
+version = "1.0.6"
dependencies = [
"anyhow",
"env_logger",
@@ -1438,7 +1438,7 @@ dependencies = [
[[package]]
name = "os-agent"
-version = "1.0.5"
+version = "1.0.6"
dependencies = [
"anyhow",
"env_logger",
@@ -1601,7 +1601,7 @@ dependencies = [
[[package]]
name = "proxy"
-version = "1.0.5"
+version = "1.0.6"
dependencies = [
"anyhow",
"assert-json-diff",
diff --git a/KubeOS-Rust/agent/Cargo.toml b/KubeOS-Rust/agent/Cargo.toml
index 739bbbc7..83e1b7c0 100644
--- a/KubeOS-Rust/agent/Cargo.toml
+++ b/KubeOS-Rust/agent/Cargo.toml
@@ -3,7 +3,7 @@ description = "KubeOS os-agent"
edition = "2021"
license = "MulanPSL-2.0"
name = "os-agent"
-version = "1.0.5"
+version = "1.0.6"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diff --git a/KubeOS-Rust/cli/Cargo.toml b/KubeOS-Rust/cli/Cargo.toml
index c3c14c6f..78d5fd51 100644
--- a/KubeOS-Rust/cli/Cargo.toml
+++ b/KubeOS-Rust/cli/Cargo.toml
@@ -3,7 +3,7 @@ description = "KubeOS os-agent client"
edition = "2021"
license = "MulanPSL-2.0"
name = "cli"
-version = "1.0.5"
+version = "1.0.6"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
diff --git a/KubeOS-Rust/manager/Cargo.toml b/KubeOS-Rust/manager/Cargo.toml
index e694090c..f60a7c08 100644
--- a/KubeOS-Rust/manager/Cargo.toml
+++ b/KubeOS-Rust/manager/Cargo.toml
@@ -3,7 +3,7 @@ description = "KubeOS os-agent manager"
edition = "2021"
license = "MulanPSL-2.0"
name = "manager"
-version = "1.0.5"
+version = "1.0.6"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dev-dependencies]
diff --git a/KubeOS-Rust/proxy/Cargo.toml b/KubeOS-Rust/proxy/Cargo.toml
index 3b5d96d1..d804ac77 100644
--- a/KubeOS-Rust/proxy/Cargo.toml
+++ b/KubeOS-Rust/proxy/Cargo.toml
@@ -3,7 +3,7 @@ description = "KubeOS os-proxy"
edition = "2021"
license = "MulanPSL-2.0"
name = "proxy"
-version = "1.0.5"
+version = "1.0.6"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
@@ -17,14 +17,14 @@ path = "src/main.rs"
[dependencies]
anyhow = "1.0.44"
async-trait = "0.1"
-cli = { version = "1.0.5", path = "../cli" }
+cli = { version = "1.0.6", path = "../cli" }
env_logger = "0.9.0"
futures = "0.3.17"
h2 = "=0.3.16"
k8s-openapi = { version = "0.13.1", features = ["v1_22"] }
kube = { version = "0.66.0", features = ["derive", "runtime"] }
log = "=0.4.15"
-manager = { version = "1.0.5", path = "../manager" }
+manager = { version = "1.0.6", path = "../manager" }
regex = "=1.7.3"
reqwest = { version = "=0.12.2", default-features = false, features = [
"json",
diff --git a/VERSION b/VERSION
index 90a27f9c..af0b7ddb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.5
+1.0.6
--
2.39.3 (Apple Git-146)