Skip to content

v0.18.0

Compare
Choose a tag to compare
@alexandrevilain alexandrevilain released this 30 Apr 10:45
· 54 commits to main since this release
d3b5732

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