Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update envoy-ratelimit.yaml #13361

Merged
merged 4 commits into from
Feb 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading