We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd806c commit 462185dCopy full SHA for 462185d
CHANGELOG.md
@@ -1,6 +1,6 @@
1
## [Unreleased]
2
3
-### Changes
+## [0.13.1] - 2025-12-12
4
5
- Fix handling empty types in `elasticstack_elasticsearch_ml_anomaly_detection_job` ([#1544](https://github.com/elastic/terraform-provider-elasticstack/pull/1544))
6
- Fix handling empty `clusters` and `run_as` attributes in `elasticstack_elasticsearch_security_role` resource ([#1542](https://github.com/elastic/terraform-provider-elasticstack/pull/1542))
Makefile
@@ -1,7 +1,7 @@
.DEFAULT_GOAL = help
SHELL := /bin/bash
-VERSION ?= 0.13.0
+VERSION ?= 0.13.1
NAME = elasticstack
7
BINARY = terraform-provider-${NAME}
0 commit comments