Pawel Kosiec
Pawel Kosiec
In near future, I would like to rewrite Mongo Seeding core. It may introduce some breaking changes, as I want to support additional features, without making the API too complex....
## Overview User should be able to define different notification sources per a given channel based on the Kubernetes namespace. See the proposal section: https://github.com/kubeshop/botkube/blob/main/docs/proposal/2022-06-14-configuration-bindings.md#route-notifications-to-a-given-channel-based-on-the-kubernetes-namespace Currently, the sources bindings introduced...
## Overview Implement ability to turn on/off recommendations according to the proposal: https://github.com/kubeshop/botkube/blob/main/docs/proposal/2022-06-14-configuration-bindings.md#new-syntax ```yaml # Recommendations about the best practices recommendations: image: # "Checks if 'latest' image tag is used...
## Overview This issue is an epic and aggregates all the subtasks to finalize the complete feature. ## Reason There is a demand in community—5 open issues with a lot...
As this will be a first feature-packed release since ~1,5 years, it would be great to promote it and also gather feedback from the community. Here are some ideas: ###...
## Overview Currently, Bot package contains merged Bot and Notifier functionality as a part of https://github.com/kubeshop/botkube/issues/596 (specifically #658 - PR: #662). Both notifier and bot code is quite hard to...
This issue is an epic and aggregates multiple subtasks which increase overall test coverage in BotKube. ## To do - This issue is an epic and aggregates multiple subtasks which...
**Is your feature request related to a problem? Please describe.** Currently, the release process for BotKube consists of a set of manual steps (as described in https://github.com/infracloudio/botkube-docs/pull/74). Fortunately, most of...
## Description - [x] Create new GitHub release according to the https://capact.io/community/release doc. - Make sure we use just the images that are built on the main/release branches. Do not...
## Description Unfortunately, the integration tests on k3d introduced in #492 (PR: https://github.com/capactio/capact/pull/718) are unstable on our pipeline. I saw multiple failures because of the same reason: ``` • Installing...