File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 0.11.13] - 2025-01-09
4
+
3
5
- Support 8.15.5 in acc tests ([ #963 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/963 ) ).
4
6
- Support 8.16.2 in acc tests ([ #964 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/964 ) ).
7
+ - Support 8.17.0 in acc tests ([ #969 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/969 ) ).
5
8
- Support several ssl fields in ` elasticstack_kibana_synthetics_monitor ` ([ #967 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/967 ) )
6
9
7
10
## [ 0.11.12] - 2024-12-16
401
404
- Initial set of docs
402
405
- CI integration
403
406
404
- [Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.12...HEAD
407
+ [Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.13...HEAD
408
+ [0.11.13]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.12...v0.11.13
405
409
[0.11.12]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.11...v0.11.12
406
410
[0.11.11]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.10...v0.11.11
407
411
[0.11.10]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.9...v0.11.10
Original file line number Diff line number Diff line change 2
2
SHELL := /bin/bash
3
3
4
4
5
- VERSION ?= 0.11.12
5
+ VERSION ?= 0.11.13
6
6
7
7
NAME = elasticstack
8
8
BINARY = terraform-provider-${NAME}
You can’t perform that action at this time.
0 commit comments