Commit Graph

520 Commits

Author SHA1 Message Date
renovate[bot]
383056efec chore(deps): update rancher/k3s docker tag to v1.30.4 2024-08-21 23:55:49 -04:00
semantic-release-bot
b236b0eeac docs(release): update doc version from 1.8.0-beta.15 to 1.8.0-beta.16 [skip ci] v1.8.0-beta.16 2024-08-14 14:34:39 +00:00
renovate[bot]
a93d5945b1 fix(deps): update module github.com/docker/docker to v27.1.2+incompatible 2024-08-14 10:33:55 -04:00
semantic-release-bot
1e112b6226 docs(release): update doc version from 1.8.0-beta.14 to 1.8.0-beta.15 [skip ci] v1.8.0-beta.15 2024-08-14 00:38:12 +00:00
renovate[bot]
f6792117dc fix(deps): update kubernetes packages to v0.31.0 2024-08-13 20:37:13 -04:00
semantic-release-bot
88847d90a8 docs(release): update doc version from 1.8.0-beta.13 to 1.8.0-beta.14 [skip ci] v1.8.0-beta.14 2024-08-09 04:44:16 +00:00
renovate[bot]
879ba669c2 chore(deps): update traefik docker tag to v3.1.2 2024-08-09 00:42:38 -04:00
renovate[bot]
893878b507 fix(deps): update golang.org/x/exp digest to 0cdaa3a 2024-08-09 00:42:28 -04:00
renovate[bot]
600834254c chore(deps): update dependency go to v1.22.6 2024-08-09 00:42:19 -04:00
renovate[bot]
0ca68b190e fix(deps): update module golang.org/x/sync to v0.8.0 2024-08-09 00:42:08 -04:00
renovate[bot]
5e9f541fe9 chore(deps): update rancher/k3s docker tag to v1.30.3 2024-07-31 23:26:01 -04:00
renovate[bot]
58cccf8f69 chore(deps): update traefik docker tag to v3.1.1 2024-07-31 23:25:49 -04:00
semantic-release-bot
1463a68536 docs(release): update doc version from 1.8.0-beta.12 to 1.8.0-beta.13 [skip ci] v1.8.0-beta.13 2024-07-24 16:17:51 +00:00
renovate[bot]
2862e8166d fix(deps): update golang.org/x/exp digest to 8a7402a 2024-07-24 12:14:08 -04:00
renovate[bot]
4c5d2afd51 chore(deps): update traefik docker tag to v3.1.0 2024-07-24 12:13:56 -04:00
renovate[bot]
5985712abb chore(deps): update envoyproxy/envoy docker tag to v1.31 2024-07-24 12:13:45 -04:00
renovate[bot]
d2f1485bb9 chore(deps): update alpine docker tag to v3.20.2 2024-07-24 12:13:32 -04:00
renovate[bot]
f1a082be18 fix(deps): update module github.com/docker/docker to v27.1.1+incompatible 2024-07-24 12:13:20 -04:00
renovate[bot]
9ea2be9c5d fix(deps): update kubernetes packages to v0.30.3 2024-07-24 12:13:11 -04:00
semantic-release-bot
4b62654382 docs(release): update doc version from 1.8.0-beta.11 to 1.8.0-beta.12 [skip ci] v1.8.0-beta.12 2024-07-10 20:56:40 +00:00
Alexis Couvreur
506577f30e fix(session): properly set state name when started successfully 2024-07-10 16:55:30 -04:00
semantic-release-bot
f9266d6885 docs(release): update doc version from 1.8.0-beta.10 to 1.8.0-beta.11 [skip ci] v1.8.0-beta.11 2024-07-10 15:47:20 +00:00
Alexis Couvreur
38107f8d89 fix(sessions): return and heanlde error everytime 2024-07-10 11:46:34 -04:00
Alexis Couvreur
a7e3ce3e9f fix(kubernetes): use ParseName everywhere with replicas 2024-07-10 11:46:34 -04:00
semantic-release-bot
1b980de642 docs(release): update doc version from 1.8.0-beta.9 to 1.8.0-beta.10 [skip ci] v1.8.0-beta.10 2024-07-08 04:25:50 +00:00
Alexis Couvreur
3422a79147 fix(docker): move sablier binary from /etc/sablier/sablier to /bin/sablier
As the Dockerfile is using an Alpine image for the final layer, it should try to respect Alpine and Linux FHS as much as possible.

Note that the config file will remain in /etc/sablier/ folder

Fixes #348
2024-07-08 00:25:01 -04:00
semantic-release-bot
3d00865ca2 docs(release): update doc version from 1.8.0-beta.8 to 1.8.0-beta.9 [skip ci] v1.8.0-beta.9 2024-07-08 04:11:45 +00:00
renovate[bot]
69c56fda2e fix(deps): update golang.org/x/exp digest to 46b0784 2024-07-08 00:10:53 -04:00
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] v1.8.0-beta.8 2024-07-04 17:08:42 +00:00
renovate[bot]
23055f4be6 fix(deps): update module golang.org/x/sync to v0.7.0 2024-07-04 13:07:41 -04:00
semantic-release-bot
99556d24df docs(release): update doc version from 1.8.0-beta.6 to 1.8.0-beta.7 [skip ci] v1.8.0-beta.7 2024-07-04 16:07:02 +00:00
Alexis Couvreur
52a7d2195f 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-07-04 12:06:21 -04: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] v1.8.0-beta.6 2024-07-03 18:31:00 +00:00
renovate[bot]
9770e7f1cc chore(deps): update dependency go to v1.22.5 2024-07-03 14:30:03 -04:00
renovate[bot]
a2f7617795 fix(deps): update module github.com/docker/docker to v27.0.3+incompatible 2024-07-03 14:29:48 -04:00
renovate[bot]
e9991c27dd chore(deps): update traefik docker tag to v3.0.4 2024-07-03 14:28:59 -04:00
tomaszduda23
168fa07e36 docs(traefik): support blocking strategy (#338)
The blocking for traefik is already supported.
2024-06-29 10:15:49 -04:00
renovate[bot]
18149dda53 chore(deps): update ubuntu docker tag to v24 2024-06-28 16:13:33 -04:00
renovate[bot]
c9af0eed44 chore(deps): update traefik docker tag to v3 2024-06-28 16:03:42 -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] v1.8.0-beta.5 2024-06-28 20:03:03 +00:00
Alexis Couvreur
eb236ab03d fix(deps): update tinygo to v0.32.0 2024-06-28 16:02:11 -04:00
renovate[bot]
52bba90a59 fix(deps): update module github.com/tetratelabs/proxy-wasm-go-sdk to v0.24.0 2024-06-28 16:02:11 -04:00
semantic-release-bot
82cb482bb6 docs(release): update doc version from 1.8.0-beta.3 to 1.8.0-beta.4 [skip ci] v1.8.0-beta.4 2024-06-28 19:55:18 +00:00
renovate[bot]
f6eeee81a2 fix(deps): update module github.com/stretchr/testify to v1.9.0 2024-06-28 15:54:21 -04:00
renovate[bot]
c9db7d91fc chore(deps): update nginx docker tag to v1.27.0 2024-06-28 15:41:17 -04:00
renovate[bot]
83d383e600 chore(deps): update rancher/k3s docker tag to v1.30.2 2024-06-28 14:52:34 -04:00
semantic-release-bot
2442cd64f9 docs(release): update doc version from 1.8.0-beta.2 to 1.8.0-beta.3 [skip ci] v1.8.0-beta.3 2024-06-28 18:02:48 +00:00
renovate[bot]
1b5b953c33 fix(deps): update module github.com/docker/docker to v27 2024-06-28 14:02:00 -04:00