Releases: kubeshop/botkube
Releases · kubeshop/botkube
v1.13.0
What's Changed
Implemented Enhancements 🎉
- Add support for KUBECONTEXT environment variable and --kubecontext option into botkube CLI by @mickael-ange in #1457
- Add setting up an Instance via the UI instead of GraphQL by @mszostok in #1458
- Hide private channel names in
show config
command by @pkosiec in #1467 - Hearbeat reporting by @madebyrogal in #1469
Fixed Bugs 🐛
- test/e2e: ensure there is no error waiting for instance by @vaijab in #1400
- Add missing UI URL for prod tests by @mszostok in #1462
Other Changes ✨
- Update GitHub actions by @mszostok in #1460
- Fix and enable instance details page UI tests by @pkosiec in #1461
- Add early cleanup for Slack E2E tests by @pkosiec in #1463
- Add link to exact run by @mszostok in #1465
- Improve stability of Slack E2E tests by @pkosiec in #1466
- Bump golang.org/x/image from 0.0.0-20220722155232-062f8c9fd539 to 0.18.0 in /examples/src by @dependabot in #1464
New Contributors
- @mickael-ange made their first contribution in #1457
Full Changelog: v1.12.0...v1.13.0
v1.13.0-rc.1
What's Changed
Implemented Enhancements 🎉
- Add support for KUBECONTEXT environment variable and --kubecontext option into botkube CLI by @mickael-ange in #1457
- Add setting up an Instance via the UI instead of GraphQL by @mszostok in #1458
- Add link to exact run by @mszostok in #1465
- Hide private channel names in
show config
command by @pkosiec in #1467 - Hearbeat reporting by @madebyrogal in #1469
Fixed Bugs 🐛
- test/e2e: ensure there is no error waiting for instance by @vaijab in #1400
- Add missing UI URL for prod tests by @mszostok in #1462
Other Changes ✨
- Update GitHub actions by @mszostok in #1460
- Fix and enable instance details page UI tests by @pkosiec in #1461
- Add early cleanup for Slack E2E tests by @pkosiec in #1463
- Improve stability of Slack E2E tests by @pkosiec in #1466
- Bump golang.org/x/image from 0.0.0-20220722155232-062f8c9fd539 to 0.18.0 in /examples/src by @dependabot in #1464
New Contributors
- @mickael-ange made their first contribution in #1457
Full Changelog: v1.12.0...v1.13.0-rc.1
v1.12.0
What's Changed
Implemented Enhancements 🎉
Fixed Bugs 🐛
Other Changes ✨
- Update Helm chart description and error wording by @pkosiec in #1445
- Remove packages for Botkube app for Microsoft Teams by @pkosiec in #1447
- Update Helm chart Readme links rendering by @pkosiec in #1449
- Introduce italic description for Button Builder API by @pkosiec in #1450
- Add cluster scan help docs by @vaijab in #1451
Full Changelog: v1.11.0...v1.12.0
v1.12.0-rc.1
What's Changed
Implemented Enhancements 🎉
Fixed Bugs 🐛
Other Changes ✨
- Update Helm chart description and error wording by @pkosiec in #1445
- Remove packages for Botkube app for Microsoft Teams by @pkosiec in #1447
- Update Helm chart Readme links rendering by @pkosiec in #1449
- Introduce italic description for Button Builder API by @pkosiec in #1450
- bot: add cluster scan help docs by @vaijab in #1451
Full Changelog: v1.11.0...v1.12.0-rc.1
v1.11.0
What's Changed
Implemented Enhancements 🎉
- Add
api.BasicCardWithButtonsInSeparateMsg
type by @mszostok in #1436 - Add information about storing mentions and event in audit logs by @mszostok in #1439
- Add Slack home tab assets by @mszostok in #1444
- Update support button for Cloud Slack and Teams by @pkosiec in #1443
Fixed Bugs 🐛
- Fix Teams integration tests assertions by @mszostok in #1429
- Add single quote escaping while parsing input command by @mszostok in #1433
- fix: close temporary kubeconfig file by @testwill in #1441
Other Changes ✨
- Run Cloud Prod E2E tests every 2 hours by @pkosiec in #1428
- Add retries for resources cleanup in Botkube E2E and integration tests by @pkosiec in #1431
- Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #1434
- Fix integration and E2E tests after Cloud Dev update by @pkosiec in #1435
- Update go.mod in test pkg by @mszostok in #1440
Full Changelog: v1.10.0...v1.11.0
v1.11.0-rc.1
What's Changed
Implemented Enhancements 🎉
- Add
api.BasicCardWithButtonsInSeparateMsg
type by @mszostok in #1436 - Add information about storing mentions and event in audit logs by @mszostok in #1439
- Add Slack home tab assets by @mszostok in #1444
- Update support button for Cloud Slack and Teams by @pkosiec in #1443
Fixed Bugs 🐛
- Fix Teams integration tests assertions by @mszostok in #1429
- Add single quote escaping while parsing input command by @mszostok in #1433
- fix: close temporary kubeconfig file by @testwill in #1441
Other Changes ✨
- Run Cloud Prod E2E tests every 2 hours by @pkosiec in #1428
- Add retries for resources cleanup in Botkube E2E and integration tests by @pkosiec in #1431
- Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #1434
- Update go.mod in test pkg by @mszostok in #1440
- Fix integration and E2E tests after Cloud Dev update by @pkosiec in #1435
Full Changelog: v1.10.0...v1.11.0-rc.1
v1.10.0
What's Changed
Implemented Enhancements 🎉
- Enhance the help message by @mszostok in #1409
- Reduce memory consumption for Kubernetes source configuration by @pkosiec in #1425
Fixed Bugs 🐛
- Fix panic on plugin report when RBAC is nil by @pkosiec in #1395
- Ignore upgrade checker error by @mszostok in #1396
- Fix overwriting custom RBAC config and Kubernetes plugin JSON schema by @pkosiec in #1401
- Fix Helm chart upgrade when
lookup
is not supported by @pkosiec in #1408 - Fix sending file messages in Cloud Slack by @mszostok in #1412
- Only log incorrect k8s buttons definitions by @mszostok in #1413
- Update gql models for Cloud by @mszostok in #1417
Other Changes ✨
- Bump helm.sh/helm/v3 from 3.14.1 to 3.14.2 by @dependabot in #1393
- Fix executor assertion for integration tests by @pkosiec in #1397
- Improve resilience of E2E and integration tests by @pkosiec in #1406
- Reduce number of prod tests, add missing error assertions by @pkosiec in #1411
- Bump github.com/lestrrat-go/jwx from 1.2.28 to 1.2.29 by @dependabot in #1410
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #1416
- Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible by @dependabot in #1420
Full Changelog: v1.9.0...v1.10.0
v1.10.0-rc.1
What's Changed
Implemented Enhancements 🎉
- Enhance the help message by @mszostok in #1409
- Reduce memory consumption for Kubernetes source configuration by @pkosiec in #1425
Fixed Bugs 🐛
- Fix panic on plugin report when RBAC is nil by @pkosiec in #1395
- Ignore upgrade checker error by @mszostok in #1396
- Fix overwriting custom RBAC config and Kubernetes plugin JSON schema by @pkosiec in #1401
- Fix Helm chart upgrade when
lookup
is not supported by @pkosiec in #1408 - Fix sending file messages in Cloud Slack by @mszostok in #1412
- Only log incorrect k8s buttons definitions by @mszostok in #1413
- Update gql models for Cloud by @mszostok in #1417
Other Changes ✨
- Bump helm.sh/helm/v3 from 3.14.1 to 3.14.2 by @dependabot in #1393
- Fix executor assertion for integration tests by @pkosiec in #1397
- Improve resilience of E2E and integration tests by @pkosiec in #1406
- Reduce number of prod tests, add missing error assertions by @pkosiec in #1411
- Bump github.com/lestrrat-go/jwx from 1.2.28 to 1.2.29 by @dependabot in #1410
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #1416
- Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible by @dependabot in #1420
Full Changelog: v1.9.0...v1.10.0-rc.1