Skip to content

Commit

Permalink
Merge pull request #32 from jvanz/main
Browse files Browse the repository at this point in the history
Bump v0.1.10-k8sv1.29.0 policy version.
  • Loading branch information
viccuad authored Jul 11, 2023
2 parents 3c5995b + 8c1045c commit 7ce57c1
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 = "deprecated-api-versions"
version = "0.1.9-k8sv1.29.0"
version = "0.1.10-k8sv1.29.0"
authors = ["Flavio Castelli <fcastelli@suse.com>"]
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.9-k8sv1.29.0
version: 0.1.10-k8sv1.29.0
name: deprecated-api-versions
displayName: Deprecated API Versions
createdAt: 2023-06-28T07:49:24.424186039Z
createdAt: 2023-07-10T16:27:53.95192879Z
description: Find deprecated and removed Kubernetes resources
license: Apache-2.0
homeURL: https://github.com/kubewarden/deprecated-api-versions
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/deprecated-api-versions:v0.1.9-k8sv1.29.0
image: ghcr.io/kubewarden/policies/deprecated-api-versions:v0.1.10-k8sv1.29.0
keywords:
- compliance
- deprecated API
links:
- name: policy
url: https://github.com/kubewarden/deprecated-api-versions/releases/download/v0.1.9-k8sv1.29.0/policy.wasm
url: https://github.com/kubewarden/deprecated-api-versions/releases/download/v0.1.10-k8sv1.29.0/policy.wasm
- name: source
url: https://github.com/kubewarden/deprecated-api-versions
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/deprecated-api-versions:v0.1.9-k8sv1.29.0
kwctl pull ghcr.io/kubewarden/policies/deprecated-api-versions:v0.1.10-k8sv1.29.0
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 7ce57c1

Please sign in to comment.