Skip to content

Commit

Permalink
Merge pull request #3462 from twz123/k0s-version-041
Browse files Browse the repository at this point in the history
Bump k0sproject/version to v0.4.1
  • Loading branch information
twz123 authored Sep 8, 2023
2 parents 0902f8a + d9f40e4 commit 2caa92c
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 2caa92c

Please sign in to comment.