Skip to content

v1.5.0

Compare
Choose a tag to compare
@botkube-dev botkube-dev released this 09 Oct 10:01
· 131 commits to main since this release

What's Changed

Breaking changes 💥

The Config Watcher configuration properties have been updated. The configWatcher.enabled property still works as before.

Before After
configWatcher:
  enabled: true
  tmpDir: "/tmp/watched-cfg/"
  initialSyncTimeout: 0
  image:
    registry: ghcr.io
    repository: kubeshop/k8s-sidecar
    tag: in-cluster-config
    pullPolicy: IfNotPresent
configWatcher:
  enabled: true
  inCluster:
    informerResyncPeriod: 10m

Implemented Enhancements 🎉

Fixed Bugs 🐛

  • Fix ArgoCD template name normalization by @pkosiec in #1242
  • Fix duplicated messages for incoming requests and marshalling oncePer trigger property for ArgoCD source by @pkosiec in #1243
  • Fix writing on closed channel in Cloud Slack by @pkosiec in #1246
  • Make ArgoCD plugin resilient to concurrent Stream method runs by @pkosiec in #1248
  • Fix merging Kubernetes configuration by @mszostok in #1253
  • Fix Helm chart overrides for additional RBAC groups by @pkosiec in #1252
  • Fix panic for Cloud Slack reconnect and JSON schema for K8s configuration by @pkosiec in #1264
  • Fix dispatching events for sink platforms by @mszostok in #1267
  • Fix ES type setting, add ES client logging, improve plugin URL err by @mszostok in #1265
  • Document Doctor configuration options in Helm values.yaml, fix custom engine override by @pkosiec in #1268
  • Fix concurrent PR jobs by @pkosiec in #1275
  • Fix configuration merging when using existingCommunicationsSecretName by @pkosiec in #1274
  • Fix Cloud Slack Dev E2E test after recent changes by @pkosiec in #1277

Other Changes ✨

New Contributors

Full Changelog: v1.4.0...v1.5.0