0.2.0 (2024-09-23)
- updating/buf dependencies (#513)
- add proxysettings for azureopenai and openai (#415) (7e7769c)
- rework controllers logic & add some simple tests (#498) (460e6ff)
- supporting new schema refactor (#494) (6c01390)
- updating/buf dependencies (#513) (f60b654)
- deps: update k8s.io/utils digest to 702e33f (#501) (499b71f)
- deps: update module github.com/onsi/ginkgo/v2 to v2.20.2 (#493) (bd47980)
- deps: update module github.com/onsi/gomega to v1.34.2 (#483) (5367ef5)
- deps: update module github.com/prometheus/client_golang to v1.20.2 (#500) (87754bc)
- deps: update module github.com/prometheus/client_golang to v1.20.3 (#508) (438c1ee)
- deps: update module gopkg.in/yaml.v2 to v3 (#506) (8cd2450)
- buf dependencies (#512) (a2a67e1)
- deps: update actions/checkout digest to 692973e (#457) (e71cd1c)
- deps: update actions/setup-go digest to 0a12ed9 (#467) (57c6fa3)
- deps: update actions/setup-python digest to f677139 (#504) (ca4828b)
- deps: update actions/upload-artifact digest to 5076954 (#490) (8cacbaf)
- deps: update golang docker tag to v1.23 (#499) (c33575d)
- this allows local mode development without deploying out a dummy deployment, instead using k8sgpt locally (#495) (2e1e599)
0.1.7 (2024-08-05)
- deps: update k8s.io/utils digest to 18e509b (#469) (41b2a1d)
- deps: update module buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go to v1.34.2-20240406062209-1cc152efbf5c.2 (#456) (5d1593a)
- deps: update module buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go to v1.34.2-20240720172138-1b9bcd834f17.2 (#471) (8939c10)
- deps: update module github.com/onsi/ginkgo/v2 to v2.19.1 (#484) (b690d64)
- deps: update module google.golang.org/grpc to v1.65.0 (#461) (8598824)
- deps: update actions/setup-python digest to 39cd149 (#468) (ce170b1)
- deps: update actions/upload-artifact digest to 0b2256b (#463) (cf791ce)
- deps: update actions/upload-artifact digest to 89ef406 (#488) (b490109)
- deps: update anchore/sbom-action action to v0.16.0 (#448) (82d497f)
- deps: update anchore/sbom-action action to v0.16.1 (#466) (62418c0)
- deps: update anchore/sbom-action action to v0.17.0 (#472) (13f14a6)
- deps: update docker/build-push-action action to v6 (#458) (5700a8e)
- deps: update docker/build-push-action digest to 1556069 (#455) (bff8d4f)
- deps: update docker/build-push-action digest to 1a16264 (#460) (524e4ab)
- deps: update docker/build-push-action digest to 1ca370b (#470) (126341e)
- deps: update docker/build-push-action digest to 5176d81 (#476) (ed801cb)
- deps: update docker/login-action digest to 9780b0c (#477) (d346bc7)
- deps: update docker/setup-buildx-action digest to 4fd8129 (#462) (60dd602)
- deps: update docker/setup-buildx-action digest to 988b5a0 (#486) (44244b3)
- deps: update docker/setup-buildx-action digest to aa33708 (#478) (08f351e)
- deps: update softprops/action-gh-release digest to c062e08 (#438) (a91b83b)
0.1.6 (2024-06-06)
- deps: update module buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go to v1.4.0-20240406062209-1cc152efbf5c.1 (#451) (389bc71)
- deps: update module github.com/onsi/ginkgo/v2 to v2.19.0 (#428) (0472732)
- deps: update actions/checkout digest to a5ac7e5 (#443) (9f6edab)
- deps: update docker/login-action digest to 0d4c9c5 (#450) (144485e)
0.1.5 (2024-05-22)
- deps: update module buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go to v1.3.0-20240406062209-1cc152efbf5c.3 (#431) (1071f80)
- deps: update module github.com/prometheus/client_golang to v1.19.1 (#442) (3d895b0)
- deps: update module google.golang.org/grpc to v1.64.0 (#445) (f73dc92)
- rollback namespace bug (#449) (74fd8b6)
- deps: update actions/checkout digest to 44c2b7a (#440) (98d8fbf)
- deps: update google-github-actions/release-please-action digest to e4dc86b (#444) (f6b7ba5)
0.1.4 (2024-05-07)
- change deployment image reconciling (#348) (6633529)
- deps: update controller-gen version to 0.14.0 (#395) (4816c24)
- deps: update k8s.io/utils digest to 0849a56 (#425) (a72a4f9)
- deps: update module buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go to v1.3.0-20240406062209-1cc152efbf5c.2 (#404) (9172165)
- deps: update module buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go to v1.33.0-20240406062209-1cc152efbf5c.1 (#405) (f46c934)
- deps: update module buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go to v1.34.0-20240406062209-1cc152efbf5c.1 (#432) (ec9c6e9)
- deps: update module github.com/onsi/gomega to v1.33.0 (#417) (2eae459)
- deps: update module github.com/onsi/gomega to v1.33.1 (#430) (fbd2c97)
- deps: update module google.golang.org/grpc to v1.63.2 (#409) (5593915)
- deps: update module k8s.io/utils to v0.0.0-20240502163921-fe8a2dddb1d0 (#436) (480a67b)
- deps: bump golang.org/x/net from 0.21.0 to 0.23.0 (#418) (4b4a4e5)
- deps: update actions/checkout digest to 0ad4b8f (#422) (1f0a475)
- deps: update actions/setup-go digest to cdcb360 (#435) (c5da7b8)
- deps: update actions/upload-artifact digest to 1746f4a (#416) (c318962)
- deps: update actions/upload-artifact digest to 6546280 (#423) (0ff36f5)
- deps: update anchore/sbom-action action to v0.15.11 (#427) (2013ed8)
- deps: update azure/setup-helm digest to fe7b79c (#413) (8d3aeb1)
- deps: update docker/setup-buildx-action digest to d70bba7 (#408) (f2e2da6)
- deps: update helm/kind-action action to v1.10.0 (#424) (2db7a71)
0.1.3 (2024-04-04)
- deps: update module github.com/onsi/ginkgo/v2 to v2.17.1 (#384) (9168561)
- deps: update module google.golang.org/grpc to v1.63.0 (#401) (d1b5cbf)
- deps: update actions/setup-python digest to 82c7e63 (#387) (ae46b74)
- deps: update anchore/sbom-action action to v0.15.10 (#388) (a6e6070)
- deps: update gcr.io/kubebuilder/kube-rbac-proxy docker tag to v0.16.0 (#396) (8bf0f7a)
- small update to fix linter (#403) (7078643)
0.1.2 (2024-03-28)
- deps: update kubernetes packages to v0.29.3 (#383) (18702e8)
- deps: update module github.com/onsi/gomega to v1.32.0 (#385) (8b0a4bb)
- deps: update docker/build-push-action digest to 2cdde99 (#381) (90dd29d)
- deps: update docker/login-action digest to e92390c (#377) (9e798f0)
- deps: update docker/setup-buildx-action digest to 2b51285 (#380) (8a2608b)
- deps: update softprops/action-gh-release digest to 9d7c94c (#376) (14cffb0)
0.1.1 (2024-03-14)
- add kubeconfig field in helm chart crd template (#345) (807a318)
- add prometheus metric label "k8sgpt" (#364) (4deaf1f)
- deps: update k8s.io/utils digest to 4693a02 (#374) (9557fae)
- deps: update kubernetes packages to v0.29.2 (#343) (7a957e7)
- deps: update module buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go to v1.3.0-20240128172516-6bf6a55ff115.2 (#333) (de1a15a)
- deps: update module github.com/onsi/ginkgo/v2 to v2.16.0 (#366) (9594462)
- deps: update module github.com/prometheus/client_golang to v1.19.0 (#360) (f754f25)
- deps: update module github.com/stretchr/testify to v1.9.0 (#365) (fb4ed99)
- deps: update module google.golang.org/grpc to v1.61.1 (#342) (29106a2)
- deps: update module google.golang.org/grpc to v1.62.0 (#354) (403c6e3)
- deps: update module google.golang.org/grpc to v1.62.1 (#368) (4a90208)
- respect the anonymize value from CR during initialisaiton (#332) (f604212)
- deps: update actions/upload-artifact digest to 5d5d22a (#337) (26a78cc)
- deps: update anchore/sbom-action action to v0.15.9 (#367) (76d0618)
- deps: update azure/setup-helm action to v4 (#362) (539cba1)
- deps: update azure/setup-helm digest to b7246b1 (#371) (7e3d63f)
- deps: update docker/build-push-action digest to af5a7ed (#372) (958dc55)
- deps: update docker/setup-buildx-action digest to 0d103c3 (#358) (d25999a)
- deps: update golang docker tag to v1.22 (#338) (2913abb)
- deps: update google-github-actions/release-please-action digest to a37ac6e (#375) (e88a92a)
- deps: update helm/kind-action action to v1.9.0 (#341) (17e4285)
- deps: update softprops/action-gh-release action to v2 (#373) (b080cf1)
0.1.0 (2024-02-01)
- monitoring multiple clusters (#266)
- deps: update kubernetes packages to v0.29.1 (#325) (26f7c71)
- deps: update module buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go to v1.32.0-20231116211251-9f5041346631.1 (#331) (5247a1b)
- deps: update module buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go to v1.32.0-20240128172516-6bf6a55ff115.1 (#334) (162c9a6)
- deps: update module github.com/onsi/gomega to v1.31.1 (#324) (6e5854b)
- deps: update module google.golang.org/grpc to v1.61.0 (#330) (0e1cb4c)
- deps: update actions/upload-artifact digest to 26f96df (#329) (5e937ba)
- deps: update actions/upload-artifact digest to 694cdab (#326) (0a32492)
- deps: update anchore/sbom-action action to v0.15.5 (#327) (0bb5d76)
- deps: update anchore/sbom-action action to v0.15.8 (#335) (c9efaa0)
0.0.28 (2024-01-14)
- Add license scan report and status (#298) (f58daae)
- add mattermost sink (#303) (c6ff954)
- add nodeSelector to Chart and k8sgpt-operator (#292) (c008d22)
- deps: update k8s.io/utils digest to e7106e6 (#304) (a1edb2e)
- deps: update kubernetes packages to v0.29.0 (#294) (3ca395e)
- deps: update module github.com/onsi/ginkgo/v2 to v2.14.0 (#318) (65d5856)
- deps: update module github.com/prometheus/client_golang to v1.18.0 (#301) (e088e15)
- deps: update module google.golang.org/grpc to v1.60.1 (#293) (8d5e5cd)
- deps: update actions/setup-python action to v5 (#287) (a9bc7bf)
- deps: update actions/upload-artifact action to v4 (#296) (5bedad6)
- deps: update actions/upload-artifact digest to 1eb3cb2 (#320) (88157df)
- deps: update anchore/sbom-action action to v0.15.2 (#305) (efc169f)
- deps: update anchore/sbom-action action to v0.15.3 (#312) (4457381)
- deps: update google-github-actions/release-please-action digest to cc61a07 (#297) (5921187)
- go version 121 (#321) (85d3681)
0.0.27 (2023-12-14)
- deps: update actions/setup-go action to v5 (#288) (2b15843)
- deps: update anchore/sbom-action action to v0.15.1 (#271) (0a41887)
- deps: update google-github-actions/release-please-action action to v4 (#283) (fa91448)
- deps: update google-github-actions/release-please-action digest to a2d8d68 (#289) (87b8767)
- this fix will only increment metrics if there are actually results which implies the backend was called (#295) (f496f3e)
0.0.26 (2023-12-02)
0.0.25 (2023-12-01)
- deps: update docker/build-push-action digest to 4a13e50 (#267) (7fedf7c)
- fix missing integration (#278) (e8cc010)
0.0.24 (2023-11-16)
- deps: update kubernetes packages to v0.28.4 (#241) (9898aa3)
- deps: update module github.com/onsi/ginkgo/v2 to v2.13.1 (#260) (5f27b87)
- deps: update module google.golang.org/grpc to v1.59.0 (#257) (01fb7a3)
- deps: update gcr.io/kubebuilder/kube-rbac-proxy docker tag to v0.15.0 (#239) (37f2da6)
- deps: update google-github-actions/release-please-action digest to db8f2c6 (#255) (2224748)
- deps: update helm/chart-testing-action action to v2.6.1 (#254) (c082313)
0.0.23 (2023-11-12)
- deps: update module github.com/onsi/gomega to v1.29.0 (#247) (067dd45)
- deps: update module github.com/onsi/gomega to v1.30.0 (#256) (91ef326)
- operator's cluster role permissions to match k8sgpt (#258) (513bf82)
- deps: bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#250) (0787c8c)
- deps: update actions/checkout digest to b4ffde6 (#242) (8e9bf51)
- deps: update actions/setup-python digest to 65d7f2d (#243) (9500137)
- deps: update google-github-actions/release-please-action digest to 4c5670f (#244) (ec7a54c)
- deps: update helm/chart-testing-action action to v2.6.0 (#253) (980705a)
0.0.22 (2023-10-15)
- add K8sGPT Custom Resource name as a prefix to slack messages (#221) (5b5fd2f)
- initial integration support (#225) (246077e)
- deps: update kubernetes packages to v0.28.2 (#218) (63085af)
- deps: update module buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go to v1.3.0-20231002095256-194bc640518b.1 (#222) (ac6a723)
- deps: update module buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go to v1.31.0-20230919114723-34e017906403.1 (#223) (c076067)
- deps: update module github.com/onsi/ginkgo/v2 to v2.12.1 (#224) (fb0476d)
- deps: update module github.com/onsi/gomega to v1.28.0 (#231) (bcacac3)
- deps: update module github.com/prometheus/client_golang to v1.17.0 (#229) (2790e19)
- deps: update module google.golang.org/grpc to v1.58.0 (#209) (c3014c2)
- deps: update module google.golang.org/grpc to v1.58.1 (#219) (f302b0c)
- deps: update module google.golang.org/grpc to v1.58.2 (#227) (c8e1163)
- update helm install command (#235) (8373b8a)
- deps: update actions/checkout action to v4 (#204) (98fefad)
- deps: update actions/checkout digest to 8ade135 (#228) (9264875)
- deps: update actions/upload-artifact digest to a8a3f3a (#208) (55614a8)
- deps: update docker/build-push-action action to v5 (#215) (a1f9d68)
- deps: update docker/build-push-action digest to 0a97817 (#210) (3df6569)
- deps: update docker/login-action action to v3 (#216) (53ed0a9)
- deps: update docker/setup-buildx-action action to v3 (#217) (646c6f8)
- only log and stop propagating backstage errors (#232) (7fe8884)
0.0.21 (2023-08-28)
- deps: update kubernetes packages (#196) (8cdbb96)
- deps: update module github.com/onsi/ginkgo/v2 to v2.12.0 (#197) (dd78856)
- deps: update actions/checkout digest to f43a0e5 (#198) (d06091c)
- deps: update actions/setup-go digest to 93397be (#194) (d01b5a9)
- deps: update docker/setup-buildx-action digest to 885d146 (#200) (def4871)
- updated schema for integrations support (#202) (53af89d)
0.0.20 (2023-08-01)
- compare the number of errors to update Results (#167) (e805d2c)
- deps: update k8s.io/utils digest to 3b25d92 (#191) (df6407c)
- deps: update kubernetes packages to v0.27.4 (#183) (afe44a6)
- deps: update module github.com/onsi/gomega to v1.27.10 (#188) (1b4a6a2)
- deps: update module github.com/onsi/gomega to v1.27.9 (#187) (a212521)
- deps: update module github.com/stretchr/testify to v1.8.4 (#192) (2085708)
- deps: update module google.golang.org/grpc to v1.56.1 (#165) (79366ab)
- deps: update module google.golang.org/grpc to v1.56.2 (#177) (7290e54)
- deps: update module google.golang.org/grpc to v1.57.0 (#190) (d356f14)
- resources should be synced after k8sgptConfig CR update (#174) (080a2b1)
- deps: update actions/setup-python digest to 61a6322 (#182) (8888c73)
- deps: update anchore/sbom-action action to v0.14.3 (#164) (12b2c36)
- deps: update docker/setup-buildx-action digest to 4c0219f (#175) (6a0e96d)
- deps: update google-github-actions/release-please-action digest to 8016a66 (#170) (6b383e6)
- deps: update google-github-actions/release-please-action digest to ca6063f (#184) (3d0e50c)
- deps: update helm/kind-action action to v1.8.0 (#178) (3ca7fe3)
- operator debug (5a931fb)
0.0.19 (2023-06-20)
0.0.18 (2023-06-19)
- broken link in readme (#143) (47aa16e)
- deps: update kubernetes packages to v0.27.3 (#152) (b4b78ff)
- deps: update module github.com/onsi/ginkgo/v2 to v2.10.0 (#146) (12e0811)
- deps: update module github.com/onsi/ginkgo/v2 to v2.11.0 (#158) (cc61738)
- deps: update module github.com/onsi/gomega to v1.27.8 (#145) (7141cc1)
- deps: update module github.com/prometheus/client_golang to v1.16.0 (#154) (ff3b3f6)
- deps: update module google.golang.org/grpc to v1.56.0 (#157) (0d1b43c)
- add crds to helm and update README file. (#156) (705c61c)
- deps: update actions/checkout digest to c85c95e (#151) (3c9a106)
- deps: update docker/build-push-action digest to 2eb1c19 (#150) (8a96e7a)
- deps: update docker/login-action digest to 465a078 (#147) (fc26d23)
- deps: update docker/setup-buildx-action digest to ecf9528 (#148) (83fc2b6)
0.0.17 (2023-06-05)
- add backstage support (#127) (1b267a6)
- add controller reference to resources (#120) (293c07f)
- add namespace selector for ServiceMonitor (#135) (075caf5)
- support arbitrary uid for openshift environments (#126) (10484eb)
- check first extraOptions reference (#139) (d48562d)
- connection issues (#140) (0e2eb8c)
- deps: update module buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go to v1.30.0-20230524215339-41d88e13ab7e.1 (#103) (283da2f)
- deps: update module github.com/onsi/ginkgo/v2 to v2.9.7 (#134) (2563b39)
- add filters to operator helm chart's crd (#130) (c1a235b)
- deps: update actions/setup-python digest to bd6b4b6 (#121) (51deb68)
- deps: update google-github-actions/release-please-action digest to 51ee8ae (#124) (dde7a4c)
0.0.16 (2023-05-24)
- add additional printer columns to Result CR (#114) (778357d)
- update deployment on version change in CR (#119) (1bb8977)
0.0.15 (2023-05-22)
- add filters parameter to client API (#96) (6c41ac5)
- add grafana dashboard in helm chart (#102) (b98b2d2)
- parameterise grafana's annotations and labels (#111) (6d8056e)
- deps: update module buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go to v1.3.0-20230515081240-6b5b845c638e.1 (#77) (62aa2cb)
- deps: update module github.com/onsi/ginkgo/v2 to v2.9.5 (#101) (40b8377)
- deps: update module github.com/onsi/gomega to v1.27.7 (#110) (e8652be)
- deps: update actions/setup-go digest to fac708d (#100) (42af949)
- deps: update helm/kind-action action to v1.7.0 (#104) (d1bc1ca)
- readme (#107) (c58f8b4)
0.0.14 (2023-05-12)
- Add missing backend from analysis request. (#89) (a829a0a)
- deps: update module buf.build/gen/go/k8sgpt-ai/k8sgpt/protocolbuffers/go to v1.28.1-20230510140658-54288a50e81c.4 (#84) (3ed4269)
- deps: update module google.golang.org/grpc to v1.55.0 (#71) (009919f)
- readme namespaces (#86) (7e04b61)
0.0.13 (2023-05-11)
0.0.12 (2023-05-10)
0.0.11 (2023-05-09)
0.0.10 (2023-05-09)
- add additionalLabels to serviceMonitor (#51) (d8497fc)
- add azureopenai backend (#62) (d51cc3e)
- migrate api client to grpc (#68) (809b877)
- register all the custom prom metrics (#67) (e8a2074)
- deps: update module github.com/onsi/ginkgo/v2 to v2.9.3 (#56) (6657a40)
- deps: update module github.com/onsi/ginkgo/v2 to v2.9.4 (#58) (2f4ae37)
- deps: update module github.com/prometheus/client_golang to v1.15.1 (#57) (5770f5f)
- fix readme example (#70) (27ee7ff)
- added changing banners (#50) (fd25d49)
- deps: update anchore/sbom-action action to v0.14.2 (#66) (12ada7e)
- deps: update golang docker tag to v1.20.4 (#54) (b6d6046)
- update helm readme with servicemonitor labels (#55) (d0a71fb)
- update readme (#59) (59583eb)
- updated logo (d6b6f42)
0.0.9 (2023-04-28)
- update artifacthub annotations (5a5ae40)
- deps: update module github.com/onsi/gomega to v1.27.6 (#28) (1b781d0)
- deps: update module github.com/prometheus/client_golang to v1.15.0 (#40) (97b644f)
- deps: update module sigs.k8s.io/controller-runtime to v0.14.6 (#35) (c135030)
- disable version checking for helm charts (#37) (d6929b3)
- ignore old client go packages in renovate (#43) (4a84b0e)
- deps: pin dependencies (#27) (6e9f78c)
- deps: update actions/checkout action to v3 (#41) (1df8133)
- deps: update gcr.io/kubebuilder/kube-rbac-proxy docker tag to v0.14.1 (#36) (58a0677)
- deps: update helm/kind-action action to v1.5.0 (#38) (b70aad5)
0.0.8 (2023-04-28)
0.0.7 (2023-04-28)
0.0.6 (2023-04-28)
- added missing chart (83ceb6c)
0.0.5 (2023-04-27)
- created chart (a6fb0b9)
- first (1186581)
- improved helm build process (61400f1)
- removed branch protection from settings (c1708fe)
- update (3df4820)
- update settings (6752ff0)
- added settings again (3461178)
- added settings again (d42fd39)
- issues after changing version (#13) (5e4705f)
- settings (1ec4e8e)
- settings.yml (6d9eddb)
- adding metrics (20e38ed)
- adding metrics (8e9a612)
- adding metrics (e326fa0)
- adding rp (7f2c4ff)
- helm update for new OCI url (03567a3)
- moved to fixed service name (16df54c)
- refactor image location (1a60e62)
- release 0.0.1 (057ba6b)
- release 0.0.4 (43fcdc3)
- repairing issues with helm (3c889d6)
- repairing issues with helm (1ad2b42)
- update format of Apache2 license (a1bb757)
- updated and repaired (9741bcc)
- updated and repaired (293755a)
- updated artwork (94282f9)
- updated default k8sgpt version in example (c0b7574)
- updated nocache (d4bf6eb)
- updated operator image (a4a2b92)
- updated readme (d86aace)
- updated readme (6479647)
- updated readme (01e07f4)
- updated readme (0ca90a8)