Releases: alexandrevilain/temporal-operator
Releases · alexandrevilain/temporal-operator
v0.14.0
What's Changed
✨ Features
- Add support for temporal v1.21.x and support for Advanced visibility on SQL DBs by @alexandrevilain in #421
🌱 Improvement
- Add option to skip create database or keyspace by @yujunz in #416
- Add ability to add extra labels on ServiceMonitors by @alexandrevilain in #426
🐛 Bug fixes
- Increase default resources limits & requests for controller by @DodgeCamaro in #420
- fix: support database users with dashes by @alexandrevilain in #424
📖 Documentation
🔨 Dependencies
- Bump go.temporal.io/server from 1.21.0 to 1.21.1 by @dependabot in #408
- Bump go.temporal.io/server from 1.21.1 to 1.21.2 by @dependabot in #415
- Bump go.temporal.io/sdk from 1.21.2 to 1.23.1 by @dependabot in #388
- Bump helm/kind-action from 1.7.0 to 1.8.0 by @dependabot in #410
- Bump istio.io/client-go from 1.18.0 to 1.18.1 by @dependabot in #414
- Bump github.com/cert-manager/cert-manager from 1.11.0 to 1.12.2 by @dependabot in #405
New Contributors
Full Changelog: v0.13.3...v0.14.0
v0.13.3
What's Changed
🐛 Bug fixes
- fix: wait for TemporalCluster ready for reconciliation using cluster reference by @alexandrevilain in #411
📖 Documentation
- Add example for temporal-ui by @DodgeCamaro in #401
- Update local development docs by @DodgeCamaro in #407
🔨 Dependencies
- Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by @dependabot in #400
- Bump go.temporal.io/server from 1.20.3 to 1.21.0 by @dependabot in #399
Full Changelog: v0.13.2...v0.13.3
v0.13.2
What's Changed
🌱 Improvements
- Add support for Elasticsearch v8 (with e2e tests) by @alexandrevilain in #393
- Add support for resources, replicas and overrides for services, ui and adminstools deployments by @alexandrevilain in #396
🐛 Bug fixes
- Update SetupAdvancedVisibility for use custom index_patterns {{.Indic… by @DodgeCamaro in #383
🔨 Dependencies
- Bump istio.io/client-go from 1.17.1 to 1.18.0 by @dependabot in #379
- Bump github.com/onsi/gomega from 1.27.7 to 1.27.8 by @dependabot in #378
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #380
- Bump go.temporal.io/server from 1.20.2 to 1.20.3 by @dependabot in #382
- Bump github.com/alexandrevilain/controller-tools from 0.0.1 to 0.0.2 by @dependabot in #377
- Bump github.com/gocql/gocql from 1.4.0 to 1.5.2 by @dependabot in #384
- Bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1 by @dependabot in #381
- Bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.11.0 by @dependabot in #387
- Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.65.2 to 0.66.0 by @dependabot in #389
- Bump kubernetes dependencies to v0.27.3 by @alexandrevilain in #397
Full Changelog: v0.13.1...v0.13.2
v0.13.1
What's Changed
✨ Features
- Add support for Kubernetes 1.27 by @alexandrevilain in #375
🐛 Bug fixes
- change hardcode index name for using from env vars {{ .Indices.Visibility }} by @DodgeCamaro in #371
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
✨ Features
- Use a more generic resource sync algorithm, supporting resources pruning by @alexandrevilain in #335
🌱 Improvement
- Export cluster logs at e2e tests end by @alexandrevilain in #308
- Use local example-worker-process in e2e by @alexandrevilain in #328
- migrate to controller-tools lib by @alexandrevilain in #344
- chore(dependabot): make alexandrevilain default reviewer by @alexandrevilain in #352
- Rework release process by @alexandrevilain in #369
🐛 Bug fixes
- chore(e2e): disable namespace deletion e2e it make tests fail on github actions by @alexandrevilain in #341
- fix(persistence): add support for ES schema v4 by @alexandrevilain in #360
📖 Documentation
- Fix Elasticsearch example manifests by @DodgeCamaro in #359
- Add examples at overrides.md, customize resources and add variables from secretRef by @DodgeCamaro in #361
- add ui docs by @DodgeCamaro in #363
- add example how config admintools by @DodgeCamaro in #365
🔨 Dependencies
- Bump github.com/onsi/gomega from 1.27.2 to 1.27.6 by @dependabot in #332
- Bump temporal dependencies for server 1.20.1 by @alexandrevilain in #334
- Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.63.0 to 0.64.0 by @dependabot in #333
- Bump github.com/prometheus-operator/prometheus-operator from 0.63.0 to 0.64.1 by @dependabot in #340
- Bump github.com/gocql/gocql from 1.3.1 to 1.4.0 by @dependabot in #342
- Bump sigs.k8s.io/e2e-framework from 0.1.1-0.20230407222314-8faafbcac0fa to 0.2.0 by @dependabot in #339
- Bump go.temporal.io/server from 1.20.1 to 1.20.2 by @dependabot in #347
- Bump helm/kind-action from 1.5.0 to 1.6.0 by @dependabot in #353
- Bump helm/kind-action from 1.6.0 to 1.7.0 by @dependabot in #354
- chore(actions): upgrade kind, go and k8s versions for e2e by @alexandrevilain in #362
New Contributors
- @DodgeCamaro made their first contribution in #359
Full Changelog: v0.12.2...v0.13.0