Skip to content

Commit

Permalink
update Kubernetes versions in kubeconform command (#554)
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Charriere <[email protected]>
  • Loading branch information
mcharriere authored Sep 17, 2024
1 parent 0b112ce commit c2062b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

Updated Kubernetes versions in kubeconform command.

## [5.8.0] - 2024-09-03

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/commands/kubeconform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ steps:
name: kubeconform
environment:
GS_SCHEMA_REPOSITORY: "https://raw.githubusercontent.com/giantswarm/json-schema/main/master"
KUBERNETES_VERSIONS: 1.20.0 1.21.0 1.22.0 1.23.0 1.24.0
KUBERNETES_VERSIONS: 1.25.0 1.26.0 1.27.0 1.28.0 1.29.0
command: |
for v in $KUBERNETES_VERSIONS; do
echo "Validating against kubernetes version $v"
Expand Down

0 comments on commit c2062b2

Please sign in to comment.