kooper
kooper copied to clipboard
Kooper is a simple Go library to create Kubernetes operators and controllers.
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.1 to 1.13.0. Release notes Sourced from github.com/prometheus/client_golang's releases. 1.13.0 / 2022-08-06 [CHANGE] Minimum required Go version is now 1.17 (we also test client_golang against the new...
Bumps golang from 1.18.4 to 1.19.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
closes https://github.com/spotahome/kooper/issues/136
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0. Commits f8bf765 Merge pull request #1343 from sirupsen/dbd-upd-dep ebc9029 update dependencies 56c843c Merge pull request #1337 from izhakmo/fix-cve 41b4ee6 update gopkg.in/yaml.v3 to v3.0.1 f98ed3e...
Hi, at the moment is seems, that [email protected] is not supported. It would be great to upgrade to this version. Currently it fails with: ``` # github.com/spotahome/kooper/v2/controller/leaderelection /home/nilsorbat/go/pkg/mod/github.com/spotahome/kooper/[email protected]/controller/leaderelection/leaderelection.go:118:16: undefined: resourcelock.ConfigMapsResourceLock...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...
Bumps golang from 1.18.4 to 1.19.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps golang from 1.20.3 to 1.21.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.16.0 to 1.17.0. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.17.0 What's Changed [CHANGE] Minimum required go version is now 1.19 (we also test client_golang against new 1.21...
Hi there, First of all thank you for lightweight alternative to the bigger operator frameworks. Is there any way/chance we could use Predicates for event filtering in kooper? https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/predicate