Skip to content

Commit

Permalink
Bump k0sproject/version to v0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed Sep 7, 2023
1 parent 75053db commit d9f40e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pip install --disable-pip-version-check -r docs/requirements_pip.txt
pip --version
pip install --disable-pip-version-check -r docs/requirements.txt
go install github.com/k0sproject/version/cmd/k0s_sort@v0.2.2
go install github.com/k0sproject/version/cmd/k0s_sort@v0.4.1
- name: Generate docs
env:
Expand Down
2 changes: 1 addition & 1 deletion hack/tools/gen-matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ list_k0s_releases() {
}

k0s_sort() {
go run github.com/k0sproject/version/cmd/k0s_sort@v0.2.2
go run github.com/k0sproject/version/cmd/k0s_sort@v0.4.1
}

latest_release() {
Expand Down
2 changes: 1 addition & 1 deletion hack/tools/run-autopilot-matrix-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TESTS=${1:-check-ap-ha3x3}
VERSIONS="$2"
ARCH=${TARGET_ARCH:-amd64}

go install github.com/k0sproject/version/cmd/k0s_sort@v0.2.2
go install github.com/k0sproject/version/cmd/k0s_sort@v0.4.1
GOBIN="$(go env GOPATH)/bin"

if [[ -z "$VERSIONS" ]]; then
Expand Down

0 comments on commit d9f40e4

Please sign in to comment.