Skip to content

Releases: flant/shell-operator

v1.4.12

26 Sep 14:44
f0f2a37
Compare
Choose a tag to compare

What's Changed

Enhancements 🚀

Bug Fixes 🐛

  • [kube-event-manager] fix factory context issue by @miklezzzz in #655

Full Changelog: v1.4.11...v1.4.12

v1.4.11

29 Aug 10:59
22aa2b0
Compare
Choose a tag to compare

What's Changed

Enhancements 🚀

Bug Fixes 🐛

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

18 Jul 07:40
3ee594e
Compare
Choose a tag to compare

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

04 Jul 12:12
6cdf376
Compare
Choose a tag to compare

What's Changed

Enhancements 🚀

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

25 Jun 17:16
c07eb4c
Compare
Choose a tag to compare

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

11 Apr 08:17
d4ef439
Compare
Choose a tag to compare

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

18 Mar 19:26
32dddd8
Compare
Choose a tag to compare

What's Changed

Enhancements 🚀

  • Update apiVersions in the crd-simple example by @Alrem in #578

Bug Fixes 🐛

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

v1.4.5

21 Dec 18:09
f8d5376
Compare
Choose a tag to compare

What's Changed

Enhancements 🚀

  • Set Default FailurePolicy for admission webhooks by @yalosev in #572

Dependency Updates ⬆️

  • chore(deps): bump alpine from 3.18 to 3.19 by @dependabot in #566
  • chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #564
  • chore(deps): bump actions/setup-python from 4 to 5 by @dependabot in #565
  • chore(deps): bump github.com/go-openapi/swag from 0.22.3 to 0.22.5 by @dependabot in #568

Full Changelog: v1.4.4...v1.4.5

v1.4.4

30 Nov 13:50
f66a9af
Compare
Choose a tag to compare

What's Changed

Dependency Updates ⬆️

Other Changes

New Contributors

Full Changelog: v1.4.3...v1.4.4

v1.4.3

10 Nov 09:04
fc5d159
Compare
Choose a tag to compare
v1.4.3 Pre-release
Pre-release

What's Changed

Bug Fixes 🐛

Dependency Updates ⬆️

  • chore(deps): bump golang.org/x/time from 0.3.0 to 0.4.0 by @dependabot in #551
  • chore(deps): bump github.com/flant/kube-client from 1.0.1 to 1.0.3 by @dependabot in #550

Full Changelog: v1.4.2...v1.4.3