Skip to content

Latest commit

 

History

History
708 lines (455 loc) · 51.6 KB

CHANGELOG.md

File metadata and controls

708 lines (455 loc) · 51.6 KB

Changelog

0.2.4 (2023-04-18)

Features

  • improve HPA analyzer to check ScaleTargetRef resources (#283) (7173203)
  • init logging middleware on server mode (6742410)

Bug Fixes

  • deployment/cronjob namespace filtering (#290) (3d684a2)
  • ensure parent directories are created in EnsureDirExists function (#293) (af8b350)
  • resolve language toggle bug (issue #294) (0313627)

0.2.3 (2023-04-16)

Features

  • add node analyzer (#272) (6247a1c)
  • add output query param on serve mode & refactor output logic (9642202)
  • add server metrics (#273) (a3becc9)
  • envs to initialise server (0071e25)
  • rename server/main.go to server/server.go (9121a98)
  • running in cluster (842f08c)
  • running in cluster (3988eb2)
  • switch config file to XDG conform location (dee4355)
  • wip blocked until we have envs (fe2c08c)

Bug Fixes

  • add new line after version cmd output (92e7b3d)
  • deps: update module github.com/sashabaranov/go-openai to v1.8.0 (#277) (51b1b35)
  • resolve issue with duplicated integration filters. (960ba56)
  • use the aiProvider object when launching the server instead of the deprecated configuration keys (e7076ed)

Other

0.2.2 (2023-04-14)

Features

  • add simple health endpoint (26c0cb2)
  • anoymization based on pr feedback (19e1b94)
  • anoymization based on pr feedback (fe52951)
  • check for auth only in case of --explain (57790e5)
  • first version of serve (b2e8add)
  • unified cmd and api (9157d4d)
  • updated api (adae2ef)

Bug Fixes

Docs

Other

  • added oidc (bffad41)
  • additional analyzers (23071fd)
  • deps: bump github.com/docker/docker (#268) (7d1e2ac)
  • deps: update actions/checkout digest to 83b7061 (cbe6f27)
  • deps: update actions/checkout digest to 8e5e7e5 (#266) (0af34a1)
  • deps: update module oras.land/oras-go to v1.2.3 (#249) (13c9231)
  • fixing up tests (f9b25d9)
  • fixing up tests (498d454)
  • Merge branch 'main' into feat/additional-analyzers (4d36248)
  • removing field (ddb51c7)

0.2.1 (2023-04-12)

Features

  • add anonymization example to README (8a60b57)
  • add anonymization flag (d2a84ea)
  • add more details on anonymize flag (b687473)
  • add storage class names' check. (c8ba7d6)
  • improve documentation (6f08654)
  • improve documentation & update hpa message (11326c1)
  • improve security of the MaskString function (08f2a89)
  • initial impl of integration (b0e5170)
  • initial impl of integration (61d6e52)
  • integration ready for first review (3682f5c)
  • introduce StatefulSet analyser. (c041ce2)
  • refactor integration to use Failure object (c0afc0f)
  • return errors if filter specified by flag does not exist. (dd5824f)

Bug Fixes

  • deps: update kubernetes packages to v0.27.0 (7a97034)
  • deps: update module github.com/sashabaranov/go-openai to v1.7.0 (#227) (5f3a5a5)
  • exit progressbar on error (#99) (fe261b3)
  • exit progressbar on error (#99) (ab55f15)
  • improve ReplaceIfMatch regex (fd936ce)
  • pdb test (705d2a0)
  • use hpa namespace instead analyzer namespace (#230) (a582d44)

Docs

  • add statefulSet analyzer in the docs. (#233) (b45ff1a)
  • add statefulSet analyzer in the docs. (#233) (ba01bd4)

Other

  • add fakeai provider (#218) (e449cb6)
  • adding k8sgpt-approvers (#238) (db1388f)
  • adding k8sgpt-approvers (#238) (992b107)
  • compiling successfully (80ac51c)
  • deps: update anchore/sbom-action action to v0.14.1 (#228) (9423b53)
  • deps: update google-github-actions/release-please-action digest to c078ea3 (a1d8012)
  • deps: update google-github-actions/release-please-action digest to f7edb9e (#241) (55dda43)
  • deps: update google-github-actions/release-please-action digest to f7edb9e (#241) (21dc61c)
  • fix mistake introduced by ab55f157 (#240) (428c348)
  • fix mistake introduced by ab55f157 (#240) (3845d47)
  • Fixing broken tests (c809af3)
  • fixing filters (258c69a)
  • fixing filters (4d20f70)
  • merged (096321b)
  • updated analysis_test.go (825e9a4)
  • updated link output (1b7f4ce)
  • updating based on feedback (5e5d4b6)
  • weird new line after filter removed (fabe01a)

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)

0.1.8 (2023-04-03)

Features

Bug Fixes

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

Other

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)

0.1.6 (2023-03-31)

Bug Fixes

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

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)

0.1.4 (2023-03-30)

Features

Bug Fixes

  • now supports different kubeconfig and kubectx (c8f3c94)

Refactoring

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

0.1.2 (2023-03-28)

Features

Bug Fixes

Other

Docs

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

0.1.0 (2023-03-28)

Features

Other

0.0.9 (2023-03-28)

Other

0.0.8 (2023-03-27)

Features

0.0.7 (2023-03-27)

Features

  • wip fixing missing details (0852c65)

Other

0.0.6 (2023-03-26)

Features

Bug Fixes

  • add permissions to read repository (d6cc4cf)
  • build (1fbed3e)
  • container naming (115276e)
  • deps: update module github.com/sashabaranov/go-openai to v1.5.5 (105fe44)
  • deps: update module github.com/sashabaranov/go-openai to v1.5.6 (37a1d3f)
  • deps: update module github.com/sashabaranov/go-openai to v1.5.7 (7f7726d)
  • minor adaptions (ef17b84)
  • missing parent when explain is used (9c7d559)
  • release please config (c402c7b)
  • remove sboms from goreleaser (addc01f)
  • semantic commit token permission (#69) (0181c0a)

Docs

  • add some important information to contributing (9ab7f58)
  • update CONTRIBUTING (05a787d)
  • update CONTRIBUTING (26449e1)

Other

0.0.6 (2023-03-26)

Features

  • add service analysis (961fb6c)
  • added analysis for pvcs (88d49ae)
  • also fixes bug if the events feed is empty (#73) (a1093dc)
  • find parent objects (b29c6e4)
  • find parent objects and add information about them (#72) (14e85b0)
  • initial json implementation (#68) (979f13f)
  • interfaced out ai clients (90b3c08)
  • support for multi-auth (51aa59a)

Bug Fixes

  • missing parent when explain is used (9c7d559)
  • semantic commit token permission (#69) (0181c0a)

Other

  • add semantic pr validation (#66) (ad594c7)
  • deps: pin amannn/action-semantic-pull-request action to c3cd5d1 (3621766)

0.0.5 (2023-03-24)

Other

0.0.4 (2023-03-24)

Features

Bug Fixes

  • add permissions to read repository (d6cc4cf)
  • build (1fbed3e)
  • container naming (115276e)
  • deps: update module github.com/sashabaranov/go-openai to v1.5.5 (105fe44)
  • deps: update module github.com/sashabaranov/go-openai to v1.5.6 (37a1d3f)
  • deps: update module github.com/sashabaranov/go-openai to v1.5.7 (7f7726d)
  • minor adaptions (ef17b84)
  • release please config (c402c7b)
  • remove sboms from goreleaser (addc01f)

Docs

  • add some important information to contributing (9ab7f58)
  • update CONTRIBUTING (05a787d)
  • update CONTRIBUTING (26449e1)

Other

0.0.4 (2023-03-24)

Features

Bug Fixes

  • add permissions to read repository (d6cc4cf)
  • build (1fbed3e)
  • container naming (115276e)
  • deps: update module github.com/sashabaranov/go-openai to v1.5.5 (105fe44)
  • deps: update module github.com/sashabaranov/go-openai to v1.5.6 (37a1d3f)
  • deps: update module github.com/sashabaranov/go-openai to v1.5.7 (7f7726d)
  • minor adaptions (ef17b84)
  • release please config (c402c7b)
  • remove sboms from goreleaser (addc01f)

Docs

  • add some important information to contributing (9ab7f58)
  • update CONTRIBUTING (05a787d)
  • update CONTRIBUTING (26449e1)

Other

0.0.4 (2023-03-24)

Bug Fixes

  • deps: update module github.com/sashabaranov/go-openai to v1.5.7 (7f7726d)

Docs

  • add some important information to contributing (9ab7f58)
  • update CONTRIBUTING (05a787d)
  • update CONTRIBUTING (26449e1)

Other

  • add bot secret to goreleaser (171e58b)
  • add brew tap generation on release (2992c4e)
  • deps: update actions/checkout digest to 8f4b7f8 (9955d75)

0.0.3 (2023-03-23)

Features

Bug Fixes

  • add permissions to read repository (d6cc4cf)
  • build (1fbed3e)
  • container naming (115276e)
  • deps: update module github.com/sashabaranov/go-openai to v1.5.5 (105fe44)
  • deps: update module github.com/sashabaranov/go-openai to v1.5.6 (37a1d3f)
  • minor adaptions (ef17b84)
  • release please config (c402c7b)

Other

0.0.3 (2023-03-23)

Other

0.0.3 (2023-03-23)

Features

Bug Fixes

  • add permissions to read repository (d6cc4cf)
  • build (1fbed3e)
  • container naming (115276e)
  • deps: update module github.com/sashabaranov/go-openai to v1.5.6 (37a1d3f)
  • minor adaptions (ef17b84)
  • release please config (c402c7b)

Other