Skip to content

Releases: flant/shell-operator

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

v1.3.0

12 Jul 15:01
337f676
Compare
Choose a tag to compare

What's Changed

Enhancements 🚀

Bug Fixes 🐛

Dependency Updates ⬆️

  • chore(deps): bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1 by @dependabot in #485
  • chore(deps): bump github.com/flant/kube-client from 0.25.0 to 0.26.1 by @dependabot in #486
  • chore(deps): bump alpine from 3.17 to 3.18 by @dependabot in #488
  • chore(deps): bump github.com/onsi/gomega from 1.27.6 to 1.27.7 by @dependabot in #493
  • chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #492
  • Fix GitHub Actions warnings by @artbin in #496
  • chore(deps): bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2 by @dependabot in #498
  • chore(deps): bump github.com/sirupsen/logrus from 1.9.2 to 1.9.3 by @dependabot in #499
  • chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #500
  • chore(deps): bump github.com/onsi/gomega from 1.27.7 to 1.27.8 by @dependabot in #506
  • chore(deps): bump docker/setup-qemu-action from 2.1.0 to 2.2.0 by @dependabot in #502
  • chore(deps): bump mheap/github-action-required-labels from 4 to 5 by @dependabot in #504
  • chore(deps): bump docker/login-action from 2.1.0 to 2.2.0 by @dependabot in #503
  • chore(deps): bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 by @dependabot in #507

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

05 May 10:39
fdb3294
Compare
Choose a tag to compare

What's Changed

Dependency Updates ⬆️

  • chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.2 by @dependabot in #476
  • chore(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #464
  • chore(deps): bump golang.org/x/time from 0.0.0-20220210224613-90d013bbcef8 to 0.3.0 by @dependabot in #478
  • chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in #469
  • chore(deps): bump alpine from 3.16 to 3.17 by @dependabot in #450
  • chore(deps): bump actions/cache from 3.2.4 to 3.3.1 by @dependabot in #466
  • chore(deps): bump golang from 1.19-alpine3.16 to 1.20-alpine3.16 by @dependabot in #475
  • chore(deps): bump github.com/onsi/gomega from 1.20.1 to 1.27.6 by @dependabot in #479
  • chore(deps): bump github.com/prometheus/client_golang from 1.12.1 to 1.15.0 by @dependabot in #481

Other Changes

  • feat(ci): store images in ghcr.io/flant/shell-operator by @diafour in #467
  • fix(ci): ignore unknown platform in inspect, push dev image to ghcr only by @diafour in #468
  • Docs book by @nabokihms in #474
  • Add linter rules and release settings by @nabokihms in #473
  • feat(admision) Add healthz handler and route (/healthz) for admission webhooks by @yalosev in #483
  • chore(ci): Update golang version by @yalosev in #484

Full Changelog: v1.2.0...v1.2.1

1.2.0 (2023-02-09)

09 Feb 15:15
b618a48
Compare
Choose a tag to compare

What's Changed

New feature: mutating webhooks. See example 206-mutating-webhook.

New Contributors

Full Changelog: v1.1.3...v1.2.0
Milestone: 1.2.0

Check README for more information and /examples for the inspiration.

1.1.3 (2022-12-16)

16 Dec 17:43
b2323c5
Compare
Choose a tag to compare

What's Changed

  • deps: Bump alpine to 3.16 in builder and final image and multiple golang dependencies due to found CVEs by @gmaiorov in #448
  • testing: fix ginkgo installation by @diafour in #449

New Contributors

Full Changelog: v1.1.2...v1.1.3

1.1.2 (2022-12-13)

13 Dec 17:24
35d6404
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5 by @dependabot in #445
  • feat: add watch error handler for Kubernetes client by @diafour in #447

Full Changelog: v1.1.1...v1.1.2

1.1.1 (2022-12-12)

12 Dec 09:28
f9f8333
Compare
Choose a tag to compare

What's Changed

  • chore: replace deprecated ioutil methods by @diafour in #444

Full Changelog: v1.1.0...v1.1.1

1.1.0 (2022-12-09)

09 Dec 16:17
2c84c7a
Compare
Choose a tag to compare

What's Changed

  • Use kube-client 1.25 and Go 1.19:

  • feat: remove kube_snapshot_bytes metric and size calculations by @diafour in #430

  • feat: add build tag to enable libjq-go explicitly by @diafour in #440

  • fix: initialize informers factory at generator start by @diafour in #431

  • fix: run metrics storage after bootstraping queues by @diafour in #442

  • chore(deps): bump actions/cache from 3.0.8 to 3.0.10 by @dependabot in #428

  • chore(deps): bump docker/login-action from 2.0.0 to 2.1.0 by @dependabot in #433

  • chore(deps): bump actions/cache from 3.0.10 to 3.0.11 by @dependabot in #434

  • chore(deps): bump docker/setup-qemu-action from 2.0.0 to 2.1.0 by @dependabot in #435

Full Changelog: v1.0.12...v1.1.0
Milestone: 1.1.0

Check README for more information and /examples for the inspiration.

1.0.12 (2022-09-20)

20 Sep 09:37
8302e88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.11...v1.0.12
Milestone: 1.0.12

Check README for more information and /examples for the inspiration.

1.0.11 (2022-08-23)

23 Aug 11:35
c7ed11b
Compare
Choose a tag to compare

What's Changed

  • feat: 'keep' status for tasks, summary in queue dump by @diafour in #388
  • fix: restore separate metric storage after #388 by @diafour in #402
  • fix: restore exponential backoff after #388 by @diafour in #407
  • fix: prevent map write race for cached snapshot update by @diafour in #408
  • fix: enable kube events for hooks with namespace.labelSelector bindings by @diafour in #411, @and-1 in #399
  • chore(deps): bump actions/cache from 3.0.2 to 3.0.4 by @dependabot in #406
  • chore(deps): bump actions/setup-python from 3 to 4 by @dependabot in #405
  • chore(deps): bump actions/cache from 3.0.4 to 3.0.5 by @dependabot in #413
  • chore(deps): bump actions/cache from 3.0.5 to 3.0.8 by @dependabot in #421
  • fix(deps): bump github.com/go-chi/chi from 4.0.3+incompatible to 5.0.7 by @diafour in #422

New Contributors

Full Changelog: v1.0.10...v1.0.11
Milestone: 1.0.11

Check README for more information and /examples for the inspiration.