From fd0971a1d2eca74da8fec92aa3faf8de08e0029f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Fern=C3=A1ndez=20L=C3=B3pez?= Date: Sat, 26 Jun 2021 17:12:52 +0200 Subject: [PATCH] chore: rename context-aware to contextAware --- Cargo.lock | 4 +++- Cargo.toml | 2 +- hub.yml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b608f74..c3a2779 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "anyhow" version = "1.0.40" @@ -246,7 +248,7 @@ dependencies = [ [[package]] name = "psp-host-namespaces" -version = "0.0.5" +version = "0.0.9" dependencies = [ "anyhow", "k8s-openapi", diff --git a/Cargo.toml b/Cargo.toml index fa15d2e..3af4c51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psp-host-namespaces" -version = "0.0.5" +version = "0.0.9" authors = ["Rafael Fernández López "] edition = "2018" diff --git a/hub.yml b/hub.yml index fda89d3..0db66a3 100644 --- a/hub.yml +++ b/hub.yml @@ -14,4 +14,4 @@ keywords: resources: - Pod mutation: false -context-aware: false +contextAware: false