Skip to content

Commit

Permalink
Merge pull request #44 from kubewarden/bumpversion
Browse files Browse the repository at this point in the history
chore: bump version v0.1.7.
  • Loading branch information
fabriziosestito authored Jun 14, 2024
2 parents 330478e + c46a1e2 commit dd4d402
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 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.

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "environment-variable-policy"
version = "0.1.6"
authors = ["José Guilherme Vanz <[email protected]>"]
version = "0.1.7"
authors = [
"José Guilherme Vanz <[email protected]>",
"Kubewarden Developers <[email protected]>"
]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
12 changes: 6 additions & 6 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.1.6
version: 0.1.7
name: environment-variable-policy
displayName: Environment Variable Policy
createdAt: 2023-10-16T08:43:19.959180861Z
createdAt: 2024-06-13T21:14:11.314795321Z
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.6
image: ghcr.io/kubewarden/policies/environment-variable-policy:v0.1.7
keywords:
- deployment
- replicaset
Expand All @@ -27,17 +27,17 @@ keywords:
- environment-variables
links:
- name: policy
url: https://github.com/kubewarden/environment-variable-policy/releases/download/v0.1.6/policy.wasm
url: https://github.com/kubewarden/environment-variable-policy/releases/download/v0.1.7/policy.wasm
- name: source
url: https://github.com/kubewarden/environment-variable-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/environment-variable-policy:v0.1.6
kwctl pull ghcr.io/kubewarden/policies/environment-variable-policy:v0.1.7
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/environment-variable-policy:v0.1.6
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/environment-variable-policy:v0.1.7
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit dd4d402

Please sign in to comment.