Skip to content

Releases: AliyunContainerService/kube-eventer

kube-eventer v1.2.14

Choose a tag to compare

@KeyOfSpectator KeyOfSpectator released this 06 Jan 08:54

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

Choose a tag to compare

@KeyOfSpectator KeyOfSpectator released this 31 May 05:02

image:

registry.aliyuncs.com/acs/kube-eventer:v1.2.7-ca03be0-aliyun
  • Release ETCD pressure for big scale cluster #188
  • Use security base image #222
  • Update base image to golang 1.17 #260
  • Support multi arch platform (amd64/arm64) #207
  • Fix FaildScheduling event write to sls with wrong timestamp #168
  • Fix aliyun ak/sk sink in sls doc #185

kube-eventer v1.2.0

Choose a tag to compare

@ringtail ringtail released this 02 Jun 02:24
7720f24
  • 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

Choose a tag to compare

@ringtail ringtail released this 30 Oct 15:13
75a31bc
  • Fix bug in es6 #34 #39
  • Fix bug when creating es index #40
  • Add MySql sink #19
  • Add Wechat sink #23
  • Add topic support for sls #32
  • Fix annotation format #30
  • Fix bugs in kafka sink #12 #15

kube-eventer v1.0.0

Choose a tag to compare

@ringtail ringtail released this 14 Jul 03:20

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.