-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Beta #408
Conversation
…ion-6.x chore(deps): update docker/build-push-action action to v6
chore(deps): update traefik docker tag to v2.11.5
The `docker` and `docker_swarm` providers have been patched to ensure that the connection is properly established upon starting. If the docker host is not available at starting time, then the application will stop. This will prevent from trying to register to the event stream on a non working client.
* feat(plugin): add `proxywasm` plugin The `proxywasm` plugin is a WASM Filter following the ProxyWasm ABI Specification using the proxywasm go sdk This allows extensibility with any reverse proxy who implements the ProxyWasm ABI Specification. The current WASM Filter was successfully tested with APISIX, Envoy, Nginx with ngx_wasm_module from Kong and Istio. Fixes #145
The blocking for traefik is already supported.
Documentation is now published on the `gh-pages` branch. The branch will have a folder `docs` containing the following structure: - `./docs` the copy from the `main` docs, but only used for the `index.html` page to do the multi-version routing. - `./docs/main` the copy from the `main` branch docs folder - `./docs/beta` the copy from the `beta` branch docs folder Closes #332
Adds `-s -w` ldflags and `-trimpath` go build parameter.
Switching from alpine to scratch as base image.
It was not up to date, and Github is doing a better job at this for now.
For some yet unknown reasons, some instances are returned as nil. This commits adds a nil check to prevent that and logs a warning to help further debugging. Fixes #380
This will allow the docker action to be run after a release
|
🎉 This PR is included in version 1.8.0-beta.23 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.8.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
No description provided.