Skip to content

Releases: bakito/k8s-event-logger-operator

v1.13.1

27 Dec 20:52
f72c990
Compare
Choose a tag to compare

Changelog

  • f72c990 fix default resource config handling

v1.13.0

27 Dec 19:52
22dca27
Compare
Choose a tag to compare

Changelog

v1.12.0

24 Dec 08:30
c593491
Compare
Choose a tag to compare

Changelog

  • 8cb7b6e Bump dcarbone/install-yq-action from 1.0.1 to 1.1.0 (#272)
  • 4455061 Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0 (#258)
  • 7f44993 Bump github.com/onsi/gomega from 1.24.1 to 1.24.2 (#264)
  • dd7e900 Bump goreleaser/goreleaser-action from 3 to 4 (#265)
  • 5e06b8c Bump sigs.k8s.io/controller-runtime from 0.13.1 to 0.14.0 (#263)
  • 2746b76 Bump sigs.k8s.io/controller-runtime from 0.14.0 to 0.14.1 (#273)
  • c310a80 Change base image to scratch (#271)
  • 125f2a6 Configure logger pod via ConfigMap and allow securitysContext for operator Pod (#266)
  • 4096c36 Update README.md
  • c1a0776 Update e2e.yaml
  • f7ad173 Use bakito/toolbox to magage Makefile go tools
  • 85743de add sources to helm chart
  • 3d5a539 cleanup makefile
  • fcbc95c regenerate mock
  • ed283a4 rename master branch to main - fixes #269
  • 61ebfab replace deprecated pointer funcs
  • e0afb6c set securityContext for e2e test
  • e1856b8 skip version in diff

Fixed Issues

  • #270 Add kind end-2-end tests
  • #269 rename master branch to main
  • #268 Support securityContext in helm chart
  • #267 'apply new filter' is printed twice after config change

v1.11.1

09 Dec 09:00
0a1d84c
Compare
Choose a tag to compare

Changelog

v1.11.0

22 Nov 18:19
72906c8
Compare
Choose a tag to compare

Changelog

  • fae4ace Bump github.com/onsi/ginkgo/v2 from 2.3.1 to 2.4.0
  • c9b9896 Bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0
  • 2b8444e Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1
  • 3eea882 Bump github.com/onsi/gomega from 1.22.1 to 1.23.0
  • df17741 Bump github.com/onsi/gomega from 1.23.0 to 1.24.0
  • 2f50ce8 Bump github.com/onsi/gomega from 1.24.0 to 1.24.1
  • 0c649b1 Bump k8s.io/client-go from 0.25.3 to 0.25.4
  • 0820b90 Bump sigs.k8s.io/controller-runtime from 0.13.0 to 0.13.1
  • 34ec916 Merge pull request #244 from bakito/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.4.0
  • 3a0a2fb Merge pull request #245 from bakito/dependabot/go_modules/github.com/onsi/gomega-1.23.0
  • c02ccde Merge pull request #246 from bakito/dependabot/go_modules/sigs.k8s.io/controller-runtime-0.13.1
  • 390d1b9 Merge pull request #247 from bakito/dependabot/go_modules/github.com/onsi/gomega-1.24.0
  • 34b84ea Merge pull request #248 from bakito/dependabot/go_modules/github.com/onsi/gomega-1.24.1
  • df826b6 Merge pull request #251 from bakito/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.5.0
  • 913cc83 Merge pull request #252 from bakito/dependabot/go_modules/k8s.io/client-go-0.25.4
  • 316d48c Merge pull request #253 from bakito/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.5.1
  • ab31dec Update upload-helm-chart.yml
  • 0600a8f Validation (#255)
  • 72906c8 add chart changes
  • cb3865d helm option for additional pod labels (#254)

v1.10.2

18 Oct 16:29
dccc38d
Compare
Choose a tag to compare

Changelog

  • 97d5fac Bump actions/checkout from 2 to 3 (#240)
  • 00513f3 Bump actions/setup-go from 2 to 3 (#234)
  • 988a612 Bump azure/setup-helm from 1 to 3 (#233)
  • 63991e2 Bump docker/build-push-action from 2 to 3 (#237)
  • f02a13b Bump github.com/go-playground/validator/v10 from 10.11.0 to 10.11.1 (#225)
  • b64ac4e Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (#222)
  • 24fe67a Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.2.0 (#227)
  • 225c299 Bump github.com/onsi/ginkgo/v2 from 2.2.0 to 2.3.1 (#238)
  • 5f45c02 Bump github.com/onsi/gomega from 1.19.0 to 1.20.0 (#208)
  • 381fc24 Bump github.com/onsi/gomega from 1.20.0 to 1.20.1 (#217)
  • 4031658 Bump github.com/onsi/gomega from 1.20.1 to 1.20.2 (#219)
  • 67eceb1 Bump github.com/onsi/gomega from 1.20.2 to 1.21.1 (#232)
  • 8acccca Bump github.com/onsi/gomega from 1.21.1 to 1.22.1 (#239)
  • 3802cf2 Bump go.uber.org/zap from 1.21.0 to 1.22.0 (#209)
  • 6535229 Bump go.uber.org/zap from 1.22.0 to 1.23.0 (#214)
  • 5c78f1d Bump golangci/golangci-lint-action from 2 to 3 (#236)
  • aa0296e Bump goreleaser/goreleaser-action from 2 to 3 (#235)
  • a9a104a Bump k8s.io/api from 0.25.2 to 0.25.3 (#243)
  • 2d3d2dc Bump k8s.io/client-go from 0.24.1 to 0.24.2 (#198)
  • 254f80e Bump k8s.io/client-go from 0.24.2 to 0.24.3 (#207)
  • e64a6ad Bump k8s.io/client-go from 0.24.3 to 0.24.4 (#211)
  • a6a7a02 Bump k8s.io/client-go from 0.24.4 to 0.25.0 (#216)
  • e98f196 Bump k8s.io/client-go from 0.25.0 to 0.25.1 (#224)
  • 8461adb Bump k8s.io/client-go from 0.25.1 to 0.25.2 (#231)
  • 4d2f23a Bump k8s.io/client-go from 0.25.2 to 0.25.3 (#242)
  • 607bbc3 Bump k8s.io/klog/v2 from 2.60.1 to 2.70.0 (#202)
  • 960d826 Bump k8s.io/klog/v2 from 2.70.0 to 2.70.1 (#204)
  • 0f0592e Bump k8s.io/klog/v2 from 2.70.1 to 2.80.0 (#221)
  • 5cae925 Bump k8s.io/klog/v2 from 2.80.0 to 2.80.1 (#223)
  • 016b3bd Bump sigs.k8s.io/controller-runtime from 0.12.1 to 0.12.2 (#201)
  • 66a8d18 Bump sigs.k8s.io/controller-runtime from 0.12.2 to 0.12.3 (#203)
  • e3b2911 Handle actions with dependabot
  • 9b40aeb Merge branch 'master' of github.com:bakito/k8s-event-logger-operator
  • 5cd503f Update actions
  • 9ea3b51 Update dependabot.yml
  • 00b94ab Update go.yml
  • dccc38d add helm readme
  • 15ff233 cleanup .golangci.yaml
  • 2d1517f controller runtime 0.13.0
  • 2ef12f3 update controller-gen
  • c6d086a update gopkg.in/yaml.v3 to v3.0.1

v1.10.1

30 May 14:29
4826dc8
Compare
Choose a tag to compare

Changelog

4826dc8 go 1.18

v1.10.0

30 May 14:26
3f0138e
Compare
Choose a tag to compare

Changelog

9c9f917 Bump github.com/go-logr/logr from 1.2.2 to 1.2.3 (#179)
6ba56ec Bump github.com/go-logr/zapr from 1.2.2 to 1.2.3 (#171)
2a32a97 Bump github.com/go-playground/validator/v10 from 10.10.0 to 10.10.1 (#176)
dc65e20 Bump github.com/go-playground/validator/v10 from 10.10.1 to 10.11.0 (#189)
fb6b44a Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (#188)
f076c23 Bump github.com/onsi/ginkgo/v2 from 2.1.1 to 2.1.2 (#169)
c87be68 Bump github.com/onsi/ginkgo/v2 from 2.1.2 to 2.1.3 (#172)
9e0baa5 Bump github.com/onsi/ginkgo/v2 from 2.1.3 to 2.1.4 (#187)
024ccf8 Bump github.com/onsi/gomega from 1.18.1 to 1.19.0 (#182)
98dbc27 Bump go.uber.org/zap from 1.20.0 to 1.21.0 (#168)
53b81e9 Bump k8s.io/api from 0.23.3 to 0.23.4 (#174)
18de769 Bump k8s.io/api from 0.24.0 to 0.24.1 (#196)
bb1e68b Bump k8s.io/apimachinery from 0.23.3 to 0.23.4 (#173)
c2c7872 Bump k8s.io/client-go from 0.23.3 to 0.23.4 (#175)
d72a5df Bump k8s.io/client-go from 0.23.4 to 0.23.5 (#181)
25ecc5f Bump k8s.io/client-go from 0.23.5 to 0.23.6 (#185)
a7ecca3 Bump k8s.io/client-go from 0.23.6 to 0.24.0 (#191)
5bec81f Bump k8s.io/client-go from 0.24.0 to 0.24.1 (#197)
ffdbfaa Bump k8s.io/klog/v2 from 2.40.1 to 2.60.1 (#177)
dae1d18 Bump sigs.k8s.io/controller-runtime from 0.11.0 to 0.11.1 (#170)
ba36b7f Bump sigs.k8s.io/controller-runtime from 0.11.1 to 0.11.2 (#183)
64c1577 Bump sigs.k8s.io/controller-runtime from 0.11.2 to 0.12.0 (#193)
36d75d0 Bump sigs.k8s.io/controller-runtime from 0.12.0 to 0.12.1 (#194)
2d69173 bump golanci-lint
3f0138e crd v1

v1.9.4

04 Feb 07:40
ad99cff
Compare
Choose a tag to compare

Changelog

ad99cff fix deployment

v1.9.3

04 Feb 07:32
76fb34c
Compare
Choose a tag to compare

Changelog

76fb34c fix LEADER_ELECTION_RESOURCE_LOCK var in deployment