Skip to content

Commit

Permalink
Update dats tag and apptestctl versions (#387)
Browse files Browse the repository at this point in the history
* Update dats tag and apptestctl versions

* Update kindest/node to v1.29.2
  • Loading branch information
fhielpos authored Oct 29, 2024
1 parent bb99005 commit 05eb772
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ following [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

- Changed
- update apptestctl to v0.22.1.
- update dats.sh to v0.10.1.
- update kindest/node to v1.29.2.

## [0.10.0] - 2024-10-24

- 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=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.22.0
ARG APPTESTCTL_VER=v0.22.1

RUN apk add --no-cache ca-certificates curl \
&& mkdir -p /binaries \
Expand Down
2 changes: 1 addition & 1 deletion app_test_suite/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def configure_global_options(config_parser: configargparse.ArgParser) -> None:
config_parser.add_argument(
"--kind-cluster-image",
required=False,
default="kindest/node:v1.24.6",
default="kindest/node:v1.29.2",
help="The container image to use for booting a kind cluster",
)

Expand Down
2 changes: 1 addition & 1 deletion dats.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

DATS_TAG=${DATS_TAG:-"0.7.0"}
DATS_TAG=${DATS_TAG:-"0.10.1"}

# Please Note
# This script tries to speed up python tests execution by using pipenv cache and reusing virtualenvs.
Expand Down

0 comments on commit 05eb772

Please sign in to comment.