Skip to content

v0.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 08:22
5383d2e

0.2.5 (2023-04-25)

Features

  • add configuration interface to support customer providers (84a3cc0)
  • add k8sgpt grafana dashboard (#316) (ff79982)
  • add serve & integration to README (a65ee7f)
  • add subproject group to CODEOWNERS (#322) (2391603)
  • allow to set a baseurl (#310) (cf797a6)
  • async calls (#311) (c3cc413)
  • modify error handling to return a list of errors to display to the user at the end of analysis without blocking it if an error is detected (e.g., version of an object is not available on user's cluster) (fa087ff)
  • the overall optimization and architecture design of the makefile are made (#317) (754bf91)
  • update readme (#314) (ddd830c)
  • use OS conform path for storing cached results (7eddb8f), closes #323

Bug Fixes

  • deps: update module github.com/aquasecurity/trivy-operator to v0.13.1 (#321) (e7f74db)
  • deps: update module github.com/prometheus/client_golang to v1.15.0 (#303) (df2ed41)
  • deps: update module github.com/sashabaranov/go-openai to v1.9.0 (#298) (0472c36)

Other