Commit Graph

56 Commits

Author SHA1 Message Date
Alexis Couvreur
be7ace0e05 perf(providers): retrieve state on start instead of assuming starting (#350)
When an instance does not exist yet and needs to be started, its status is not assumed to be starting anymore.

Instead, the statue will be retrieved from the provider. This changes one thing, it's that you may be able to start and access your services instantly because they'll be instantly seen as ready.

With this change, you might want to make sure that your containers have a proper healthcheck used to determine when the application is able to process incoming requests.

* refactor: add interface guards

* refactor(providers): remove instance.State as a return value from Stop and Start

* test(e2e): add healthcheck on nginx container

Because now the container check is so fast, we need to add a delay on which the container is considered started and healthy to have a proper waiting page.

* fix(tests): using acouvreur/whoami:v1.10.2 instead of containous/whoami:v1.5.0

This image simply retrieve the curl binary from curlimages/curl:8.8.0 to be able to add proper docker healthcheck commands.

Once this is merged with traefik/whoami, I'll update back to the original image.

See https://github.com/traefik/whoami/issues/33
2024-07-08 00:10:39 -04:00
semantic-release-bot
3b34054758 docs(release): update doc version from 1.8.0-beta.7 to 1.8.0-beta.8 [skip ci] 2024-07-04 17:08:42 +00:00
semantic-release-bot
99556d24df docs(release): update doc version from 1.8.0-beta.6 to 1.8.0-beta.7 [skip ci] 2024-07-04 16:07:02 +00:00
Alexis Couvreur
7ebfdd50ff docs: add multiversioned documentation (#344)
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
2024-07-03 14:56:59 -04:00
semantic-release-bot
c1d578d6ab docs(release): update doc version from 1.8.0-beta.5 to 1.8.0-beta.6 [skip ci] 2024-07-03 18:31:00 +00:00
tomaszduda23
168fa07e36 docs(traefik): support blocking strategy (#338)
The blocking for traefik is already supported.
2024-06-29 10:15:49 -04:00
semantic-release-bot
f3adb6c288 docs(release): update doc version from 1.8.0-beta.4 to 1.8.0-beta.5 [skip ci] 2024-06-28 20:03:03 +00:00
semantic-release-bot
82cb482bb6 docs(release): update doc version from 1.8.0-beta.3 to 1.8.0-beta.4 [skip ci] 2024-06-28 19:55:18 +00:00
semantic-release-bot
2442cd64f9 docs(release): update doc version from 1.8.0-beta.2 to 1.8.0-beta.3 [skip ci] 2024-06-28 18:02:48 +00:00
semantic-release-bot
ff6a939b9e docs(release): update doc version from 1.8.0-beta.1 to 1.8.0-beta.2 [skip ci] 2024-06-28 17:50:17 +00:00
semantic-release-bot
8ef1af0e66 docs(release): update doc version from 1.7.1-beta.1 to 1.8.0-beta.1 [skip ci] 2024-06-28 17:22:36 +00:00
Alexis Couvreur
70f337d95a feat(plugin): add proxywasm plugin (#284)
* 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
2024-06-28 13:22:06 -04:00
semantic-release-bot
b603b57b05 docs(release): update doc version from 1.7.0 to 1.7.1-beta.1 [skip ci] 2024-06-28 00:01:11 +00:00
Alexis Couvreur
8bfb37a756 docs(release): update doc version from 1.7.0-beta.16 to 1.7.0 [skip ci] 2024-06-17 20:47:42 -04:00
semantic-release-bot
acd47e436f docs(release): update doc version from 1.7.0-beta.15 to 1.7.0-beta.16 [skip ci] 2024-06-15 22:36:00 +00:00
semantic-release-bot
057ed368db docs(release): update doc version from 1.7.0-beta.14 to 1.7.0-beta.15 [skip ci] 2024-06-02 18:54:06 +00:00
semantic-release-bot
e8578e7b06 docs(release): update doc version from 1.7.0-beta.13 to 1.7.0-beta.14 [skip ci] 2024-06-02 08:05:38 +00:00
semantic-release-bot
c7cd60e9a1 docs(release): update doc version from 1.7.0-beta.12 to 1.7.0-beta.13 [skip ci] 2024-05-30 16:10:32 +00:00
semantic-release-bot
c7dcd52f05 docs(release): update doc version from 1.7.0-beta.11 to 1.7.0-beta.12 [skip ci] 2024-05-30 15:52:16 +00:00
semantic-release-bot
1aff614824 docs(release): update doc version from 1.7.0-beta.10 to 1.7.0-beta.11 [skip ci] 2024-05-30 15:47:01 +00:00
semantic-release-bot
bf8c495ffb docs(release): update doc version from 1.7.0-beta.9 to 1.7.0-beta.10 [skip ci] 2024-05-11 14:46:54 +00:00
semantic-release-bot
f369b46cea docs(release): update doc version from 1.7.0-beta.8 to 1.7.0-beta.9 [skip ci] 2024-05-05 03:05:40 +00:00
semantic-release-bot
48a79c04a5 docs(release): update doc version from 1.7.0-beta.7 to 1.7.0-beta.8 [skip ci] 2024-04-30 19:49:53 +00:00
valankar
fabe243b4f docs(caddy): fix syntax error in Caddy dockerfile (#290) 2024-04-24 13:14:57 -04:00
semantic-release-bot
f049526ecf docs(release): update doc version from 1.7.0-beta.6 to 1.7.0-beta.7 [skip ci] 2024-04-21 04:45:29 +00:00
semantic-release-bot
7d6b724456 docs(release): update doc version from 1.7.0-beta.5 to 1.7.0-beta.6 [skip ci] 2024-04-03 21:11:57 +00:00
semantic-release-bot
2cd2e4dd2f docs(release): update doc version from 1.7.0-beta.4 to 1.7.0-beta.5 [skip ci] 2024-03-09 21:52:05 +00:00
semantic-release-bot
56c50eafed docs(release): update doc version from 1.7.0-beta.3 to 1.7.0-beta.4 [skip ci] 2024-02-15 13:19:25 +00:00
semantic-release-bot
65820ba033 docs(release): update doc version from 1.7.0-beta.2 to 1.7.0-beta.3 [skip ci] 2024-02-15 03:32:45 +00:00
semantic-release-bot
fc74c2c963 docs(release): update doc version from 1.7.0-beta.1 to 1.7.0-beta.2 [skip ci] 2024-02-05 18:20:44 +00:00
semantic-release-bot
223da02d94 docs(release): update doc version from 1.6.0 to 1.7.0-beta.1 [skip ci] 2024-02-05 17:05:51 +00:00
Alexis Couvreur
15de0fd3e4 docs(release): update doc version 1.6.0 [skip ci] 2024-02-05 05:25:38 +00:00
semantic-release-bot
381cdd7fe9 docs(release): update doc version from 1.5.0 to 1.6.0 [skip ci] 2024-02-05 05:22:04 +00:00
Alexis Couvreur
6e5fc186e0 docs: fix versions to v1.5.0-beta.1 2024-02-05 05:09:23 +00:00
semantic-release-bot
7f454eef7c docs(release): update doc version from 1.4.1-beta.11 to 1.5.0-beta.1 [skip ci] 2024-02-05 05:04:29 +00:00
semantic-release-bot
bd890d37e3 docs(release): update doc version from 1.4.1-beta.10 to 1.4.1-beta.11 [skip ci] 2024-02-05 04:40:25 +00:00
semantic-release-bot
0f51be94fa docs(release): update doc version from 1.4.1-beta.9 to 1.4.1-beta.10 [skip ci] 2024-01-06 15:34:54 +00:00
semantic-release-bot
51dc6a78bb docs(release): update doc version from 1.4.1-beta.8 to 1.4.1-beta.9 [skip ci] 2024-01-05 21:05:38 +00:00
semantic-release-bot
19501d73ab docs(release): update doc version from 1.4.1-beta.7 to 1.4.1-beta.8 [skip ci] 2023-12-15 04:50:46 +00:00
semantic-release-bot
0b6cafe8ee docs(release): update doc version from 1.4.1-beta.6 to 1.4.1-beta.7 [skip ci] 2023-12-15 04:44:31 +00:00
semantic-release-bot
568fbe2233 docs(release): update doc version from 1.4.1-beta.5 to 1.4.1-beta.6 [skip ci] 2023-11-29 17:42:44 +00:00
semantic-release-bot
6a02738bbc docs(release): update doc version from 1.4.1-beta.4 to 1.4.1-beta.5 [skip ci] 2023-11-05 02:56:48 +00:00
semantic-release-bot
af6e367eea docs(release): update doc version from 1.4.1-beta.3 to 1.4.1-beta.4 [skip ci] 2023-11-02 15:47:03 +00:00
semantic-release-bot
642ac16abc docs(release): update doc version from 1.4.1-beta.2 to 1.4.1-beta.3 [skip ci] 2023-10-18 18:53:55 +00:00
semantic-release-bot
efe595edfa docs(release): update doc version from 1.4.1-beta.1 to 1.4.1-beta.2 [skip ci] 2023-10-10 17:31:14 +00:00
semantic-release-bot
95909a0a0e docs(release): update doc version from 1.4.0 to 1.4.1-beta.1 [skip ci] 2023-09-17 19:14:03 +00:00
semantic-release-bot
0dc939e5a2 docs(release): update doc version from 1.4.0-beta.10 to 1.4.0-beta.11 [skip ci] 2023-09-14 00:06:58 +00:00
semantic-release-bot
51167a85ce docs(release): update doc version from 1.4.0-beta.9 to 1.4.0-beta.10 [skip ci] 2023-09-13 23:33:38 +00:00
semantic-release-bot
ed5dc77701 docs(release): update doc version from 1.4.0-beta.8 to 1.4.0-beta.9 [skip ci] 2023-09-13 20:33:33 +00:00
semantic-release-bot
439cf37fd8 docs(release): update doc version from 1.4.0-beta.7 to 1.4.0-beta.8 [skip ci] 2023-09-13 14:49:11 +00:00