From be4eddb8e11d395bda8871a723918a717ea56a93 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Tue, 20 Feb 2024 14:56:30 -0500 Subject: [PATCH] Update envoy-ratelimit.yaml Signed-off-by: Jason Hall --- envoy-ratelimit.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/envoy-ratelimit.yaml b/envoy-ratelimit.yaml index b992ffcc823..3e93dabbc90 100644 --- a/envoy-ratelimit.yaml +++ b/envoy-ratelimit.yaml @@ -1,20 +1,20 @@ package: name: envoy-ratelimit # This project doesn't do releases and everything is commit based. - # This corresponds to commit b095d15981177c44151b7737354e42f49fd07cd0 - version: 0.0_git20231206 + # This corresponds to commit f3b67307a53c3979783bef4de8bfa655167b0807 + version: 0.0_git20240220 epoch: 2 description: Go/gRPC service designed to enable generic rate limit scenarios from different types of applications. copyright: - license: Apache-2.0 vars: - commit: b095d15981177c44151b7737354e42f49fd07cd0 + commit: f3b67307a53c3979783bef4de8bfa655167b0807 pipeline: - uses: fetch with: - expected-sha256: 5ea22eb07d211a9806d0972b7cd4fe049c04e3b2509c168f6b16dde427676177 + expected-sha256: TRICK GOES HERE extract: "false" uri: https://github.com/envoyproxy/ratelimit/archive/${{vars.commit}}.zip