Releases: alexandrevilain/temporal-operator
Releases · alexandrevilain/temporal-operator
helm-chart-0.2.0
The Temporal Kubernetes operator helm chart
v0.16.2
What's Changed
✨ Features
- feat(config): add support for Metrics PerUnitHistogramBoundaries config by @Aoao54 in #566
- Add helm chart by @ganievs in #437
🌱 Improvement
- feat(helm): add release action by @alexandrevilain in #592
- ci(codeql): remove CodeQL autobuild and add go modules cache in most of the steps by @alexandrevilain in #597
🐛 Bug fixes
📖 Documentation
- Add v0.16.x to compatibility matrix by @yujunz in #586
- Add ui docs description by @Aoao54 in #585
- Update README.md with new documentation site by @alexandrevilain in #590
- Remove docs publishing using github actions by @alexandrevilain in #591
🔨 Dependencies
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #570
- chore(deps): bump actions/setup-python from 4 to 5 by @dependabot in #569
- chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #573
- chore(deps): bump go.temporal.io/sdk from 1.23.1 to 1.25.1 by @dependabot in #550
- Bump/k8s dependencies 0.29.0 by @alexandrevilain in #576
- chore(deps): bump istio.io/api from 0.0.0-20230713061407-06047cce866f to 1.20.1 by @dependabot in #572
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.2 by @dependabot in #581
- chore(deps): bump github.com/onsi/gomega from 1.29.0 to 1.30.0 by @dependabot in #579
- Bump e2e framework to v0.3.0 by @alexandrevilain in #582
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in #584
- chore(deps): bump github.com/go-logr/logr from 1.3.0 to 1.4.1 by @dependabot in #588
- chore(deps): bump github.com/gocql/gocql from 1.5.2 to 1.6.0 by @dependabot in #587
- chore(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 by @dependabot in #589
- chore(deps): bump istio.io/client-go from 1.18.1 to 1.20.1 by @dependabot in #594
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #595
New Contributors
Full Changelog: v0.16.1...v0.16.2
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_ADDRESSin admintools fortemporalCLI 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