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.8 #18540

Merged
merged 1 commit into from
Feb 27, 2025
Merged

Conversation

afr1ka
Copy link
Contributor

@afr1ka afr1ka commented Feb 27, 2025

No description provided.

@afr1ka afr1ka requested a review from a team as a code owner February 27, 2025 13:10
Copy link

Diff for 3e2d2a7:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 76f109f..b510ecf 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.7, latest
+Tags: 0.8.8, latest
 Architectures: amd64, arm64v8, i386
 GitFetch: refs/heads/main
-GitCommit: ec634f6011bf283d76b90e7c126db63653fb2162
-Directory: 0.8.7
+GitCommit: 9d436f593619de8d85f9da72330d37bdb5a052c6
+Directory: 0.8.8
diff --git a/_bashbrew-list b/_bashbrew-list
index 731d1a6..baeae46 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,2 +1,2 @@
-api-firewall:0.8.7
+api-firewall:0.8.8
 api-firewall:latest
diff --git a/api-firewall_latest/Dockerfile b/api-firewall_latest/Dockerfile
index c7931a9..f004baa 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.7
+ENV APIFIREWALL_VERSION v0.8.8
 
 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='20a992cb1d8edc1018be138f2eea68bfdfed7a06fe8d3c48ae70be2832f23097'; \
+            sha256='2f3e84f3bcf6a1d45dd89c808b322be4ff1be5d184a81eb350d969b313231d19'; \
             ;; \
         'aarch64') \
             url="https://github.com/wallarm/api-firewall/releases/download/${APIFIREWALL_VERSION}/api-firewall-arm64-musl.tar.gz"; \
-            sha256='411269da5f7b42d568e59c3995b88998c09099acc131cb17c99cd0736366d5a2'; \
+            sha256='6bf5383c37ba4da1cf817047f1b8ce695387a1f96992543faef7d4e7b6e81241'; \
             ;; \
         'x86') \
             url="https://github.com/wallarm/api-firewall/releases/download/${APIFIREWALL_VERSION}/api-firewall-386-musl.tar.gz"; \
-            sha256='681c07fe4a5a4d4a06927c921238cdfae95e2b92ef6f652653fb1657108cdcd8'; \
+            sha256='b9d0e64c9705d0ff6d54bd83b9f0a530bf5467400ddebee71afb04ad6c8e066e'; \
             ;; \
         *) \
             echo >&2 "error: current architecture ($arch) does not have a corresponding API-Firewall binary release"; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 56e58a5 into docker-library:master Feb 27, 2025
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