From fb08d43975123e1a85cfd92f1b9e6f1cc03d36c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Mon, 15 Jan 2024 18:59:51 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.4=20=E2=86=92=203.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- common/Cargo.toml | 2 +- firecracker-pilot/Cargo.toml | 4 ++-- firecracker-pilot/guestvm-tools/sci/Cargo.toml | 2 +- flake-ctl/Cargo.toml | 2 +- flake-ctl/debbuild/oci-deb | 2 +- package/flake-pilot.spec | 2 +- podman-pilot/Cargo.toml | 4 ++-- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index adb2c26..eb61df6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.4 +current_version = 3.0.5 commit = True tag = True diff --git a/common/Cargo.toml b/common/Cargo.toml index ce2b7eb..dfaa0d4 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flakes" -version = "3.0.4" +version = "3.0.5" edition = "2021" [lib] diff --git a/firecracker-pilot/Cargo.toml b/firecracker-pilot/Cargo.toml index dd6f626..0b1c0f3 100644 --- a/firecracker-pilot/Cargo.toml +++ b/firecracker-pilot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "firecracker-pilot" -version = "3.0.4" +version = "3.0.5" edition = "2018" license = "MIT" @@ -17,4 +17,4 @@ ubyte = { version = "0.10", features = ["serde"] } lazy_static = { version = "1.4" } serde_yaml = { version = "0.9" } strum = { version = "0.25", features = ["derive"] } -flakes = { version = "3.0.4 ", path = "../common", features = ["json"] } +flakes = { version = "3.0.5 ", path = "../common", features = ["json"] } diff --git a/firecracker-pilot/guestvm-tools/sci/Cargo.toml b/firecracker-pilot/guestvm-tools/sci/Cargo.toml index 2e9c11c..05525b3 100644 --- a/firecracker-pilot/guestvm-tools/sci/Cargo.toml +++ b/firecracker-pilot/guestvm-tools/sci/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sci" -version = "3.0.4" +version = "3.0.5" edition = "2018" license = "MIT" diff --git a/flake-ctl/Cargo.toml b/flake-ctl/Cargo.toml index 76ae94f..7fa7ec9 100644 --- a/flake-ctl/Cargo.toml +++ b/flake-ctl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flake-ctl" -version = "3.0.4" +version = "3.0.5" edition = "2018" license = "MIT" diff --git a/flake-ctl/debbuild/oci-deb b/flake-ctl/debbuild/oci-deb index e6eda57..6df1c6c 100755 --- a/flake-ctl/debbuild/oci-deb +++ b/flake-ctl/debbuild/oci-deb @@ -25,7 +25,7 @@ set -e SPEC_IN=/usr/share/podman-pilot/container.spec.in -PKG_VERSION=3.0.4 +PKG_VERSION=3.0.5 CONTAINER_TAG=latest CONTAINER_APPS="" diff --git a/package/flake-pilot.spec b/package/flake-pilot.spec index 8b0b053..e4ab0db 100644 --- a/package/flake-pilot.spec +++ b/package/flake-pilot.spec @@ -23,7 +23,7 @@ # SOFTWARE. # Name: flake-pilot -Version: 3.0.4 +Version: 3.0.5 Release: 0 Summary: Launcher for flake applications License: MIT diff --git a/podman-pilot/Cargo.toml b/podman-pilot/Cargo.toml index 4695f6e..5f07ba2 100644 --- a/podman-pilot/Cargo.toml +++ b/podman-pilot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "podman-pilot" -version = "3.0.4" +version = "3.0.5" edition = "2018" license = "MIT" @@ -15,4 +15,4 @@ lazy_static = { version = "1.4" } serde = { version = "1.0", features = ["derive"]} serde_yaml = { version = "0.9" } regex = { version = "1.9" } -flakes = { version = "3.0.4", path = "../common" } +flakes = { version = "3.0.5", path = "../common" }