From cf44659f8207d2a39508a20d193ce7cc1962f63d Mon Sep 17 00:00:00 2001 From: clux Date: Fri, 25 Aug 2023 13:40:58 +0100 Subject: [PATCH] release 1.16.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c9fe2f..eee075f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1560,7 +1560,7 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "version" -version = "1.15.2" +version = "1.16.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 47b83c8..0f58d7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "version" -version = "1.15.2" +version = "1.16.0" authors = ["Eirik Albrigtsen "] edition = "2021" license = "Apache-2.0" diff --git a/deployment.yaml b/deployment.yaml index 28694a2..574483f 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -78,7 +78,7 @@ spec: serviceAccountName: version containers: - name: version - image: ghcr.io/kube-rs/version-rs:latest + image: ghcr.io/kube-rs/version-rs:1.16.0 imagePullPolicy: Always resources: limits: