⚠️ Breaking change: TemporalWorkerProcess API is no longer available in operator's CRDs.
⚠️ Breaking change: For mTLS using cert-manager only. Frontend certificate DNS subject alternative name is now set to the frontend's service FQDN: $clusterName.$namespace.svc.cluster.local
. Previous value was frontend.$clusterName.$namespace.svc.cluster.local
which was wrong. As it may break something on your side, consider setting the old value in spec.mTLS.frontend.extraDnsNames
.
What's Changed
✨ Features
- Support temporal v1.23.x by @alexandrevilain in #664
- feat(workerprocess): remove TemporalWorkerProcess API by @alexandrevilain in #718
🌱 Improvement
- feat: add missing Metrics.ClientConfig to configmap by @ed-marks in #645
- feat(webhook): bump default server and ui versions to latests (1.23.0 and 2.25.0) by @alexandrevilain in #667
- test: fix e2e test kind setup by @jashandeep-sohi in #676
🐛 Bug fixes
- fix: TemporalNamespace resource deletion by @jashandeep-sohi in #666
- fix(persistence): duplicated volume mount path for key file by @alexandrevilain in #668
- fix(frontend): expose http port on frontend service by @alexandrevilain in #711
- fix(mtls): dns name should contains service fqdn + add ability to add extra dns dns by @alexandrevilain in #715
📖 Documentation
- docs: update datadog example by @dmytro-orlenko in #642
- fix(example): remove disableInitialHostLookup config key in cassandra example by @alexandrevilain in #674
🔨 Dependencies
- chore(deps): bump k8s.io/client-go from 0.29.1 to 0.29.2 by @dependabot in #637
- chore(deps): bump github.com/gosimple/slug from 1.13.1 to 1.14.0 by @dependabot in #643
- chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #648
- chore(deps): bump azure/setup-helm from 3 to 4 by @dependabot in #646
- chore(deps): bump go.temporal.io/server from 1.22.5 to 1.22.6 by @dependabot in #647
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 by @dependabot in #649
- chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #652
- chore(deps): bump k8s.io/api from 0.29.2 to 0.29.3 by @dependabot in #657
- chore(deps): bump k8s.io/client-go from 0.29.2 to 0.29.3 by @dependabot in #656
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.1 by @dependabot in #663
- chore(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in #660
- chore(deps): bump k8s.io/apiextensions-apiserver from 0.28.4 to 0.29.3 by @dependabot in #672
- chore(deps): bump istio.io/api from 1.20.2 to 1.21.0 by @dependabot in #673
- chore(deps): bump istio.io/client-go from 1.20.2 to 1.21.0 by @dependabot in #670
- chore(deps): bump github.com/cert-manager/cert-manager from 1.12.3 to 1.14.4 by @dependabot in #669
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.16.3 to 0.17.2 by @alexandrevilain in #680
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.71.2 to 0.73.0 by @dependabot in #679
- chore(deps): bump go.temporal.io/api from 1.29.2 to 1.30.1 by @dependabot in #678
- chore(deps): bump go.temporal.io/api from 1.30.1 to 1.31.0 by @dependabot in #682
- chore(deps): bump istio.io/client-go from 1.21.0 to 1.21.1 by @dependabot in #684
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.73.0 to 0.73.1 by @dependabot in #689
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.17.3 by @dependabot in #685
- chore(deps): bump istio.io/api from 1.21.0 to 1.21.1 by @dependabot in #683
- chore(deps): bump go.temporal.io/sdk from 1.26.0 to 1.26.1 by @dependabot in #687
- chore(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.0 by @dependabot in #702
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.73.1 to 0.73.2 by @dependabot in #706
- chore(deps): bump istio.io/api from 1.21.1 to 1.21.2 by @dependabot in #710
- chore(deps): bump golangci/golangci-lint-action from 4 to 5 by @dependabot in #714
New Contributors
- @dmytro-orlenko made their first contribution in #642
- @jashandeep-sohi made their first contribution in #666
Full Changelog: v0.17.0...v0.18.0