Skip to content

Commit

Permalink
Merge pull request #10 from viccuad/main
Browse files Browse the repository at this point in the history
build: Bump version to 0.1.1
  • Loading branch information
viccuad authored Jul 10, 2023
2 parents d58f149 + c25c4f7 commit d0b36c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 = "rancher-project-propagate-labels"
version = "0.1.0"
version = "0.1.1"
authors = ["Flavio Castelli <[email protected]>"]
edition = "2021"

Expand Down
10 changes: 5 additions & 5 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.1.0
version: 0.1.1
name: rancher-project-propagate-labels
displayName: Rancher Project propagate labels
createdAt: 2023-04-17T07:46:10.821806149Z
createdAt: 2023-07-10T08:53:20.168260313Z
description: Propagate labels from a Rancher Project to all the Namespace that belong to it
license: Apache-2.0
homeURL: https://github.com/kubewaden/rancher-project-propagate-labels
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/rancher-project-propagate-labels:v0.1.0
image: ghcr.io/kubewarden/policies/rancher-project-propagate-labels:v0.1.1
keywords:
- namespace
- rancher project
links:
- name: policy
url: https://github.com/kubewarden/rancher-project-propagate-labels/releases/download/v0.1.0/policy.wasm
url: https://github.com/kubewarden/rancher-project-propagate-labels/releases/download/v0.1.1/policy.wasm
- name: source
url: https://github.com/kubewarden/rancher-project-propagate-labels
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/rancher-project-propagate-labels:v0.1.0
kwctl pull ghcr.io/kubewarden/policies/rancher-project-propagate-labels:v0.1.1
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit d0b36c4

Please sign in to comment.