Releases: kubesphere/kube-events
Releases · kubesphere/kube-events
v0.8.0
What's Changed
- add cluster name to the event when export by @wanjunlei in #128
- Bump github.com/onsi/gomega from 1.27.8 to 1.30.0 by @dependabot in #132
- Bump github.com/panjf2000/ants/v2 from 2.7.1 to 2.9.0 by @dependabot in #133
- Bump golang from 1.21.1 to 1.21.4 in /cmd/ruler by @dependabot in #134
- add cluster name to the event when export to stdout by @wanjunlei in #137
- Bump actions/setup-go from 4 to 5 by @dependabot in #140
- Bump golang from 1.21.4 to 1.21.5 in /cmd/ruler by @dependabot in #139
- Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.2 by @dependabot in #138
- Bump actions/cache from 3 to 4 by @dependabot in #148
- Bump golang from 1.21.5 to 1.21.6 in /cmd/ruler by @dependabot in #145
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #144
- Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 by @dependabot in #143
- release v0.8.0 by @wanjunlei in #149
New Contributors
- @wanjunlei made their first contribution in #128
v0.7.0
What's Changed
- update alertmanager-kit dependency (#126) @junotx
- remove retry for sinks of ruler (#125) @junotx
- add release drafter config (#107) @benjaminhuo
- Bump sigs.k8s.io/controller-runtime from 0.14.4 to 0.14.6 (#82) @dependabot
- Bump k8s.io/apimachinery from 0.26.1 to 0.27.4 (#97) @dependabot
- Bump github.com/onsi/ginkgo/v2 from 2.8.3 to 2.11.0 (#94) @dependabot
- Bump actions/setup-go from 3 to 4 (#80) @dependabot
- support fluentbit collection configuration (#92) @junotx
- allow to override chart release namespace (#84) @junotx
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
Enhancement
- Add CI tasks to build images automatically. (#32, @wenchajun)
- Add
env
toExporter
andRuler
CRDs to set TZ environment variable, and remove default host time mounts. (#37, @ctrought) - Add finalizers update permission to
Exporter
andRuler
CRDs, to fix permisson error on OCP. (#37, @ctrought)