Releases: kubernetes-sigs/cli-utils
Releases · kubernetes-sigs/cli-utils
v0.37.2
v0.37.1
v0.37.0
v0.36.0
Changelog
- cbc090d Add conversion func for status-policy
- 8964a66 Update dependencies
- ac3bd31 Update linter and fix warnings
- 6bdf5b5 Update to Kubernetes v1.28.4 And update go version to 1.20
- 542546c Use HTTPClientFor instead of defaultHTTPClient
- e708f5a disable linter for NewExponentialBackoffManager
- b2051cf update dependencies to k8s.io v0.27.2
v0.35.0
Changelog
- 73518bb Allow to pass watcher strategy
- be1f297 Bump dependencies (including k8s v1.26 client libs)
- a17008e Fix linter warnings
- a4b24bd Update registry k8s.gcr.io -> registry.k8s.io
- fa95a60 add a link to cohabitating resources in comments
- 982fab3 add failing currentUIDFilter e2e test demonstrating #613
- 1b7d9bc fix: objects flagged by CurrentUIDFilter should be removed from the inventory
- 051eca7 fix: pass error to applyFailed events
- 1c4eae9 fix: retain inventory for pruning failures
- cd911bf fix: retain objects which failed to reconcile
v0.34.0
Changelog
v0.33.0
Changelog
- f65372b Allow easier creation of DelegatedStatusReader with custom status readers
- 48d2006 Update README.md
- 5240fc4 Use builder for creating the destroyer
- 729997b add Loader interface for easier customized implementation
- ad9f752 add filtering and listing functionalities
- 854aed0 add inventory_name column to include this information in table output format
- 0dabf06 add json printer to support the json output format
- 99d35d5 add struct PrintData to add inventory name and namespace info in printed text and modify test cases to current expected output
- 38ab8f9 do not panic when the inventory object is missing