Update dependency zegl/kube-score to v1.20.0 (main)
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| zegl/kube-score | minor |
1.17.0 -> 1.20.0
|
Release Notes
zegl/kube-score (zegl/kube-score)
v1.20.0
Changelog
-
e8566e3Add tests for MinReplicasDeployment -
7c7f9d7Add tests for MinReplicasHPA -
3c0ad34Fix optional check for seccomp #590 -
3b4bd66Update Go in Docker -
a9e9d62add description about probe identical checks -
2979637add description for JUnit test reports -
b17cabfbuild(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 -
9a861f6build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 -
de17876build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 -
a363030build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 -
33bd4e3build(deps): bump golang.org/x/net from 0.30.0 to 0.33.0 -
9307c9abuild(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 -
f2dd79ebuild(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 -
4ccb5ccbuild(deps): bump golang.org/x/term from 0.25.0 to 0.26.0 -
6118c3ebuild(deps): bump golang.org/x/term from 0.26.0 to 0.27.0 -
76081f5build(deps): bump golang.org/x/term from 0.27.0 to 0.28.0 -
5fc1c08build(deps): bump golang.org/x/term from 0.28.0 to 0.31.0 -
67cafc0build(deps): bump k8s.io/api from 0.31.1 to 0.31.2 -
91c4669build(deps): bump k8s.io/api from 0.31.2 to 0.31.3 -
5de0054build(deps): bump k8s.io/api from 0.31.3 to 0.32.0 -
7ccf49cbuild(deps): bump k8s.io/api from 0.32.0 to 0.32.3 -
114ef1bbuild(deps-dev): bump vite from 5.3.3 to 5.3.6 in /web -
5ca400fdivide probe checks -
08ea9f4feat: make the required replicas configurable -
8822151renderer/junit: fix broken test -
81371e9revert unused probe file -
7eb23d0web: update dependencies
v1.19.0
Changelog
-
20f248eAdd junit as a valid output format -
0fd0730Build fix -
ff6886bCorepack on vercel -
fa48e3aCreate FUNDING.yml -
321e14eCreate tea.yaml -
536c54bFormat junit -
d80d828Go 1.23.1 -
602715dSplit install and build steps -
2f97ffeUpdate README_PROBES.md -
a0a0f48Update to Goreleaser 2 -
4c0e41bVite / React powered website -
95589f8WASM / Vercel docs -
baf9346Web styling -
8641157WebAssemby powered website -
dda35f8add exclude id for horizontalpodautoscaler-replicas -
688e2d3all: extendable externally usable API -
77a6bdaall: go 1.22 toolchain -
75e2f93build(deps): bump github.com/fatih/color from 1.16.0 to 1.17.0 -
8ac7341build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 -
e263b89build(deps): bump golang.org/x/term from 0.16.0 to 0.17.0 -
c51991ebuild(deps): bump golang.org/x/term from 0.17.0 to 0.18.0 -
331e300build(deps): bump golang.org/x/term from 0.18.0 to 0.19.0 -
71bf4dcbuild(deps): bump golang.org/x/term from 0.19.0 to 0.20.0 -
fb19eb5build(deps): bump golang.org/x/term from 0.20.0 to 0.21.0 -
63f52bebuild(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 -
0fb2a2cbuild(deps): bump golang.org/x/term from 0.22.0 to 0.23.0 -
b5a7d86build(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 -
ef2f2a4build(deps): bump k8s.io/api from 0.29.1 to 0.29.2 -
e993e1abuild(deps): bump k8s.io/api from 0.29.2 to 0.29.3 -
f82e691build(deps): bump k8s.io/api from 0.29.3 to 0.29.4 -
d9007f5build(deps): bump k8s.io/api from 0.29.4 to 0.30.0 -
439e205build(deps): bump k8s.io/api from 0.30.0 to 0.30.1 -
8764c7fbuild(deps): bump k8s.io/api from 0.30.1 to 0.30.2 -
abe6d44build(deps): bump k8s.io/api from 0.30.2 to 0.30.3 -
52ba4e6build(deps): bump k8s.io/api from 0.30.3 to 0.31.0 -
1c6127fbuild(deps): bump k8s.io/api from 0.31.0 to 0.31.1 -
4f1ef27ci: test with go 1.22 -
43306b8pnpm in repo root -
4177485render/junit: add new output -
810be65score/hpa: added a check for hpa min replicas > 1 -
cfc141fweb: add header links
v1.18.0
What's Changed
- chore: remove refs to deprecated io/ioutil by @testwill in https://github.com/zegl/kube-score/pull/546
- score/disruptionbudget: output comment when namespace doesn't match by @cayla in https://github.com/zegl/kube-score/pull/549
- docs: add release documentation by @zegl in https://github.com/zegl/kube-score/pull/551
- score/disruptionbudget: improved error message for PDB found but in wrong namespace by @zegl in https://github.com/zegl/kube-score/pull/552
- renderer/human: show file names in case of error or warning by @zegl in https://github.com/zegl/kube-score/pull/553
- Align
container-ephemeral-storage-request-and-limittocontainer-resourcesby @ReuDa in https://github.com/zegl/kube-score/pull/573 - ci/go: bump Go version from 1.19 to 1.21 and fix CI style by @ryo-yamaoka in https://github.com/zegl/kube-score/pull/572
- Support HorizontalPodAutoscaler in
autoscaling/v2by @ReuDa in https://github.com/zegl/kube-score/pull/574 - Fix: create valid sarif results output file by @ppawlowski in https://github.com/zegl/kube-score/pull/575
- score/probes: set score.Skipped if pod not targeted by service by @zegl in https://github.com/zegl/kube-score/pull/577
- Add deployment checks by @BigGold1310 in https://github.com/zegl/kube-score/pull/576
- build(deps): bump golang.org/x/term from 0.15.0 to 0.16.0 by @dependabot in https://github.com/zegl/kube-score/pull/579
- build(deps): bump k8s.io/api from 0.29.0 to 0.29.1 by @dependabot in https://github.com/zegl/kube-score/pull/580
- scorecard: fix enabling of optional tests with CLI flag by @zegl in https://github.com/zegl/kube-score/pull/584
New Contributors
- @testwill made their first contribution in https://github.com/zegl/kube-score/pull/546
- @cayla made their first contribution in https://github.com/zegl/kube-score/pull/549
- @ReuDa made their first contribution in https://github.com/zegl/kube-score/pull/573
- @ppawlowski made their first contribution in https://github.com/zegl/kube-score/pull/575
- @BigGold1310 made their first contribution in https://github.com/zegl/kube-score/pull/576
Full Changelog: https://github.com/zegl/kube-score/compare/v1.17.0...v1.18.0
Download
- Download the binaries from the GitHub release page
- Download the image from Docker Hub:
zegl/kube-score:v1.18.0(⭐ muiltiarch image! – This image contains Helm 3 and Kustomize). - Download from homebrew:
brew install kube-score/tap/kube-score - Download with krew:
kubectl krew install score
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot Sylva instance.
CI configuration couldn't be handle by MR description. A dedicated comment has been posted to control it.
If no checkbox is checked, a default pipeline will be enabled (capm3, or capo if capo label is set)
Edited by Sylva Renovate bot