Skip to content

Releases: kyma-project/eventing-manager

1.2.2

10 Oct 11:36
Compare
Choose a tag to compare

What has changed

New contributors

Full changelog: 1.2.1...1.2.2

1.2.1

05 Sep 09:37
a84093d
Compare
Choose a tag to compare

Release Notes

  • Deprecate the command kyma provision gardener (#572)
  • Some minor fixes

New contributors

Full changelog: 1.2.0...1.2.1

1.2.0

23 Apr 13:47
30bd5b1
Compare
Choose a tag to compare

Release Notes

  • Remove Subscription v1alpha1 version (#442)
  • Replace defaulting/validation webhooks of v1alpha2 Subscription API with CEL (#443)

Migration guide

The Kubernetes resources for the mutating and validating webhooks are no longer needed.
To delete them, connect to your Kyma cluster and run the following commands:

kubectl delete service -n kyma-system eventing-manager-webhook-service --ignore-not-found
kubectl delete job.batch -n kyma-system eventing-manager-cert-handler --ignore-not-found
kubectl delete cronjob.batch -n kyma-system eventing-manager-cert-handler --ignore-not-found
kubectl delete mutatingwebhookconfigurations.admissionregistration.k8s.io subscription-mutating-webhook-configuration --ignore-not-found
kubectl delete validatingwebhookconfigurations.admissionregistration.k8s.io subscription-validating-webhook-configuration --ignore-not-found

What's Changed

Read more

1.1.0

18 Jan 15:30
b33cbaf
Compare
Choose a tag to compare

Release Notes

  • Eventing Manager has an empty backend configuration by default (#266)
  • Clean up all the resources when switching to EventMesh backend (#345)
  • Update the Eventing Publisher Proxy image (#406)

What has changed

New contributors

Full changelog: 1.0.1...1.1.0

1.0.2

15 Dec 15:36
b784090
Compare
Choose a tag to compare

What has changed

New contributors

Full changelog: 1.0.1...1.0.2

1.0.1

14 Nov 15:45
49b1192
Compare
Choose a tag to compare

What has changed

New contributors

Full changelog: 1.0.0...1.0.1

1.0.0

03 Nov 09:51
1583519
Compare
Choose a tag to compare

What has changed

New contributors

Full changelog: 0.1.1...1.0.0

0.1.1

25 Oct 10:40
117566d
Compare
Choose a tag to compare

What has changed

Full changelog: 0.1.0...0.1.1

0.1.0

25 Oct 08:39
01751ad
Compare
Choose a tag to compare

What has changed

Full changelog: 0.0.3...0.1.0

0.0.3

20 Oct 09:09
7142bc1
Compare
Choose a tag to compare

What has changed

  • Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 (#170) by @dependabot[bot]
  • Bump k8s.io/apiextensions-apiserver from 0.28.0 to 0.28.3 (#171) by @dependabot[bot]
  • Test release manifest creation (#172) by @muralov

Full changelog: 0.0.2...0.0.3