Releases: AliyunContainerService/kube-eventer
kube-eventer v1.2.14
Official Image:
registry.aliyuncs.com/acs/kube-eventer:v1.2.14-315a7cb-aliyun
✨ Highlights
SLS credentials now support environment variables
AccessKey and SecretKey can be securely provided via ALIYUN_ACCESS_KEY_ID and ALIYUN_ACCESS_KEY_SECRET. Environment variables take precedence over other configuration methods.
Secure-by-default SLS endpoint
The default SLS endpoint now uses HTTPS. You can also override it using the SLS_ENDPOINT environment variable for custom regions or private cloud deployments.
Go runtime upgraded to 1.25.3
Includes critical security patches for known CVEs.
Dependency updates
Key dependencies have been bumped to address vulnerabilities:
golang.org/x/crypto → v0.45.0
gopkg.in/yaml.v3 → v3.0.1
🐞 Fixes
Fixed AK/SK loading priority in SLS sink to ensure environment variables are respected.
Resolved Docker build issues where the build process failed to complete cleanly.
Removed debug logs and cleaned up temporary development code.
kube-eventer v1.2.7
image:
registry.aliyuncs.com/acs/kube-eventer:v1.2.7-ca03be0-aliyun
kube-eventer v1.2.0
- Generic Webhook supported #83
- Custom mysql sink dbname #110 #109
- Namespace,Reason,Kind Fliter #106
- SLS sink internet supported #92
- fix goroutines exportEventsTimeout #108
- fix connection leak of dingtalk sink #115 #93
- Adaptive ram role convergence #89
- improvement: add dingtalk group #79
- Adding error metrics for elasticsearch sink #78
- Upgrading k8s.io/client.go to support k8s 1.16 #75
kube-eventer v1.1.0
kube-eventer v1.0.0
Add dingtalk sink namespace filter, kind filter support
Add sls sink support
Bugfix in InfluxDB sink
Bugfix in honeycomb unittests
Bugfix in dingtalk sink
Performance tuning in sls sink.