What's Changed
Fixes
-
fix: parsing CLI arguments to prevent hanging when specifying multipl… by @coillteoir in #202
Before, running
kubectl klock pods,svcwould just show the spinner.Watching multiple resource types was never supported, and now
kubectl-klockwill show a more helpful error message:$ kubectl klock pod,svc ERROR: you may only specify a single resource type
Documentation
Dependencies
- Bump actions/attest-build-provenance from 2.4.0 to 3.0.0 in the all group by @dependabot[bot] in #173
- Bump actions/attest-build-provenance from 3.0.0 to 3.1.0 in the all group by @dependabot[bot] in #189
- Bump actions/attest-build-provenance from 3.1.0 to 3.2.0 in the all group by @dependabot[bot] in #193
- Bump actions/attest-build-provenance from 3.2.0 to 4.1.0 in the all group by @dependabot[bot] in #200
- Bump actions/checkout from 4 to 5 in the all group by @dependabot[bot] in #170
- Bump actions/checkout from 5 to 6 in the all group by @dependabot[bot] in #183
- Bump actions/setup-go from 5 to 6 in the all group by @dependabot[bot] in #176
- Bump github.com/charmbracelet/bubbles from 0.21.0 to 0.21.1 in the all group by @dependabot[bot] in #194
- Bump github.com/charmbracelet/bubbletea from 1.3.9 to 1.3.10 in the all group by @dependabot[bot] in #178
- Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #172
- Bump github.com/knadh/koanf/v2 from 2.3.0 to 2.3.2 in the all group by @dependabot[bot] in #192
- Bump github.com/kubecolor/kubecolor from 0.5.1 to 0.5.2 in the all group by @dependabot[bot] in #179
- Bump github.com/kubecolor/kubecolor from 0.5.2 to 0.5.3 in the all group by @dependabot[bot] in #181
- Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 in the all group by @dependabot[bot] in #185
- Bump markdownlint-cli2 from 0.18.1 to 0.19.1 in the all group by @dependabot[bot] in #184
- Bump markdownlint-cli2 from 0.19.1 to 0.20.0 in the all group by @dependabot[bot] in #186
- Bump markdownlint-cli2 from 0.20.0 to 0.21.0 in the all group by @dependabot[bot] in #197
- Bump the all group with 5 updates by @dependabot[bot] in #168
- Bump the all group with 4 updates by @dependabot[bot] in #171
- Bump the all group with 6 updates by @dependabot[bot] in #174
- Bump the all group with 3 updates by @dependabot[bot] in #175
- Bump the all group with 6 updates by @dependabot[bot] in #177
- Bump the all group with 2 updates by @dependabot[bot] in #180
- Bump the all group with 4 updates by @dependabot[bot] in #182
- Bump the all group with 4 updates by @dependabot[bot] in #187
- Bump the all group with 4 updates by @dependabot[bot] in #188
- Bump the all group with 5 updates by @dependabot[bot] in #196
- Bump the all group with 2 updates by @dependabot[bot] in #198
- Bump the all group with 4 updates by @dependabot[bot] in #199
Other
New Contributors
- @coillteoir made their first contribution in #202
Full Changelog: v0.8.2...v0.8.3