Releases: flant/shell-operator
Releases · flant/shell-operator
v1.4.16
What's Changed
Enhancements 🚀
- Fix/double logging std by @ldmonster in #677
Full Changelog: v1.4.15...v1.4.16
v1.4.15
What's Changed
Bug Fixes 🐛
- [shell-operator] Fix logrus leak by @ldmonster in #674
New Contributors
- @ldmonster made their first contribution in #674
Full Changelog: v1.4.14...v1.4.15
v1.4.14
What's Changed
Bug Fixes 🐛
- fix shell_lib regarding grouping by @miklezzzz in #665
- [schedule-manager] fix entry clean-up by @miklezzzz in #666
Dependency Updates ⬆️
- chore(deps): bump golang.org/x/time from 0.6.0 to 0.7.0 by @dependabot in #663
- chore(deps): bump actions/cache from 4.0.2 to 4.1.0 by @dependabot in #662
- chore(deps): bump github.com/flant/kube-client from 1.1.0 to 1.2.0 by @dependabot in #660
New Contributors
- @libmonsoon-dev made their first contribution in #661
Full Changelog: v1.4.12...v1.4.14
v1.4.12
What's Changed
Enhancements 🚀
- Refactor conversion webhook by @yalosev in #654
- Refactor admission webhook by @yalosev in #656
- Add GetFailureMessage method by @miklezzzz in #657
- Refactor interfaces and cleanup by @yalosev in #659
Bug Fixes 🐛
- [kube-event-manager] fix factory context issue by @miklezzzz in #655
Full Changelog: v1.4.11...v1.4.12
v1.4.11
What's Changed
Enhancements 🚀
- update grouped binding naming by @miklezzzz in #647
Bug Fixes 🐛
- [kube_events_manager] fix informer factory by @miklezzzz in #645
Dependency Updates ⬆️
- chore(deps): bump docker/login-action from 3.2.0 to 3.3.0 by @dependabot in #632
- chore(deps): bump docker/setup-qemu-action from 3.1.0 to 3.2.0 by @dependabot in #633
- chore(deps): bump github.com/onsi/gomega from 1.33.1 to 1.34.1 by @dependabot in #640
- chore(deps): bump golang.org/x/time from 0.5.0 to 0.6.0 by @dependabot in #641
- chore(deps): bump github.com/gofrs/uuid/v5 from 5.2.0 to 5.3.0 by @dependabot in #643
Full Changelog: v1.4.10...v1.4.11
v1.4.10
What's Changed
Enhancements 🚀
- update merics' labelset if needed by @miklezzzz in #628
- Improve the way of updating metrics collectors' labelsets by @miklezzzz in #629
- feat: add setting for address and port for webhooks by @juev in #631
Dependency Updates ⬆️
- chore(deps): bump docker/setup-qemu-action from 3.0.0 to 3.1.0 by @dependabot in #627
Full Changelog: v1.4.9...v1.4.10
v1.4.9
What's Changed
Enhancements 🚀
- Catch stderr from executed commands by @miklezzzz in #625
Dependency Updates ⬆️
- chore(deps): bump github.com/gofrs/uuid/v5 from 5.1.0 to 5.2.0 by @dependabot in #624
- chore(deps): bump github.com/go-chi/chi/v5 from 5.0.12 to 5.1.0 by @dependabot in #623
Full Changelog: v1.4.8...v1.4.9
v1.4.8
What's Changed
Enhancements 🚀
- Increase timeout for binding contexts generator in tests. by @sprait in #604
- feat: Ignore lib directory while processing hooks by @juev in #621
- Use golang 1.22 by @yalosev in #614
- Optimize executable hook files detection by @yalosev in #622
Dependency Updates ⬆️
- chore(deps): bump github.com/gofrs/uuid/v5 from 5.0.1 to 5.1.0 by @dependabot in #610
- chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 by @dependabot in #611
- chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 by @dependabot in #618
- chore(deps): bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 by @dependabot in #615
- chore(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.1 by @dependabot in #613
- chore(deps): bump alpine from 3.19 to 3.20 by @dependabot in #617
Breaking changes
- Hooks are not loaded from the
lib
directory anymore
New Contributors
Full Changelog: v1.4.7...v1.4.8
v1.4.7
What's Changed
Dependency Updates ⬆️
- chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 by @dependabot in #608
- chore(deps): bump peaceiris/actions-mdbook from 1 to 2 by @dependabot in #607
- chore(deps): bump github.com/gofrs/uuid/v5 from 5.0.0 to 5.0.1 by @dependabot in #605
- chore(deps): bump actions/cache from 4.0.1 to 4.0.2 by @dependabot in #602
- Added retry budget and some refactoring. by @Dmitrykob in #609
Full Changelog: v1.4.6...v1.4.7
v1.4.6
What's Changed
Enhancements 🚀
Bug Fixes 🐛
- Fix taking a crd that is not yet installed by @Dmitrykob in #601
Dependency Updates ⬆️
- chore(deps): bump github.com/prometheus/client_golang from 1.17.0 to 1.18.0 by @dependabot in #576
- chore(deps): bump actions/cache from 3.3.2 to 3.3.3 by @dependabot in #579
- chore(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.1 by @dependabot in #583
- chore(deps): bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11 by @dependabot in #574
- chore(deps): bump actions/cache from 3.3.3 to 4.0.0 by @dependabot in #584
- chore(deps): bump actions/cache from 4.0.0 to 4.0.1 by @dependabot in #593
- chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #591
- chore(deps): bump github.com/go-chi/chi/v5 from 5.0.11 to 5.0.12 by @dependabot in #588
- chore(deps): bump docker/login-action from 3.0.0 to 3.1.0 by @dependabot in #600
- chore(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in #599
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #597
- chore(deps): bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 by @dependabot in #596
New Contributors
Full Changelog: v1.4.5...v1.4.6