From fc3b67a2ad4fa450a1c4a4e26d21095ad1331cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Fern=C3=A1ndez=20L=C3=B3pez?= Date: Sat, 26 Jun 2021 17:15:12 +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 88b13a3..311db22 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-apparmor" -version = "0.1.4" +version = "0.1.6" dependencies = [ "anyhow", "k8s-openapi", diff --git a/Cargo.toml b/Cargo.toml index 7043dd1..4b1df47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psp-apparmor" -version = "0.1.4" +version = "0.1.6" authors = ["Flavio Castelli "] edition = "2018" diff --git a/hub.yml b/hub.yml index 59bddec..38859c1 100644 --- a/hub.yml +++ b/hub.yml @@ -13,4 +13,4 @@ keywords: resources: - Pod mutation: false -context-aware: false +contextAware: false