Skip to content

Commit

Permalink
forgot replacement fields
Browse files Browse the repository at this point in the history
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
  • Loading branch information
dims committed Dec 24, 2023
1 parent 010e457 commit ba23f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/bump-k8s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ pushd "${HYDROPHONE_ROOT}" >/dev/null

K8S_VERSION=$(curl https://cdn.dl.k8s.io/release/stable.txt -s)
sed -i "s|K8S_VERSION: .*|K8S_VERSION: $K8S_VERSION|" .github/workflows/*.yml
sed -i "s|conformance:v(\d+\.)?(\d+\.)?(\d+)||" pkg/common/*.go
sed -i "s|conformance:v(\d+\.)?(\d+\.)?(\d+)||" README.md
sed -i "s|conformance:v(\d+\.)?(\d+\.)?(\d+)|conformance:$K8S_VERSION|" pkg/common/*.go
sed -i "s|conformance:v(\d+\.)?(\d+\.)?(\d+)|conformance:$K8S_VERSION|" README.md

popd >/dev/null
git status

0 comments on commit ba23f37

Please sign in to comment.