Skip to content

Releases: k8sgpt-ai/k8sgpt

v0.2.0

05 Apr 19:58
5b098fd
Compare
Choose a tag to compare

0.2.0 (2023-04-05)

⚠ BREAKING CHANGES

  • The format of the configuration file has changed. Users must update their configuration files to use the new format.

Features

  • add support for new configuration format (9b243cd)
  • add tests for hpa analyzer (5a59abb)
  • add tests for ingress analyzer && Use t.Fatalf to report a fatal error if RunAnalysis returns an unexpected error (e27e940)

Bug Fixes

  • deps: update module github.com/sashabaranov/go-openai to v1.6.1 (#207) (eeac731)
  • deps: update module github.com/spf13/cobra to v1.7.0 (5d5e082)
  • deps: update module github.com/stretchr/testify to v1.8.2 (f5e3ca0)
  • deps: update module golang.org/x/term to v0.7.0 (8ab3573)
  • details in json output (2f21002)
  • fixed hpa tests after rebase (a24d1f1)
  • regression on dynamic filters (93bcc62)
  • Spelling (ba4d701)

Docs

  • add curl command and release-please annoations (1849209)
  • add guide to details block (ddc120e)
  • add installation guide via packages (8e4ce6a)
  • minor change (53c1330)
  • modify README (fc47c58)
  • modify README (0f46ceb)

Other

  • added initial tests for json output (22e3166)
  • analyzer and ai interfacing (#200) (0195bfa)
  • deps: pin anchore/sbom-action action to 448520c (#203) (9ff3fbc)
  • deps: update golang docker tag to v1.20.3 (e9994b8)
  • made json output prettier and improved output (db40734)

v0.1.8

03 Apr 08:57
4c77317
Compare
Choose a tag to compare

0.1.8 (2023-04-03)

Features

Bug Fixes

  • deps: update module github.com/sashabaranov/go-openai to v1.5.8 (91fb065)

Other

v0.1.7

02 Apr 13:28
6ead5b3
Compare
Choose a tag to compare

0.1.7 (2023-04-02)

Features

  • add hpa analyzer and init additionalAnalyzers (3603872)
  • add pda analyzer (532a5ce)
  • check if ScaleTargetRef is possible option (5dad75f)

Bug Fixes

  • hpaAnalyzer analysis result is using wrong parent (1190fe6)
  • spelling of PodDisruptionBudget (ceff008)
  • update client API call to use StatefulSet instead of Deployment (4916fef)

Refactoring

Other

  • deps: update anchore/sbom-action action to v0.14.1 (80f29da)
  • merge branch 'chetanguptaa-some-fixes' (071ee56)
  • refine renovate config (#172) (d23da9a)
  • removes bar on normal analyze events (e1d8992)
  • removes bar on normal analyze events (96d0d75)
  • update dependencies (#174) (9d9c262)

Docs

  • add pdbAnalyzer as optional analyzer (f6974d0)

v0.1.6

31 Mar 14:44
0e3ef8d
Compare
Choose a tag to compare

0.1.6 (2023-03-31)

Bug Fixes

  • analysis detail not displayed when --explain (869ba90)

v0.1.5

31 Mar 14:09
391c3fa
Compare
Choose a tag to compare

0.1.5 (2023-03-31)

Features

  • add & remove default filter(s) to analyze. (32ddf66)
  • add filter command add "list" subcommand (#159) (6e17c9e)
  • check if filters does not empty on add & remove (975813d)
  • remove filter prefix on subcommand (30faf84)
  • rework filters (3ed545f)
  • update filters add & remove to be more consistent (9aa0e89)

Bug Fixes

  • kubecontext flag has no effect (a8bf451)
  • spelling on dupplicateFilters (0a12448)

Other

  • renamed filter list file (25f8dc3)

v0.1.4

30 Mar 12:43
9f0cb62
Compare
Choose a tag to compare

0.1.4 (2023-03-30)

Features

Bug Fixes

  • now supports different kubeconfig and kubectx (c8f3c94)

Refactoring

v0.1.3

30 Mar 08:01
f95c1e1
Compare
Choose a tag to compare

0.1.3 (2023-03-30)

Features

Bug Fixes

  • add Ingress in GetParent switch case (14ba8d5)
  • bugfix for output (#148) (172c2df)
  • Change ObjectMeta value in Ingress analyser. (bf49a51)
  • typo in description of the filter flag in analyze command (#147) (f4765be)

Other

  • deps: update google-github-actions/release-please-action digest to ee9822e (#132) (01b2826)

Docs

v0.1.2

28 Mar 19:27
a9d7bd4
Compare
Choose a tag to compare

0.1.2 (2023-03-28)

Features

Bug Fixes

Other

Docs

v0.1.1

28 Mar 13:06
b4865ff
Compare
Choose a tag to compare

0.1.1 (2023-03-28)

Features

  • this stops service exiting the program (6f90386)
  • updated readme (e0141d1)

Bug Fixes

  • short term solution for exhaustion (5890e3a)

Other

v0.1.0

28 Mar 10:06
d48ff1a
Compare
Choose a tag to compare

0.1.0 (2023-03-28)

Features

Other