Skip to content

Releases: dynatrace-oss/dtmgd

v0.0.28

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:58

Changelog

  • 9952bfb Copilot instructions
  • fadd84a Fix golangci-lint v2 config schema in .golangci.yml
  • dc7e1e0 Initial plan
  • 3243602 build(deps): Bump SonarSource/sonarqube-scan-action
  • 7a09b85 build(deps): Bump SonarSource/sonarqube-scan-action from 6.0.0 to 8.2.0 (#18)
  • a63f830 build(deps): Bump actions/checkout from 6 to 7 (#17)
  • 082dc96 build(deps): Bump golangci/golangci-lint-action from 6 to 9
  • 1c69a2b chore: bump toolchain to go1.25.11 and x/net to v0.53.0
  • fa661a4 chore: go mod tidy (remove stale x/net and x/sys checksums)
  • 29b0d65 feat: add 'dtmgd skills install' for AI agents + clarify context aliases
  • 074dc96 fix(sonar): replace deprecated sonarcloud-github-action with sonarqube-scan-action@v5.0.0
  • df260a5 fix: correct SKILL.md path in goreleaser archive files
  • 1709d6b fix: skip sonar scan when token is unavailable

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

v0.0.23

Choose a tag to compare

@github-actions github-actions released this 19 Apr 19:47

Changelog

  • a6c9cdb test(describe-security): add tests for resolveSecurityProblemID display-ID resolution path

v0.0.22

Choose a tag to compare

@github-actions github-actions released this 19 Apr 19:40

Changelog

  • cac96f2 fix: auto-rewrite negative-integer problem IDs so -- is not required

v0.0.21

Choose a tag to compare

@github-actions github-actions released this 19 Apr 19:11

Changelog

  • b7d35c2 fix: resolve display IDs (S-NNN) in describe security-problem
  • ab0636f fix: restore TestSecurityProblemDetailUnmarshal function header

v0.0.20

Choose a tag to compare

@github-actions github-actions released this 19 Apr 19:01

Changelog

  • 993bd59 fix: deduplicate log-count rows and handle sh startup process groups

v0.0.19

Choose a tag to compare

@github-actions github-actions released this 19 Apr 18:34

Changelog

  • a480bac style: gofmt – use spaces and positional literals in pageSize test

v0.0.18

Choose a tag to compare

@github-actions github-actions released this 19 Apr 18:27

Changelog

  • 99ae207 style: gofmt struct field alignment in get_problems_test.go

v0.0.17

Choose a tag to compare

@github-actions github-actions released this 19 Apr 18:24

Changelog

  • 494dc96 fix: cap pageSize to 10 when fields param is set in get problems
  • aa68fb6 fix: paginate correctly when --limit exceeds fields page-size cap

v0.0.16

Choose a tag to compare

@github-actions github-actions released this 15 Apr 18:07

Changelog

  • fafc2d4 fix: describe problem shows structured output instead of raw Go map
  • 2fadf58 fix: describe security-problem shows structured output instead of raw Go map
  • fc988ac fix: describe slo raw-map output; extract security & log formatting functions
  • 28d5396 fix: include zero rows for services with no log ingestion in log-counts
  • 806d514 style: apply gofmt to describe_security and describe_problem files
  • 86f0ea9 style: apply gofmt to describe_slo.go and describe_slo_test.go