Skip to content

1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 17:51
· 127 commits to main since this release
0bfdaa2

Changelog

  • 80a930a Add a version flag (#131)
  • 2a6535b Add back empty check in stack diagnostics. Add test for empty filters matching.
  • 6d7fa17 Add comments to public types, and certain funcs
  • dc6aa72 Add filters support - revised
  • 733a820 Add headers Fix errors
  • a905ef7 Add invalid test
  • 7e23b54 Allow filtering of log gather, and agent diagnostics
  • 85ca130 Correct comments
  • 2a1beb0 Correct spelling in comment
  • 151b870 Initial functioning implementation.
  • d2f8ca6 Merge branch 'main' into 121-support-filters
  • 0bfdaa2 Merge pull request #132 from naemono/121-support-filters
  • f03a48e Move to Go 1.19 (#119)
  • b10ee43 Note that only a single filter is supported
  • f016b20 Review comments
  • 9559685 Run support-diagnostics as non-root user (#123)
  • 334b845 Support multiple filters. Update readme. Add additional tests.
  • c937ef3 Update k8s to v0.25.3 (#116)
  • 8deee72 Update k8s to v0.25.4 (#135)
  • 3b924cb Update k8s.io/utils digest to 1a15be2 (#133)
  • b08c1dc Update k8s.io/utils digest to 61b03e2 (#126)
  • 42bee63 Update k8s.io/utils digest to 8e77b1f (#134)
  • ab27692 Update k8s.io/utils digest to e9cbc92 (#117)
  • 56c49e9 Update module github.com/spf13/cobra to v1.6.1 (#130)
  • 2a80d66 Update module golang.org/x/text to v0.4.0 (#129)
  • 3a9ac85 Update readme
  • e813bee Upgrade to support-diagnostics 8.4.0 (#122)
  • d25bbe3 Use labels.SelectorFromValidatedSet instead. Make filters.Matches return true on empty map. Un-export byType. Rename Get/GetElastic => GetByLabel/GetByName. DRY up the Get* methods.
  • a0115b1 don't add requirements, as they're already added.
  • 87d683b remove error from processSelector as it's always nil.
  • 173ce66 remove getResourcesWithFieldSelector
  • acfd243 remove unused vars
  • e9678c3 simplify test
  • 7b2a6b7 update comment