shell-operator
shell-operator copied to clipboard
Shell-operator is a tool for running event-driven scripts in a Kubernetes cluster
Bumps golang from 1.22-alpine3.19 to 1.23-alpine3.19. [](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/gofrs/uuid/v5](https://github.com/gofrs/uuid) from 5.2.0 to 5.3.0. Release notes Sourced from github.com/gofrs/uuid/v5's releases. v5.3.0 Summary In this release, we updated the package to participate in OpenSSF Scorecard and tuned several development...
shell-operator is great tool to run small (or large) script snippets in response to events. Current event list is: - kubernetes watches - scheduled execution (cron) I propose to add...
**Expected behavior (what you expected to happen):** We have usecases to create Kafka topic on AWS MSK on the fly when any application is deployed within Kubernetes Cluster. We have...
Hi, Since 1.4.8 we have observed our shell-operator pods slowly consuming memory over time:  I made a local branch with pprof installed and it appears to be logrus that...
#### Overview Replace Logrus to Slog implementation #### What this PR does / why we need it We can freely remove Logrus. That's the point! #### Special notes for your...
Hello I'm the maintainer of [Anteon](https://github.com/getanteon/anteon). We have created Gurubase.io with the mission of building a centralized, open-source tool-focused knowledge base. Essentially, each "guru" is equipped with custom knowledge to...
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.0 to 4.1.1. Release notes Sourced from actions/cache's releases. v4.1.1 What's Changed Restore original behavior of cache-hit output by @joshmgross in actions/cache#1467 Full Changelog: https://github.com/actions/cache/compare/v4.1.0...v4.1.1 Changelog Sourced...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.34.1 to 1.34.2. Release notes Sourced from github.com/onsi/gomega's releases. v1.34.2 1.34.2 Require Go 1.22+ Maintenance bump ginkgo as well [c59c6dc] bump to go 1.22 - remove x/exp...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.19.1 to 1.20.4. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.20.4 [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #1623 v1.20.3 [BUGFIX] histograms:...