Releases: alexandrevilain/temporal-operator
Releases · alexandrevilain/temporal-operator
helm-chart-0.1.0
The Temporal Kubernetes operator helm chart
v0.16.1
What's Changed
🐛 Bug fixes
- fix(config): only set frontend HTTP port if not nil by @alexandrevilain in #561
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
✨ Features
- Support temporal 1.22.x by @yujunz in #504
- feat(config): add support for authorization config by @alexandrevilain in #548
🌱 Improvement
- chore(e2e): use gha cache and free some disk space by @alexandrevilain in #527
- Pass GOPROXY from host to docker build by @yujunz in #523
- Add service labels / annotations overrides for UI by @MichaelCombs28 in #537
🐛 Bug fixes
- Fix persistence scripts that are missing shutdown by @MichaelCombs28 in #526
- fix(SecretCopier): update secret when orginal secret is updated by @alexandrevilain in #540
- Fix Prometheus scraping port by @guiguan in #545
- fix(admintools): add mtls environment variables for temporal cli >= 0.9.0 by @alexandrevilain in #547
- fix(): making datacenter property optional for cassandra, temporary fix for #553 by @debuggerpk in #554
🔨 Dependencies
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #495
- chore(deps): bump go.temporal.io/sdk from 1.23.1 to 1.25.1 by @dependabot in #528
- chore(deps): bump github.com/onsi/gomega from 1.27.10 to 1.28.0 by @dependabot in #529
- chore(deps): bump github.com/google/uuid from 1.3.0 to 1.4.0 by @dependabot in #543
- chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #542
- chore(deps): bump google.golang.org/grpc from 1.52.3 to 1.56.3 in /examples/worker-process/helloworld by @dependabot in #541
- chore(deps): bump github.com/go-logr/logr from 1.2.4 to 1.3.0 by @dependabot in #544
New Contributors
- @MichaelCombs28 made their first contribution in #526
- @guiguan made their first contribution in #545
- @debuggerpk made their first contribution in #554
Full Changelog: v0.15.4...v0.16.0
v0.15.4
What's Changed
🌱 Improvement
- chore(lint): enable more linters by @alexandrevilain in #492
- chore(test): improve pkg/status coverage by @alexandrevilain in #493
- chore(tooling): Add script to publish release to OperatorHub by @alexandrevilain in #490
- feat(mtls): add support for certificate renewBefore field by @alexandrevilain in #503
🐛 Bug fixes
- chore(deps): bump controller-tools to v0.2.2 to fix discovery caching issue by @alexandrevilain in #491
- fix(persistence): remove omitempty on datastore skipCreate to prevent useless mutatingwebook patches by @alexandrevilain in #514
📖 Documentation
🔨 Dependencies
- chore(deps): bump docker/build-push-action from 4 to 5 by @dependabot in #508
- chore(deps): bump docker/metadata-action from 4 to 5 by @dependabot in #506
- chore(deps): bump docker/login-action from 2 to 3 by @dependabot in #507
Full Changelog: v0.15.3...v0.15.4
v0.15.3
What's Changed
🐛 Bug fixes
- fix(persistence): reduce persistence job name length by @alexandrevilain in #488
Full Changelog: v0.15.2...v0.15.3
v0.15.2
What's Changed
🌱 Improvement
- Support namespace update by @yujunz in #467
- Set resources for jobs and s3ForcePathStyle for archiver by @Demch1k in #476
- feat: add spec.log to configure cluster's logging by @alexandrevilain in #483
🐛 Bug fixes
- fix(persistence): fix secondary visibility store status reporting by @alexandrevilain in #480
- fix(TemporalNamespace): enqueue namespace reconcile when referenced TemporalCluster is updated by @alexandrevilain in #481
- fix(persistence): support SQL plugin upgrade by @alexandrevilain in #482
New Contributors
Full Changelog: v0.15.1...v0.15.2
v0.15.1
What's Changed
🌱 Improvement
- chore(e2e): enable namespace deletion test by @alexandrevilain in #464
🐛 Bug fixes
- Export
TEMPORAL_ADDRESS
in admintools fortemporal
CLI by @yujunz in #459 - Tolerate namespace not found error when deleting by @yujunz in #463
- fix(elasticsearch): make update-advanced-visibility-schema job detect v4 and v5 schema version by @alexandrevilain in #465
- fix(reconcile): compute config hash to reload services when config is updated by @alexandrevilain in #453
📖 Documentation
Full Changelog: v0.15.0...v0.15.1
v0.15.0
What's Changed
✨ Features
- Add support for archival by @alexandrevilain in #425
🌱 Improvement
- feat: publish arm64 docker images by @alexandrevilain in #447
🐛 Bug fixes
- fix webhook regression: ensure numHistoryShards is immutable by @alexandrevilain in #446
📖 Documentation
- Update admin-tools.md by @yujunz in #432
- docs: update example by @DodgeCamaro in #445
🔨 Dependencies
- Bump github.com/onsi/gomega from 1.27.8 to 1.27.10 by @dependabot in #431
- Bump go.temporal.io/server from 1.21.2 to 1.21.3 by @dependabot in #433
- Bump github.com/cert-manager/cert-manager from 1.12.2 to 1.12.3 by @dependabot in #435
- Bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.66.0 to 0.67.0 by @dependabot in #438
- Bump go.temporal.io/server from 1.21.3 to 1.21.4 by @dependabot in #441
Full Changelog: v0.14.0...v0.15.0
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