Releases: alexandrevilain/temporal-operator
helm-chart-0.6.0
The Temporal Kubernetes operator helm chart
v0.20.0
What's Changed
✨ Features
- Add support for temporal v1.24.x by @alexandrevilain in #760
🐛 Bug fixes
- fix(rbac): add missing permissions to helm clusterrole by @nerdingassendible in #757
- fix(controller): Fixed TemporalSchedule namespace watcher by @AdamSendible in #765
📖 Documentation
- docs: enhance details & directions by @TheHiddenLayer in #779
🔨 Dependencies
- chore(deps): bump github.com/cert-manager/cert-manager from 1.14.4 to 1.15.0 by @dependabot in #748
- chore(deps): bump istio.io/api from 1.22.1-0.20240524024004-b6815be0740d to 1.22.1 by @dependabot in #755
- chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot in #773
- chore(deps): bump go.temporal.io/sdk from 1.26.1 to 1.28.1 by @dependabot in #777
- chore(deps): bump k8s.io/apimachinery from 0.30.2 to 0.30.3 by @dependabot in #780
- chore(deps): bump k8s.io/api from 0.30.2 to 0.30.3 by @dependabot in #782
- chore(deps): bump istio.io/client-go from 1.22.1 to 1.22.3 by @dependabot in #783
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.20.0 by @dependabot in #781
- chore(deps): bump sigs.k8s.io/e2e-framework from 0.3.0 to 0.4.0 by @alexandrevilain in #809
- chore(deps): bump golang to v1.23.1 and dependencies (k8s v1.31.x and temporal v1.24.x) by @alexandrevilain in #810
New Contributors
- @nerdingassendible made their first contribution in #757
- @TheHiddenLayer made their first contribution in #779
Full Changelog: v0.19.0...v0.20.0
helm-chart-0.5.0
The Temporal Kubernetes operator helm chart
v0.19.0
What's Changed
✨ Features
- feat: support strategic merge patch in overrides by @yujunz in #720
- feat: Add TemporalSchedule API by @AdamSendible in #736
🌱 Improvement
- feat(config): change in image pull policy to pull if not present by @arunsworld in #734
- feat(config): run temporal ui as non-root temporal user by @arunsworld in #733
🐛 Bug fixes
- fix(persistence): volume names should be RFC 1123 complient by @alexandrevilain in #732
- fix(rbac): allow controller to delete dynamic config configmap by @alexandrevilain in #739
🔨 Dependencies
- chore(deps): bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #721
- bump k8s dependencies to 0.30.2 by @alexandrevilain in #744
- chore(deps): bump istio.io/client-go from 1.21.1 to 1.22.1 by @dependabot in #735
New Contributors
- @arunsworld made their first contribution in #734
- @AdamSendible made their first contribution in #736
Full Changelog: v0.18.0...v0.19.0
helm-chart-0.4.0
The Temporal Kubernetes operator helm chart
v0.18.0
$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
helm-chart-0.3.0
The Temporal Kubernetes operator helm chart
v0.17.0
What's Changed
✨ Features
- feat(webhook): Only allow Elasticsearch datastore type for advancedVisibility on clusters => 1.21 by @alexandrevilain in #620
- feat(api): Deprecate TemporalWorkerProcess API by @alexandrevilain in #622
- feat: support generic sidecars and passwordless DB access by @ed-marks in #629
🌱 Improvement
- Support for tolerations and nodeSelector in Helm Chart by @brianirish in #628
- ci(setup-go): Pull version from go.mod file by @alexandrevilain in #610
🐛 Bug fixes
- fix(TemporalClusterClient): requeue reconcile when certificate is updated by @alexandrevilain in #601
- fix(persistence): ensure unique mount paths for datastore tls ca, cert, and key by @alexandrevilain in #638
📖 Documentation
- docs(helm): add auto-generated values documentation by @alexandrevilain in #596
🔨 Dependencies
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.15.1 to 0.16.3 by @alexandrevilain in #609
- chore(deps): bump istio.io/client-go from 1.20.1 to 1.20.2 by @dependabot in #603
- chore(deps): bump k8s.io/klog/v2 from 2.110.1 to 2.120.0 by @dependabot in #605
- bump(worker-process): update all dependencies by @alexandrevilain in #606
- chore(deps): bump istio.io/api from 1.20.2-0.20231213020515-8655fab91d5d to 1.20.2 by @dependabot in #608
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.67.0 to 0.71.0 by @dependabot in #607
- chore(deps): bump go.temporal.io/server from 1.22.3 to 1.22.4 by @dependabot in #612
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 by @dependabot in #611
- chore(deps): bump go.temporal.io/api from 1.24.1-0.20231003165936-bb03061759c8 to 1.26.0 by @dependabot in #593
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.15.0 by @dependabot in #616
- chore(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.1 by @dependabot in #618
- chore(deps): bump k8s.io/api from 0.29.0 to 0.29.1 by @dependabot in #613
- chore(deps): bump k8s.io/klog/v2 from 2.120.0 to 2.120.1 by @dependabot in #619
- chore(deps): bump k8s.io/client-go from 0.29.0 to 0.29.1 by @dependabot in #615
- chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #624
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.71.0 to 0.71.1 by @dependabot in #623
- chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #625
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.71.1 to 0.71.2 by @dependabot in #627
- chore(deps): bump helm/kind-action from 1.8.0 to 1.9.0 by @dependabot in #633
- chore(deps): bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #632
- chore(deps): bump go.temporal.io/server from 1.22.4 to 1.22.5 by @dependabot in #640
New Contributors
- @brianirish made their first contribution in #628
- @ed-marks made their first contribution in #629
Full Changelog: v0.16.2...v0.17.0
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