Skip to content

Commit 0be5bb9

Browse files
committed
Bump version for 0.11.5
1 parent 6c74e64 commit 0be5bb9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [0.11.5] - 2024-08-12
4+
35
- Fix setting `id` for Fleet outputs and servers ([#666](https://github.com/elastic/terraform-provider-elasticstack/pull/666))
46
- Fix `elasticstack_fleet_enrollment_tokens` returning empty tokens in some case ([#683](https://github.com/elastic/terraform-provider-elasticstack/pull/683))
57
- Add support for Kibana synthetics private locations ([#696](https://github.com/elastic/terraform-provider-elasticstack/pull/696))

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
.DEFAULT_GOAL = help
22
SHELL := /bin/bash
33

4-
VERSION ?= 0.11.4
4+
5+
VERSION ?= 0.11.5
56

67
NAME = elasticstack
78
BINARY = terraform-provider-${NAME}
@@ -254,7 +255,7 @@ setup: tools ## Setup the dev environment
254255

255256
.PHONY: release-snapshot
256257
release-snapshot: tools ## Make local-only test release to see if it works using "release" command
257-
@ $(GOBIN)/goreleaser release --snapshot --clean
258+
@ $(GOBIN)/goreleasehttps://root.ly/cmcwoyr release --snapshot --clean
258259

259260

260261
.PHONY: release-no-publish

0 commit comments

Comments
 (0)