File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 8484 - 5601:5601
8585 options : --health-cmd="curl http://localhost:5601/api/status" --health-interval=10s --health-timeout=5s --health-retries=10
8686 fleet :
87- image : docker. elastic.co/beats /elastic-agent:${{ matrix.version }}
87+ image : elastic/elastic-agent:${{ matrix.version }}
8888 env :
8989 SERVER_NAME : fleet
9090 FLEET_ENROLL : " 1"
@@ -126,7 +126,7 @@ jobs:
126126 - ' 8.15.5'
127127 - ' 8.16.2'
128128 - ' 8.17.0'
129- - ' 9.0.0-SNAPSHOT '
129+ - ' 9.0.3 '
130130 steps :
131131 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
132132 - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
@@ -156,7 +156,7 @@ jobs:
156156
157157 - id : setup-fleet
158158 name : Setup Fleet
159- if : matrix.version == '8.10.3' || matrix.version == '8.11.4' || matrix.version == '8.12.2' || matrix.version == '8.13.4' || matrix.version == '8.14.3' || matrix.version == '8.15.5' || matrix.version == '8.16.2' || matrix.version == '8.17.0' || matrix.version == '9.0.0-SNAPSHOT '
159+ if : matrix.version == '8.10.3' || matrix.version == '8.11.4' || matrix.version == '8.12.2' || matrix.version == '8.13.4' || matrix.version == '8.14.3' || matrix.version == '8.15.5' || matrix.version == '8.16.2' || matrix.version == '8.17.0' || matrix.version == '9.0.3 '
160160 run : |-
161161 make setup-kibana-fleet
162162 env :
Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ## [ 0.11.17] - 2025-07-21
4+
35- Add ` elasticstack_apm_agent_configuration ` resource ([ #1196 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/1196 ) )
46- Add support for ` timeslice_metric_indicator ` in ` elasticstack_kibana_slo ` ([ #1195 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/1195 ) )
57- Add ` elasticstack_elasticsearch_ingest_processor_reroute ` data source ([ #678 ] ( https://github.com/elastic/terraform-provider-elasticstack/issues/678 ) )
434436- Initial set of docs
435437- CI integration
436438
437- [Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.16...HEAD
438- [0.11.15]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.15...v0.11.16
439+ [Unreleased]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.17...HEAD
440+ [0.11.17]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.16...v0.11.17
441+ [0.11.16]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.15...v0.11.16
439442[0.11.15]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.14...v0.11.15
440443[0.11.14]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.13...v0.11.14
441444[0.11.13]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.12...v0.11.13
Original file line number Diff line number Diff line change 11.DEFAULT_GOAL = help
22SHELL := /bin/bash
33
4- VERSION ?= 0.11.16
4+ VERSION ?= 0.11.17
55
66NAME = elasticstack
77BINARY = terraform-provider-${NAME}
@@ -15,7 +15,7 @@ SWAGGER_VERSION ?= 8.7
1515
1616GOVERSION ?= $(shell grep -e '^go' go.mod | cut -f 2 -d ' ')
1717
18- STACK_VERSION ?= 9.0.0-SNAPSHOT
18+ STACK_VERSION ?= 9.0.3
1919
2020ELASTICSEARCH_NAME ?= terraform-elasticstack-es
2121ELASTICSEARCH_ENDPOINTS ?= http://$(ELASTICSEARCH_NAME ) :9200
@@ -192,7 +192,7 @@ docker-fleet: docker-network docker-elasticsearch docker-kibana setup-kibana-fle
192192 -e KIBANA_FLEET_PASSWORD=$(ELASTICSEARCH_PASSWORD) \
193193 --name $(FLEET_NAME) \
194194 --network $(ELASTICSEARCH_NETWORK) \
195- docker. elastic.co/beats /elastic-agent:$(STACK_VERSION)
195+ elastic/elastic-agent:$(STACK_VERSION)
196196
197197
198198.PHONY : docker-network
You can’t perform that action at this time.
0 commit comments