diff --git a/Earthfile b/Earthfile index 64601650..8bfbabcc 100644 --- a/Earthfile +++ b/Earthfile @@ -43,7 +43,7 @@ kustomization-tests-image: FROM ./ansible/+ansible # renovate: datasource=pypi depName=kubernetes - ARG PYKUBERNETES_VERSION=28.1.0 + ARG PYKUBERNETES_VERSION=29.0.0 RUN python3 -m pip install kubernetes==$PYKUBERNETES_VERSION COPY +kubectl/binary /usr/local/bin/kubectl diff --git a/devcontainer/features/src/ansible/requirements.txt b/devcontainer/features/src/ansible/requirements.txt index 3c8174d3..720d0c00 100644 --- a/devcontainer/features/src/ansible/requirements.txt +++ b/devcontainer/features/src/ansible/requirements.txt @@ -1,3 +1,3 @@ # pip requirements ansible==9.1.0 -kubernetes==28.1.0 \ No newline at end of file +kubernetes==29.0.0 \ No newline at end of file