Skip to content

Commit

Permalink
update apptestctl version to add crds (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEnigmaa authored Sep 3, 2024
1 parent 8e63ed4 commit c4fae0e
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.20.0 to add Prometheuses and RemoteWrites CRDs.

## [0.6.1] - 2024-06-06

- Go version changed to 1.22.4
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.2.0
# 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.19.1
ARG APPTESTCTL_VER=v0.20.0

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

0 comments on commit c4fae0e

Please sign in to comment.