-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump up APIFW version to v0.8.3 * Bump up Go version to 1.22.8 * Add additional conf params in proxy and API modes * Add version package. Update Makefile and Dockerfile
- Loading branch information
Showing
20 changed files
with
207 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ jobs: | |
needs: | ||
- draft-release | ||
env: | ||
X_GO_DISTRIBUTION: "https://go.dev/dl/go1.22.7.linux-amd64.tar.gz" | ||
X_GO_DISTRIBUTION: "https://go.dev/dl/go1.22.8.linux-amd64.tar.gz" | ||
strategy: | ||
matrix: | ||
include: | ||
|
@@ -160,7 +160,7 @@ jobs: | |
needs: | ||
- draft-release | ||
env: | ||
X_GO_VERSION: "1.22.7" | ||
X_GO_VERSION: "1.22.8" | ||
strategy: | ||
matrix: | ||
include: | ||
|
@@ -267,19 +267,19 @@ jobs: | |
include: | ||
- arch: armv6 | ||
distro: bullseye | ||
go_distribution: https://go.dev/dl/go1.22.7.linux-armv6l.tar.gz | ||
go_distribution: https://go.dev/dl/go1.22.8.linux-armv6l.tar.gz | ||
artifact: armv6-libc | ||
- arch: aarch64 | ||
distro: bullseye | ||
go_distribution: https://go.dev/dl/go1.22.7.linux-arm64.tar.gz | ||
go_distribution: https://go.dev/dl/go1.22.8.linux-arm64.tar.gz | ||
artifact: arm64-libc | ||
- arch: armv6 | ||
distro: alpine_latest | ||
go_distribution: https://go.dev/dl/go1.22.7.linux-armv6l.tar.gz | ||
go_distribution: https://go.dev/dl/go1.22.8.linux-armv6l.tar.gz | ||
artifact: armv6-musl | ||
- arch: aarch64 | ||
distro: alpine_latest | ||
go_distribution: https://go.dev/dl/go1.22.7.linux-arm64.tar.gz | ||
go_distribution: https://go.dev/dl/go1.22.8.linux-arm64.tar.gz | ||
artifact: arm64-musl | ||
steps: | ||
- uses: actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
VERSION := 0.8.2 | ||
VERSION := 0.8.3 | ||
NAMESPACE := github.com/wallarm/api-firewall | ||
|
||
.DEFAULT_GOAL := build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.