Skip to content

v0.0.27

Choose a tag to compare

@github-actions github-actions released this 02 Jun 16:21

Changelog

  • a6c27c5 Initial commit
  • 5c7ffb6 Update README to clarify API token authentication and required scopes
  • 91b6357 add missing capabilities to vulnerability detection
  • b9a37c7 build(deps): Bump actions/checkout from 4 to 6
  • 66abcfc build(deps): Bump actions/setup-go from 5 to 6
  • 0d26a50 build(deps): Bump actions/upload-artifact from 4 to 7
  • f12d69e build(deps): Bump github.com/go-resty/resty/v2 from 2.11.0 to 2.17.2
  • d2273ef build(deps): Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4
  • 280f6df build(deps): Bump github.com/spf13/cobra from 1.8.0 to 1.10.2
  • 0b5fbab build(deps): Bump github.com/zalando/go-keyring from 0.2.6 to 0.2.8
  • f959ca8 build(deps): Bump goreleaser/goreleaser-action from 6 to 7
  • 4af015f cleanup
  • 63462d5 feat: add query log-counts command + --entity flag on query logs
  • f7b7e2f feat: distribute dtmgd via Homebrew tap
  • d57f83d fix(get-problems): use problemSelector DSL instead of standalone params
  • ca09fc5 fix(get-slos): add --selector flag and fix --evaluate page size limit
  • e3aac8a fix(log-counts): normalize entity ID case for aggregate matching
  • bae1d34 fix(log-counts): use PROCESS_GROUP entities and groupBy for correct log aggregation
  • d12d692 fix(query-metrics): show compact entity table for resolution=Inf results
  • 4ea18ef fix: auto-rewrite negative-integer problem IDs so -- is not required
  • 8881096 fix: build securityProblemSelector from --status and --risk flags
  • ab659b5 fix: cap pageSize to 10 when fields param is set in get problems
  • 3cabfe8 fix: clamp maxGroupValues to 100 (API limit for logs/aggregate)
  • 134bd54 fix: correct security-problems filtering and risk score display
  • afcde1d fix: deduplicate log-count rows and handle sh startup process groups
  • 6b1258c fix: describe problem shows structured output instead of raw Go map
  • 470187f fix: describe security-problem shows structured output instead of raw Go map
  • 55f07f2 fix: describe slo raw-map output; extract security & log formatting functions
  • 94cccfb fix: gofmt formatting + migrate tablewriter to v1.1.4 API
  • fb7e634 fix: include zero rows for services with no log ingestion in log-counts
  • fdeb3eb fix: paginate correctly when --limit exceeds fields page-size cap
  • 00b3d33 fix: remove SetInterspersed(false) from describe problem command
  • 0ea5ae8 fix: request +affectedEntities,+managementZones in get problems list
  • cbb6aa7 fix: resolve display IDs (S-NNN) in describe security-problem
  • e946331 fix: resolve entity names in query metrics table output
  • 5f331f9 fix: restore TestSecurityProblemDetailUnmarshal function header
  • 94e436b fix: show N/A instead of -1.00% for unevaluated SLO percentages
  • 86dd85c fix: treat --env like --context for table output
  • dfec7c8 gitignore network discovery logs
  • 7d98513 initial commit
  • 0fc6f41 style: apply gofmt to describe_security and describe_problem files
  • dbc1c76 style: apply gofmt to describe_slo.go and describe_slo_test.go
  • 24ff593 style: gofmt client_test.go
  • 14d8225 style: gofmt struct field alignment in get_problems_test.go
  • c7fa093 style: gofmt – use spaces and positional literals in pageSize test
  • 4a92e18 test(describe-security): add tests for resolveSecurityProblemID display-ID resolution path