Skip to content

Commit dd4d402

Browse files
Merge pull request #44 from kubewarden/bumpversion
chore: bump version v0.1.7.
2 parents 330478e + c46a1e2 commit dd4d402

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "environment-variable-policy"
3-
version = "0.1.6"
4-
authors = ["José Guilherme Vanz <[email protected]>"]
3+
version = "0.1.7"
4+
authors = [
5+
"José Guilherme Vanz <[email protected]>",
6+
"Kubewarden Developers <[email protected]>"
7+
]
58
edition = "2018"
69

710
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

artifacthub-pkg.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
#
55
# This config can be saved to its default location with:
66
# kwctl scaffold artifacthub > artifacthub-pkg.yml
7-
version: 0.1.6
7+
version: 0.1.7
88
name: environment-variable-policy
99
displayName: Environment Variable Policy
10-
createdAt: 2023-10-16T08:43:19.959180861Z
10+
createdAt: 2024-06-13T21:14:11.314795321Z
1111
description: A Kubewarden Policy that controls the usage of environment variables
1212
license: Apache-2.0
1313
homeURL: https://github.com/kubewarden/environment-variable-policy
1414
containersImages:
1515
- name: policy
16-
image: ghcr.io/kubewarden/policies/environment-variable-policy:v0.1.6
16+
image: ghcr.io/kubewarden/policies/environment-variable-policy:v0.1.7
1717
keywords:
1818
- deployment
1919
- replicaset
@@ -27,17 +27,17 @@ keywords:
2727
- environment-variables
2828
links:
2929
- name: policy
30-
url: https://github.com/kubewarden/environment-variable-policy/releases/download/v0.1.6/policy.wasm
30+
url: https://github.com/kubewarden/environment-variable-policy/releases/download/v0.1.7/policy.wasm
3131
- name: source
3232
url: https://github.com/kubewarden/environment-variable-policy
3333
install: |
3434
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
3535
```console
36-
kwctl pull ghcr.io/kubewarden/policies/environment-variable-policy:v0.1.6
36+
kwctl pull ghcr.io/kubewarden/policies/environment-variable-policy:v0.1.7
3737
```
3838
Then, generate the policy manifest and tune it to your liking. For example:
3939
```console
40-
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/environment-variable-policy:v0.1.6
40+
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/environment-variable-policy:v0.1.7
4141
```
4242
maintainers:
4343
- name: Kubewarden developers

0 commit comments

Comments
 (0)