From 18edd72349d99e3d95fd89138a188e9214143c3c Mon Sep 17 00:00:00 2001 From: LeeTheByRiver Date: Thu, 8 Aug 2024 17:37:10 +0800 Subject: [PATCH 1/2] repo-sync-2024-08-08T17:37:05+0800 --- CHANGELOG.md | 1 - Makefile | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 343139b..4b2ae88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - [Upgrade] Upgraded the dependent Envoy version to 1.29.4. -- [Security Hardening] Switch end-to-end AES encryption to Galois/Counter Mode. ## [0.2.0b0] - 2023-7-6 ### Added diff --git a/Makefile b/Makefile index 2c9a0e0..13cd7e9 100644 --- a/Makefile +++ b/Makefile @@ -45,12 +45,12 @@ endef build-envoy: @$(call start_docker) docker exec -it ${CONTAINER_NAME} make build-envoy-local - docker exec -it ${CONTAINER_NAME} strip -s /home/admin/dev/bazel-bin/envoy .PHONY: build-envoy-local build-envoy-local: - bazel build -c ${COMPILE_MODE} ${TARGET} --verbose_failures ${BUILD_OPTS} --@envoy//source/extensions/wasm_runtime/v8:enabled=false + bazel build -c ${COMPILE_MODE} ${TARGET} --verbose_failures ${BUILD_OPTS} --@envoy//source/extensions/wasm_runtime/v8:enabled=false --repository_cache=./bazel_repo_cache --remote_download_minimal + strip -s bazel-bin/envoy mkdir -p output/linux/${ARCH}/bin mkdir -p output/linux/${ARCH}/conf cp bazel-bin/envoy output/linux/${ARCH}/bin From 761e87b71129f907ac443d11fbc42058c2315dbf Mon Sep 17 00:00:00 2001 From: LeeTheByRiver Date: Thu, 8 Aug 2024 17:40:52 +0800 Subject: [PATCH 2/2] repo-sync-2024-08-08T17:40:46+0800 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2ae88..343139b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - [Upgrade] Upgraded the dependent Envoy version to 1.29.4. +- [Security Hardening] Switch end-to-end AES encryption to Galois/Counter Mode. ## [0.2.0b0] - 2023-7-6 ### Added