What's Changed
Smaller release than v0.4.0, but still contains some nice bugfixes and a few but useful features.
New features
- Colorize
kubectl diff
by @Marcel2603 in #196 - Colorize
kubectl apply --server-side
by @applejag in #210
Bug fixes
- Fixed negative tz offsets in time regex by @guppy0130 in #174
- Fixed 'kubectl version -o yaml' indentation by @applejag in #182
- Fixed --output=name using table coloring by @applejag in #181
- Fixed missing output from YAML & JSON printers, and YAML multiline support by @applejag in #180
- Fixed 'DEBU' not being read as debug log level by @applejag in #185
- Fixed completion of flag values (with equal sign, as in:
--namespace=...
) by @applejag in #208
Dependencies
- Bump k8s.io/apimachinery from 0.31.0 to 0.31.1 in the all group by @dependabot in #183
- Bump k8s.io/apimachinery from 0.31.1 to 0.31.2 in the all group by @dependabot in #189
- Bump codecov/codecov-action from 4 to 5 in the all group by @dependabot in #193
- Bump k8s.io/apimachinery from 0.31.2 to 0.31.3 in the all group by @dependabot in #197
- Update Go to 1.23.4 by @applejag in #206
- Bump k8s.io/apimachinery from 0.31.3 to 0.32.0 in the all group by @dependabot in #205
- Bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0 in the all group by @dependabot in #211
Non-functional changes
- Fixed govulncheck workflow by @applejag in #176
- Fix internal/cmd/configdoc after color refactor by @applejag in #200
- Improved debug log printing for multiline strings & slices by @applejag in #209
New Contributors
- @guppy0130 made their first contribution in #174
- @Marcel2603 made their first contribution in #196
Full Changelog: v0.4.0...v0.5.0