Skip to content

Commit ed05207

Browse files
authored
chore: install aligned from latest tag and update OPERATOR_VERSION (#1156)
1 parent ba808d2 commit ed05207

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ OS := $(shell uname -s)
55
CONFIG_FILE?=config-files/config.yaml
66
AGG_CONFIG_FILE?=config-files/config-aggregator.yaml
77

8-
OPERATOR_VERSION=v0.7.3
8+
OPERATOR_VERSION=v0.8.0
99

1010
ifeq ($(OS),Linux)
1111
BUILD_ALL_FFI = $(MAKE) build_all_ffi_linux

batcher/aligned/install_aligned.sh

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ BASE_DIR=$HOME
88
ALIGNED_DIR="${ALIGNED_DIR-"$BASE_DIR/.aligned"}"
99
ALIGNED_BIN_DIR="$ALIGNED_DIR/bin"
1010
ALIGNED_BIN_PATH="$ALIGNED_BIN_DIR/aligned"
11-
#CURRENT_TAG=$(curl -s -L \
12-
# -H "Accept: application/vnd.github+json" \
13-
# -H "X-GitHub-Api-Version: 2022-11-28" \
14-
# https://api.github.com/repos/yetanotherco/aligned_layer/releases/latest \
15-
# | grep '"tag_name":' | awk -F'"' '{print $4}')
16-
CURRENT_TAG=v0.6.0
11+
CURRENT_TAG=$(curl -s -L \
12+
-H "Accept: application/vnd.github+json" \
13+
-H "X-GitHub-Api-Version: 2022-11-28" \
14+
https://api.github.com/repos/yetanotherco/aligned_layer/releases/latest \
15+
| grep '"tag_name":' | awk -F'"' '{print $4}')
1716
RELEASE_URL="https://github.com/yetanotherco/aligned_layer/releases/download/$CURRENT_TAG/"
18-
1917
ARCH=$(uname -m)
2018

2119
if [ "$ARCH" == "x86_64" ]; then

0 commit comments

Comments
 (0)