What's Changed
Botkube is introducing new plugins with advanced functionality that will be part of the Botkube Team and Enterprise packages. These advanced plugins require cloud services provided by Botkube and are not part of the Botkube open source software.
As part of this change, some of the existing Botkube plugins are being moved to a new repository. This repository requires authentication with a Botkube account. To continue using these Botkube plugins, create an account at https://app.botkube.io/ and configure a Botkube instance, or migrate an existing installation with the Botkube CLI.
Implemented Enhancements 🎉
- Teams/integration tests by @mszostok in #1361
- Share the cloud slack e2e workflow between jobs by @mszostok in #1366
- Update Cloud Slack to always respond in a thread by @mszostok in #1372
- Enabled Plugins Report by @madebyrogal in #1374
- Stop building multi arch binaries for cli snapshot by @mszostok in #1382
- Enhance Slack notification footer by @mszostok in #1384
- Update executor contract, publish local dev server by @mszostok in #1385
- Add teams and slack parent activity id support, remove not used activityId field from gRPC by @mszostok in #1387
- Support custom headers during plugin index request by @pkosiec in #1381
Fixed Bugs 🐛
- Fix branch-build.yml workflow by @mszostok in #1365
- Add missing template indicator by @mszostok in #1370
- Fix a tiny typo by @vaijab in #1377
- Fix kubectl builder perms checker by @mszostok in #1380
- Fix Helm chart upgrade when using existing secret by @voriol in #1378
- Cherry-pick fixes by @mszostok in #1398
Other Changes ✨
- Reorganize migrate constaints check and add unit tests by @pkosiec in #1362
- Fix Botkube installation
exec
config for the migration tests by @pkosiec in #1363 - Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.1 by @mszostok in #1369
- Move plugin-related internal packages to
pkg
by @pkosiec in #1373 - Update setup-go action by @mszostok in #1375
- Move
internal/plugin
topkg
by @pkosiec in #1383 - Bump helm.sh/helm/v3 from 3.13.2 to 3.14.1 by @mszostok in #1388
- Extract plugins and delete legacy platforms by @pkosiec in #1390
- Fix migration CI job and remove unused
lifecycleServer
properties by @pkosiec in #1392
New Contributors
Full Changelog: v1.8.0...v1.9.0