v0.18.55
Changes
initial commit for enhancing fuzz tests (#2745)
-
initial commit for enhancing fuzz tests
-
fix dockerfile, add retry for fuzzserver and add dictionary for fuzzserver
-
fix makefile cleanup, fix FuzzServer with Fuzz_FORKS
-
FuzzServer: move init to func init(), add try delay
-
FuzzParseIPCIDRs: add new target
-
FuzzServer: tcp6 -> tcp as tcp6 is very slow, func init -> init var as using func init will affect other fuzz targets.
-
gosigfuzz: add the patch to fix libfuzzer signal handling, imported from oss-fuzz.
-
Dockerfile: fix build, Makefile: remove msan as its broken and add an option to compile without sanitizers.
Multiarch Docker image
Multiarch Docker image is available in Github's docker registry:
docker run -it ghcr.io/zalando/skipper:v0.18.55 skipper --help
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/skipper:v0.18.55 skipper --help