Skip to content

Commit

Permalink
Merge pull request #13361 from wolfi-dev/imjasonh-patch-11
Browse files Browse the repository at this point in the history
Update envoy-ratelimit.yaml
  • Loading branch information
imjasonh authored Feb 21, 2024
2 parents 78ac764 + 6aa2980 commit 5661da8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions envoy-ratelimit.yaml
Original file line number Diff line number Diff line change
@@ -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: 2683c2445371506ca8689530276f830bc54d0c9c5169007849b6e1871d2bf174
extract: "false"
uri: https://github.com/envoyproxy/ratelimit/archive/${{vars.commit}}.zip

Expand Down

0 comments on commit 5661da8

Please sign in to comment.