Releases: flant/shell-operator
v1.3.1
v1.3.0
What's Changed
Enhancements 🚀
- Add example with python client library by @Beastlex in #501
- Add format for
queue list
command by @yalosev in #509 - Fix links in docs by @nabokihms in #510
- Add verbosity if FilterFunction contains an error by @yalosev in #511
Bug Fixes 🐛
- links to HOOKS.md after move in e5da08d by @arve0 in #489
- Adding single line output for base64 by @Gutek in #491
- chore(go): Fix race conditions by @yalosev in #497
- Change hook logger to overcome the 64k scanner limit by @yalosev in #513
- fix: MutatingWebhook - Snapshots not being added by @abalaven in #471
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
- @Gutek made their first contribution in #491
- @artbin made their first contribution in #496
- @Beastlex made their first contribution in #501
- @abalaven made their first contribution in #471
Full Changelog: v1.2.1...v1.3.0
v1.2.1
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)
What's Changed
New feature: mutating webhooks. See example 206-mutating-webhook.
- feat: Implement Mutating Webhooks by @chzar in #439
- docs: example for mutating webhook by @diafour in #443
- fix: execute jq binary without absolute path by @diafour in #456
- chore(deps): bump github.com/go-chi/chi/v5 from 5.0.7 to 5.0.8 by @dependabot in #451
- chore(deps): bump actions/cache from 3.0.11 to 3.2.1 by @dependabot in #452
- chore: some cleanups by @diafour in #458
- chore: gofumpt for all Go files by @diafour in #459
- chore: bump libjq by @diafour in #460
- chore(deps): bump actions/cache from 3.2.1 to 3.2.4 by @dependabot in #457
- chore: bump version strings to 1.2.0 by @diafour in #461
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)
1.1.2 (2022-12-13)
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)
What's Changed
Full Changelog: v1.1.0...v1.1.1
1.1.0 (2022-12-09)
What's Changed
-
Use kube-client 1.25 and Go 1.19:
- upgrade k8s lib by @yalosev in #441
- chore(deps): bump golang from 1.16-alpine3.15 to 1.19.3-alpine3.15 by @dependabot in #438
-
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)
What's Changed
- Use Factory for informers by @nabokihms in #412
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)
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.