Skip to content

Releases: alexandrevilain/temporal-operator

helm-chart-0.2.0

28 Jan 10:58
1b5d2bf

Choose a tag to compare

The Temporal Kubernetes operator helm chart

v0.16.2

03 Jan 12:22
d05c567

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

Choose a tag to compare

The Temporal Kubernetes operator helm chart

v0.16.1

28 Nov 19:55
e6b742a

Choose a tag to compare

What's Changed

🐛 Bug fixes

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

v0.16.0

18 Nov 13:19
dd24f5e

Choose a tag to compare

⚠️ This release has an issue if upgrading from an older version, consider upgrading to v0.16.1.

What's Changed

✨ Features

🌱 Improvement

🐛 Bug fixes

🔨 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

Full Changelog: v0.15.4...v0.16.0

v0.15.4

07 Oct 16:06
52a5f6d

Choose a tag to compare

What's Changed

🌱 Improvement

🐛 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

  • Add docs about overriding UI deployment by @yujunz in #497

🔨 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

29 Aug 19:37
9a00278

Choose a tag to compare

What's Changed

🐛 Bug fixes

Full Changelog: v0.15.2...v0.15.3

v0.15.2

29 Aug 06:09
7370b81

Choose a tag to compare

What's Changed

🌱 Improvement

🐛 Bug fixes

New Contributors

Full Changelog: v0.15.1...v0.15.2

v0.15.1

18 Aug 10:15
c1b988c

Choose a tag to compare

What's Changed

🌱 Improvement

🐛 Bug fixes

  • Export TEMPORAL_ADDRESS in admintools for temporal 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

10 Aug 05:11
834a8e6

Choose a tag to compare

What's Changed

✨ Features

🌱 Improvement

🐛 Bug fixes

📖 Documentation

🔨 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