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 84
84
- 5601:5601
85
85
options : --health-cmd="curl http://localhost:5601/api/status" --health-interval=10s --health-timeout=5s --health-retries=10
86
86
fleet :
87
- image : docker. elastic.co/beats /elastic-agent:${{ matrix.version }}
87
+ image : elastic/elastic-agent:${{ matrix.version }}
88
88
env :
89
89
SERVER_NAME : fleet
90
90
FLEET_ENROLL : " 1"
@@ -126,7 +126,7 @@ jobs:
126
126
- ' 8.15.5'
127
127
- ' 8.16.2'
128
128
- ' 8.17.0'
129
- - ' 9.0.0-SNAPSHOT '
129
+ - ' 9.0.3 '
130
130
steps :
131
131
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
132
132
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
@@ -156,7 +156,7 @@ jobs:
156
156
157
157
- id : setup-fleet
158
158
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 '
160
160
run : |-
161
161
make setup-kibana-fleet
162
162
env :
Original file line number Diff line number Diff line change 1
1
## [ Unreleased]
2
2
3
+ ## [ 0.11.17] - 2025-07-21
4
+
3
5
- Add ` elasticstack_apm_agent_configuration ` resource ([ #1196 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/1196 ) )
4
6
- Add support for ` timeslice_metric_indicator ` in ` elasticstack_kibana_slo ` ([ #1195 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/1195 ) )
5
7
- Add ` elasticstack_elasticsearch_ingest_processor_reroute ` data source ([ #678 ] ( https://github.com/elastic/terraform-provider-elasticstack/issues/678 ) )
434
436
- Initial set of docs
435
437
- CI integration
436
438
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
439
442
[0.11.15]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.14...v0.11.15
440
443
[0.11.14]: https://github.com/elastic/terraform-provider-elasticstack/compare/v0.11.13...v0.11.14
441
444
[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 1
1
.DEFAULT_GOAL = help
2
2
SHELL := /bin/bash
3
3
4
- VERSION ?= 0.11.16
4
+ VERSION ?= 0.11.17
5
5
6
6
NAME = elasticstack
7
7
BINARY = terraform-provider-${NAME}
@@ -15,7 +15,7 @@ SWAGGER_VERSION ?= 8.7
15
15
16
16
GOVERSION ?= $(shell grep -e '^go' go.mod | cut -f 2 -d ' ')
17
17
18
- STACK_VERSION ?= 9.0.0-SNAPSHOT
18
+ STACK_VERSION ?= 9.0.3
19
19
20
20
ELASTICSEARCH_NAME ?= terraform-elasticstack-es
21
21
ELASTICSEARCH_ENDPOINTS ?= http://$(ELASTICSEARCH_NAME ) :9200
@@ -192,7 +192,7 @@ docker-fleet: docker-network docker-elasticsearch docker-kibana setup-kibana-fle
192
192
-e KIBANA_FLEET_PASSWORD=$(ELASTICSEARCH_PASSWORD) \
193
193
--name $(FLEET_NAME) \
194
194
--network $(ELASTICSEARCH_NETWORK) \
195
- docker. elastic.co/beats /elastic-agent:$(STACK_VERSION)
195
+ elastic/elastic-agent:$(STACK_VERSION)
196
196
197
197
198
198
.PHONY : docker-network
You can’t perform that action at this time.
0 commit comments