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.6 #18146

Merged
merged 1 commit into from
Dec 20, 2024
Merged

Conversation

afr1ka
Copy link
Contributor

@afr1ka afr1ka commented Dec 20, 2024

No description provided.

@afr1ka afr1ka requested a review from a team as a code owner December 20, 2024 14:16
Copy link

Diff for 54240fb:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 2ea50bb..76f5515 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.5, latest
+Tags: 0.8.6, latest
 Architectures: amd64, arm64v8, i386
 GitFetch: refs/heads/main
-GitCommit: 0929ac5d2e12037741789bed7a6cf2694887f776
-Directory: 0.8.5
+GitCommit: a6c6a4ee84c8410772e56c3b0588cde1728168a9
+Directory: 0.8.6
diff --git a/_bashbrew-list b/_bashbrew-list
index 3fc00f5..3cc6267 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,2 +1,2 @@
-api-firewall:0.8.5
+api-firewall:0.8.6
 api-firewall:latest
diff --git a/api-firewall_latest/Dockerfile b/api-firewall_latest/Dockerfile
index 3618a0d..529d310 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.5
+ENV APIFIREWALL_VERSION v0.8.6
 
 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='fb78d1ec8487d8bdda99f48be1da32d1ca57f47a57d51a14f881f2a1f17e777f'; \
+            sha256='097a1d0ae22e50a25907e1817e602c7799bc372207f92fc7e72b58f9124b4e9a'; \
             ;; \
         'aarch64') \
             url="https://github.com/wallarm/api-firewall/releases/download/${APIFIREWALL_VERSION}/api-firewall-arm64-musl.tar.gz"; \
-            sha256='e0334cc6df7e2c9a281c43bd039525e2479fddf835029dc981b18f404586f370'; \
+            sha256='5eb8e46690991f41d09160c28de2185c7f4cf8bcbe3133f89c8ed7b0cef7d2ff'; \
             ;; \
         'x86') \
             url="https://github.com/wallarm/api-firewall/releases/download/${APIFIREWALL_VERSION}/api-firewall-386-musl.tar.gz"; \
-            sha256='76528b49cf9530aa45f294115d2dff86c6722a68fc2e3beb3ec173095eed6b9a'; \
+            sha256='e752a19f95312accfa8946ae3095340c143ecbfb3380489b6a7b0b3466e95613'; \
             ;; \
         *) \
             echo >&2 "error: current architecture ($arch) does not have a corresponding API-Firewall binary release"; \

Relevant Maintainers:

@LaurentGoderre
Copy link
Member

This PR (docker-library/meta-scripts#101) should be merged before this

@tianon tianon merged commit c0eb78a into docker-library:master Dec 20, 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.

3 participants