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 the API Firewall to v0.8.2 #17614

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

afr1ka
Copy link
Contributor

@afr1ka afr1ka commented Sep 24, 2024

No description provided.

Copy link

Diff for bd7c3d2:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index fbae767..094725d 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,8 +1,8 @@
 Maintainers: Ivan Novikov <[email protected]> (@d0znpp), Nikolay Tkachenko (@afr1ka)
 GitRepo: https://github.com/wallarm/api-firewall-docker.git
 
-Tags: 0.8.1, latest
+Tags: 0.8.2, latest
 Architectures: amd64, arm64v8, i386
 GitFetch: refs/heads/main
-GitCommit: 4af02b9e4413f141078641b690bb114a929f414c
-Directory: 0.8.1
+GitCommit: b90afa9b60e9df6c596a4d6db4ef726ff132d7ee
+Directory: 0.8.2
diff --git a/_bashbrew-list b/_bashbrew-list
index 49f1a68..3ddd7d3 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,2 +1,2 @@
-api-firewall:0.8.1
+api-firewall:0.8.2
 api-firewall:latest
diff --git a/api-firewall_latest/Dockerfile b/api-firewall_latest/Dockerfile
index 6427a5c..ecb5228 100644
--- a/api-firewall_latest/Dockerfile
+++ b/api-firewall_latest/Dockerfile
@@ -6,7 +6,7 @@ ENV PATH $APIFW_PATH:$PATH
 RUN set -eux; \
     adduser -u 1000 -H -h /opt -D -s /bin/sh api-firewall
 
-ENV APIFIREWALL_VERSION v0.8.1
+ENV APIFIREWALL_VERSION v0.8.2
 
 RUN set -eux; \
     \
@@ -16,15 +16,15 @@ RUN set -eux; \
     case "$arch" in \
         'x86_64') \
             url="https://github.com/wallarm/api-firewall/releases/download/${APIFIREWALL_VERSION}/api-firewall-amd64-musl.tar.gz"; \
-            sha256='cc81c8e0176d904471df3c3219fd92df6b317a211943c9c094c4c442aca1980c'; \
+            sha256='2a356d2a7141629e68de4e40edb39f87d25366c5fb7ef7d745e1af618c083643'; \
             ;; \
         'aarch64') \
             url="https://github.com/wallarm/api-firewall/releases/download/${APIFIREWALL_VERSION}/api-firewall-arm64-musl.tar.gz"; \
-            sha256='e668187589c8a6b74a57a66b061589c9bbae2441e6a1faa7c1560bb6d12c90f5'; \
+            sha256='85d56dbe79a78dcf00a0905a763112807b3d808c06fb66fcebc464f3b462f05f'; \
             ;; \
         'x86') \
             url="https://github.com/wallarm/api-firewall/releases/download/${APIFIREWALL_VERSION}/api-firewall-386-musl.tar.gz"; \
-            sha256='a1ed082eaf9bff778afef541f4b3651dc35032b5e0bfd559c04220a64edd20b9'; \
+            sha256='8e78fc35d1a3c0835869ca3ee25d686e1c8ac5622389de93bca989e13fc6c01c'; \
             ;; \
         *) \
             echo >&2 "error: current architecture ($arch) does not have a corresponding API-Firewall binary release"; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 2e8ed55 into docker-library:master Sep 24, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants