diff --git a/CHANGELOG.md b/CHANGELOG.md index 9904829..4d17bf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.1.2](https://github.com/WoozyMasta/kube-dump/releases/tag/1.1.2) - 2022-05-19 + +### Changed + +* Update kubectl 1.23.3 -> 1.24.0 + ## [1.1.1](https://github.com/WoozyMasta/kube-dump/releases/tag/1.1.1) - 2022-02-10 ### Changed diff --git a/Dockerfile b/Dockerfile index 77f860f..778ae95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.15 -ARG KUBECTL_VERSION="1.23.3" +ARG KUBECTL_VERSION="1.24.0" LABEL maintainer="woozymasta@gmail.com"