Skip to content

Commit

Permalink
Merge pull request #40 from kubewarden/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update kubewarden/github-actions action to v3.1.10
  • Loading branch information
flavio authored Oct 16, 2023
2 parents 0180fa4 + 4af2653 commit c8e24f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.9
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.10

release:
needs: test
Expand All @@ -23,6 +23,6 @@ jobs:
# Required by cosign keyless signing
id-token: write

uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.9
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.10
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/deprecated-api-versions
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: Continuous integration
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.9
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.10
6 changes: 5 additions & 1 deletion artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version: 0.1.11-k8sv1.29.0
name: deprecated-api-versions
displayName: Deprecated API Versions
createdAt: 2023-07-17T13:51:08.327238576Z
createdAt: 2023-10-16T08:47:52.734557198Z
description: Find deprecated and removed Kubernetes resources
license: Apache-2.0
homeURL: https://github.com/kubewarden/deprecated-api-versions-policy
Expand All @@ -27,6 +27,10 @@ install: |
```console
kwctl pull ghcr.io/kubewarden/policies/deprecated-api-versions:v0.1.11-k8sv1.29.0
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/deprecated-api-versions:v0.1.11-k8sv1.29.0
```
maintainers:
- name: Kubewarden developers
email: cncf-kubewarden-maintainers@lists.cncf.io
Expand Down

0 comments on commit c8e24f0

Please sign in to comment.