kubectl-status
kubectl-status copied to clipboard
Bump sigs.k8s.io/cli-utils from 0.31.1 to 0.33.0
Bumps sigs.k8s.io/cli-utils from 0.31.1 to 0.33.0.
Release notes
Sourced from sigs.k8s.io/cli-utils's releases.
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
v0.32.0
Changelog
- c29e1ab feat: Enable custom inventory storage logic
- 596a6f5 chore: Update readme with features and packages
- 24aa255 fix: Always apply status when merging or replacing
- 41def38 update owner file
v0.31.2
Changelog
- 9dcbe66 chore: add stress test that validates retries
- 45607b8 fix: make deletion idempotent
Commits
c10935aMerge pull request #605 from chunglu-chou/migratead9f752add filtering and listing functionalitieseb8ebd7Merge pull request #604 from chunglu-chou/loader729997badd Loader interface for easier customized implementation3fe57ddMerge pull request #603 from chunglu-chou/kpt-json0dabf06add json printer to support the json output format291703aMerge pull request #602 from chunglu-chou/kpt-table854aed0add inventory_name column to include this information in table output format2cd8a3aMerge pull request #601 from chunglu-chou/kpt-event99d35d5add struct PrintData to add inventory name and namespace info in printed text...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Code Climate has analyzed commit 07d75dad and detected 0 issues on this pull request.
View more on Code Climate.
@dependabot rebase
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.