Skip to content

Commit

Permalink
Bump version v0.1.1.
Browse files Browse the repository at this point in the history
Updates the Cargo and Artifacthub files bumping the version to v0.1.1.

Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
jvanz committed Oct 25, 2022
1 parent 50d6f32 commit a50566a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "environment-variable-policy"
version = "0.1.0"
version = "0.1.1"
authors = ["José Guilherme Vanz <[email protected]>"]
edition = "2018"

Expand Down
8 changes: 4 additions & 4 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
version: 0.1.0
version: 0.1.1
name: environment-variable-policy
displayName: Environment Variable Policy
createdAt: '2022-07-19T16:39:10+02:00'
createdAt: '2022-10-25T08:41:16-03:00'
description: A Kubewarden Policy that controls the usage of environment variables
license: Apache-2.0
homeURL: https://github.com/kubewarden/environment-variable-policy
containersImages:
- name: policy
image: "ghcr.io/kubewarden/policies/environment-variable-policy:v0.1.0"
image: "ghcr.io/kubewarden/policies/environment-variable-policy:v0.1.1"
keywords:
- deployment
- replicaset
Expand All @@ -22,7 +22,7 @@ keywords:
- environment-variables
links:
- name: policy
url: https://github.com/kubewarden/environment-variable-policy/releases/download/v0.1.0/policy.wasm
url: https://github.com/kubewarden/environment-variable-policy/releases/download/v0.1.1/policy.wasm
- name: source
url: https://github.com/kubewarden/environment-variable-policy
provider:
Expand Down

0 comments on commit a50566a

Please sign in to comment.