Skip to content

Releases: alexandrevilain/temporal-operator

helm-chart-0.5.0

19 Jun 19:27
8809cbd
Compare
Choose a tag to compare

The Temporal Kubernetes operator helm chart

v0.19.0

13 Jun 14:57
74d43b6
Compare
Choose a tag to compare

What's Changed

✨ Features

🌱 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

🔨 Dependencies

New Contributors

Full Changelog: v0.18.0...v0.19.0

helm-chart-0.4.0

13 Jun 14:57
74d43b6
Compare
Choose a tag to compare

The Temporal Kubernetes operator helm chart

v0.18.0

30 Apr 10:45
d3b5732
Compare
Choose a tag to compare

⚠️ 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

🌱 Improvement

🐛 Bug fixes

📖 Documentation

🔨 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

Full Changelog: v0.17.0...v0.18.0

helm-chart-0.3.0

30 Apr 10:44
d3b5732
Compare
Choose a tag to compare

The Temporal Kubernetes operator helm chart

v0.17.0

24 Feb 18:21
3657424
Compare
Choose a tag to compare

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

🐛 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

🔨 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

Full Changelog: v0.16.2...v0.17.0

helm-chart-0.2.0

28 Jan 10:58
1b5d2bf
Compare
Choose a tag to compare

The Temporal Kubernetes operator helm chart

v0.16.2

03 Jan 12:22
d05c567
Compare
Choose a tag to compare

What's Changed

✨ Features

  • feat(config): add support for Metrics PerUnitHistogramBoundaries config by @Aoao54 in #566
  • Add helm chart by @ganievs in #437

🌱 Improvement

🐛 Bug fixes

📖 Documentation

🔨 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

29 Dec 13:25
Compare
Choose a tag to compare

The Temporal Kubernetes operator helm chart

v0.16.1

28 Nov 19:55
e6b742a
Compare
Choose a tag to compare

What's Changed

🐛 Bug fixes

Full Changelog: v0.16.0...v0.16.1