From 090929dbfbaa2cdefe0d4e98fc909a7e0cf8fee2 Mon Sep 17 00:00:00 2001 From: Esteban Borai Date: Mon, 22 Jul 2024 18:17:04 -0400 Subject: [PATCH] chore: bump versions --- src/k8-client/Cargo.toml | 2 +- src/k8-metadata-client/Cargo.toml | 2 +- src/k8-types/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/k8-client/Cargo.toml b/src/k8-client/Cargo.toml index 790fef8..9c75352 100644 --- a/src/k8-client/Cargo.toml +++ b/src/k8-client/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "k8-client" -version = "13.0.0" +version = "13.1.0" authors = ["Fluvio Contributors "] description = "Core Kubernetes metadata traits" repository = "https://github.com/infinyon/k8-api" diff --git a/src/k8-metadata-client/Cargo.toml b/src/k8-metadata-client/Cargo.toml index 4a283f9..24442b3 100644 --- a/src/k8-metadata-client/Cargo.toml +++ b/src/k8-metadata-client/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "k8-metadata-client" -version = "7.0.0" +version = "7.1.0" authors = ["Fluvio Contributors "] description = "Trait for interfacing kubernetes metadata service" repository = "https://github.com/infinyon/k8-api" diff --git a/src/k8-types/Cargo.toml b/src/k8-types/Cargo.toml index e8ae16b..59fb11c 100644 --- a/src/k8-types/Cargo.toml +++ b/src/k8-types/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "k8-types" -version = "0.8.6" +version = "0.8.7" authors = ["Fluvio Contributors "] description = "Kubernetes Object Types" repository = "https://github.com/infinyon/k8-api"