Skip to content

Releases: flant/shell-operator

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

v1.4.2

31 Oct 08:02
be3366a
Compare
Choose a tag to compare
v1.4.2 Pre-release
Pre-release

What's Changed

Enhancements 🚀

Dependency Updates ⬆️

  • chore(deps): bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 by @dependabot in #548
  • chore(deps): bump github.com/onsi/gomega from 1.28.1 to 1.29.0 by @dependabot in #547

Full Changelog: v1.4.1...v1.4.2

v1.4.1

27 Oct 08:21
dc4f77b
Compare
Choose a tag to compare
v1.4.1 Pre-release
Pre-release

What's Changed

Enhancements 🚀

Bug Fixes 🐛

Dependency Updates ⬆️

  • chore(deps): bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 by @dependabot in #534
  • chore(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 by @dependabot in #537
  • chore(deps): bump github.com/onsi/gomega from 1.27.10 to 1.28.0 by @dependabot in #535
  • chore(deps): bump github.com/onsi/gomega from 1.28.0 to 1.28.1 by @dependabot in #543

New Contributors

Full Changelog: v1.3.2...v1.4.1

v1.3.2

21 Sep 07:33
f6471e2
Compare
Choose a tag to compare

What's Changed

Dependency Updates ⬆️

  • chore(deps): bump github.com/go-chi/chi/v5 from 5.0.8 to 5.0.10 by @dependabot in #516
  • chore(deps): bump github.com/onsi/gomega from 1.27.8 to 1.27.10 by @dependabot in #519
  • [deckhouse] Start HTTP API debug server if "DEBUG_HTTP_SERVER_ADDR" is set. by @Dmitrykob in #520
  • [deckhouse] Fix using debug flag "debug-http-addr". by @Dmitrykob in #522
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #525
  • chore(deps): bump actions/cache from 3.3.1 to 3.3.2 by @dependabot in #526
  • chore(deps): bump docker/login-action from 2.2.0 to 3.0.0 by @dependabot in #528
  • chore(deps): bump docker/setup-buildx-action from 2 to 3 by @dependabot in #529
  • chore(deps): bump docker/setup-qemu-action from 2.2.0 to 3.0.0 by @dependabot in #530
  • Adding admission hook operation "DELETE" and "CONNECT" to allowed list. by @Dmitrykob in #527

Other Changes

  • improve(docs): using multiple jqFilter's by @a0s in #524

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

16 Jul 17:10
be2a535
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

Full Changelog: v1.3.0...v1.3.1