Skip to content

Commit

Permalink
Update apptestctl version (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos authored Oct 24, 2024
1 parent 98b02d4 commit 6e58dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ following [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Changed
- update python to 3.12
- update apptestctl to v0.22.0 to add Kyverno ClusterPolicy CRD.

## [0.8.1] - 2024-10-09

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG DOCKER_VER=v27.3.1
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
ARG KIND_VER=v0.24.0
# renovate: datasource=github-releases depName=giantswarm/apptestctl
ARG APPTESTCTL_VER=v0.21.0
ARG APPTESTCTL_VER=v0.22.0

RUN apk add --no-cache ca-certificates curl \
&& mkdir -p /binaries \
Expand Down

0 comments on commit 6e58dd2

Please sign in to comment.