We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed68d3e commit de875eeCopy full SHA for de875ee
Makefile
@@ -1,8 +1,9 @@
1
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
2
# we are intentionally pinning the ECS version here, when ecs releases a new version
3
# we'll discuss whether we need to release a new package and bump the version here
4
-# cd3227cb3eb0de7e422aef90a64321ac68f7896e is 8.7-dev
5
-ECS_GIT_REF ?= cd3227cb3eb0de7e422aef90a64321ac68f7896e
+# 43a1a61a4a4db88e2de60da9019733610717ff7e is v8.10.0
+ECS_GIT_REF ?= 43a1a61a4a4db88e2de60da9019733610717ff7e
6
+
7
8
# This variable specifies to location of the package-storage repo. It is used for automatically creating a PR
9
# to release a new endpoint package. This can be overridden with the location on your file system using the config.mk
0 commit comments