Skip to content

Commit

Permalink
Update apptestctl to v0.19.0 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhielpos authored May 15, 2024
1 parent b614b2b commit 536a0ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ following [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Changed
- Update `apptestctl` to 0.19.0 to update all CRDs.

## [0.5.1] - 2024-05-08

- Changed
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=v26.1.1
# renovate: datasource=github-releases depName=kubernetes-sigs/kind
ARG KIND_VER=v0.22.0
# renovate: datasource=github-releases depName=giantswarm/apptestctl
ARG APPTESTCTL_VER=v0.18.1
ARG APPTESTCTL_VER=v0.19.0

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

0 comments on commit 536a0ec

Please sign in to comment.