Commit Graph

92 Commits

Author SHA1 Message Date
Alexis Couvreur
6c25b10a48 docs(caddy): update documentation with remote Dockerfile build (#442)
* docs(caddy): update documentation with remote Dockerfile build

* update doc version script
2024-11-05 20:46:11 -08:00
Alexis Couvreur
acfd612bc0 ci: fix pipelines (#418)
* ci: fix pipelines

* fix(proxywasm): bump to go 1.23 and tinygo 0.33

* ci: move to sablierapp/sablier

* ci: replace sablierapp/whoami with acouvreur/whoami

This will use mimic later

* fix wrong whoami image

* update nginx docker image for proxywasm
2024-10-23 18:13:56 -07:00
semantic-release-bot
eb7ef49b3b docs(release): update doc version from 1.8.0 to 1.8.1 2024-10-21 03:58:47 +00:00
Alexis Couvreur
8b113a3c76 fix: changing module to github.com/sablierapp/sablier 2024-10-20 23:54:53 -04:00
semantic-release-bot
efbb0d15fa docs(release): update doc version from 1.8.0-beta.21 to 1.8.0-beta.22 [skip ci] 2024-10-01 17:30:14 -07:00
renovate[bot]
28dc33694b chore(deps): update nginx docker tag to v1.27.1 2024-10-01 17:30:14 -07:00
semantic-release-bot
e7ab40d5c4 docs(release): update doc version from 1.8.0-beta.20 to 1.8.0-beta.21 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
8ada60bb65 docs(release): update doc version from 1.8.0-beta.19 to 1.8.0-beta.20 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
2fd828c9a2 docs(release): update doc version from 1.8.0-beta.18 to 1.8.0-beta.19 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
3e3d02f5a8 docs(release): update doc version from 1.8.0-beta.17 to 1.8.0-beta.18 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
181e6a4b61 docs(release): update doc version from 1.8.0-beta.16 to 1.8.0-beta.17 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
28ce590479 docs(release): update doc version from 1.8.0-beta.15 to 1.8.0-beta.16 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
f81a89f169 docs(release): update doc version from 1.8.0-beta.14 to 1.8.0-beta.15 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
4cc52d0280 docs(release): update doc version from 1.8.0-beta.13 to 1.8.0-beta.14 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
6b99e9ac1e docs(release): update doc version from 1.8.0-beta.12 to 1.8.0-beta.13 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
08af9b5165 docs(release): update doc version from 1.8.0-beta.11 to 1.8.0-beta.12 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
035cf83d87 docs(release): update doc version from 1.8.0-beta.10 to 1.8.0-beta.11 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
17e8148d20 docs(release): update doc version from 1.8.0-beta.9 to 1.8.0-beta.10 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
c576144342 docs(release): update doc version from 1.8.0-beta.8 to 1.8.0-beta.9 [skip ci] 2024-10-01 17:30:14 -07:00
Alexis Couvreur
c6f0628411 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-10-01 17:30:14 -07:00
semantic-release-bot
460e601985 docs(release): update doc version from 1.8.0-beta.7 to 1.8.0-beta.8 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
f35a357ef8 docs(release): update doc version from 1.8.0-beta.6 to 1.8.0-beta.7 [skip ci] 2024-10-01 17:30:14 -07:00
Alexis Couvreur
dfb9bacf59 feat(providers): add provider.auto-stop-on-startup argument (#346)
This feature adds the capability to stop unregistered running instances upon startup.

Previously, you had to stop running instances manually or issue an initial request that will shut down instances afterwards.

With this change, all discovered instances will be shutdown. They need to be registered using labels. E.g.: sablier.enable=true

Fixes #153
2024-10-01 17:30:14 -07:00
semantic-release-bot
0a88d3d330 docs(release): update doc version from 1.8.0-beta.5 to 1.8.0-beta.6 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
c8cf7b7359 docs(release): update doc version from 1.8.0-beta.4 to 1.8.0-beta.5 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
a5c405e0b2 docs(release): update doc version from 1.8.0-beta.3 to 1.8.0-beta.4 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
1c14773c72 docs(release): update doc version from 1.8.0-beta.2 to 1.8.0-beta.3 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
17b804c674 docs(release): update doc version from 1.8.0-beta.1 to 1.8.0-beta.2 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
59b31ffd6f docs(release): update doc version from 1.7.1-beta.1 to 1.8.0-beta.1 [skip ci] 2024-10-01 17:30:14 -07:00
semantic-release-bot
54bc622b45 docs(release): update doc version from 1.7.0 to 1.7.1-beta.1 [skip ci] 2024-10-01 17:30:14 -07: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
renovate[bot]
ef3dc3135b chore(deps): update caddy docker tag to v2.8.4 2024-06-03 23:19:40 -04: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
renovate[bot]
8e01bd9a31 fix(deps): update module github.com/caddyserver/caddy/v2 to v2.8.4 2024-06-02 14:53:37 -04: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
renovate[bot]
67c169c5d1 fix(deps): update module github.com/caddyserver/caddy/v2 to v2.8.2 2024-06-02 04:05:00 -04:00
renovate[bot]
8d868e71da chore(deps): update caddy docker tag to v2.8.1 2024-05-31 00:23:11 -04:00
renovate[bot]
88af2def68 chore(deps): update nginx docker tag to v1.27.0 2024-05-30 18:08:10 -04: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
Alexis Couvreur
dd110e8296 fix(deps): update to go 1.22 2024-05-30 11:46:27 -04:00
renovate[bot]
24b2c10e7f chore(deps): update caddy docker tag to v2.8.0 2024-05-30 11:02:39 -04: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
renovate[bot]
dc935f534f chore(deps): update nginx docker tag to v1.26.0 2024-04-24 16:48:48 -04:00
renovate[bot]
51ef25197a chore(deps): update nginx docker tag to v1.25.5 2024-04-21 00:46:21 -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