From 1895bd402bfb180b77397f9e7e3188bbd3e43ed5 Mon Sep 17 00:00:00 2001 From: Tuomo Tanskanen Date: Mon, 7 Oct 2024 08:27:15 +0300 Subject: [PATCH] bump markdownlint-cli2 to v0.12.0 With fixes to formatting. Signed-off-by: Tuomo Tanskanen --- VERSIONING.md | 4 ++-- hack/markdownlint.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSIONING.md b/VERSIONING.md index 21d6cdf1..7769dc11 100644 --- a/VERSIONING.md +++ b/VERSIONING.md @@ -29,7 +29,7 @@ but essentially, for any given release X.Y.Z: - a Z (**patch**) release indicates minimum set of bugfixes. Changing Z means a backwards-compatible change that doesn't add functionality. -*NB*: If the major release is `0`, any minor release may contain breaking +_NB_: If the major release is `0`, any minor release may contain breaking changes. These guarantees extend to all code exposed in public APIs of @@ -166,7 +166,7 @@ Furthermore, our dependency on Kubernetes libraries makes this difficult ### Always assume we've broken compatibility -*a.k.a. k8s.io/client-go style* While this makes life easier (a bit) for +_a.k.a. k8s.io/client-go style_ While this makes life easier (a bit) for maintainers, it's problematic for users. While breaking changes arrive sooner, upgrading becomes very painful. diff --git a/hack/markdownlint.sh b/hack/markdownlint.sh index 5258d274..8f203923 100755 --- a/hack/markdownlint.sh +++ b/hack/markdownlint.sh @@ -15,6 +15,6 @@ else --volume "${PWD}:/workdir:ro,z" \ --entrypoint sh \ --workdir /workdir \ - docker.io/pipelinecomponents/markdownlint-cli2:0.9.0@sha256:71370df6c967bae548b0bfd0ae313ddf44bfad87da76f88180eff55c6264098c \ + docker.io/pipelinecomponents/markdownlint-cli2:0.12.0@sha256:a3977fba9814f10d33a1d69ae607dc808e7a6470b2ba03e84c17193c0791aac0 \ /workdir/hack/markdownlint.sh "$@" fi