Skip to content

Commit 1dcbe13

Browse files
Anaetheliongithub-actions[bot]
authored andcommitted
[Changelog] 8.18.1 (#1016)
* retract 8.18.0 * add 8.18.1 changelog * buildkite: use container version to download the json spec files
1 parent 2da671f commit 1dcbe13

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.buildkite/run-repository.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ELASTICSEARCH_BUILD_VERSION=$(curl -sSk $external_elasticsearch_url | jq -r '.ve
4141
ELASTICSEARCH_BUILD_HASH=$(curl -sSk $external_elasticsearch_url | jq -r '.version.build_hash')
4242

4343
echo -e "\033[34;1mINFO:\033[0m Download Elasticsearch specs... \033[0m"
44-
docker run --volume=$WORKSPACE/tmp:/tmp --workdir=/go-elasticsearch/internal/build --rm elastic/go-elasticsearch /bin/sh -c "
44+
docker run -e ELASTICSEARCH_BUILD_VERSION=$ELASTICSEARCH_BUILD_VERSION --volume=$WORKSPACE/tmp:/tmp --workdir=/go-elasticsearch/internal/build --rm elastic/go-elasticsearch /bin/sh -c "
4545
go mod download
4646
go run main.go download-spec -o /tmp -d
4747
"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 8.18.1
2+
3+
* This patch release fixes the broken build found in 8.18.0. If you are using the `TypedClient`, you should update to this version.
4+
15
# 8.18.0
26

37
* Update `elastictransport` to `8.7.0`.

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ require (
1616
go.opentelemetry.io/otel/metric v1.28.0 // indirect
1717
golang.org/x/sys v0.19.0 // indirect
1818
)
19+
20+
retract v8.18.0

0 commit comments

Comments
 (0)