Commit Graph

33 Commits

Author SHA1 Message Date
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
Alexis Couvreur
8b113a3c76 fix: changing module to github.com/sablierapp/sablier 2024-10-20 23:54:53 -04:00
Alexis Couvreur
fec877272b fix(deps): update tinygo to v0.32.0 2024-10-01 17:30:14 -07:00
Alexis Couvreur
3891027e23 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-10-01 17:30:14 -07:00
renovate[bot]
54dc83c6d2 chore(deps): update docker/build-push-action action to v6 2024-10-01 17:30:14 -07:00
Alexis Couvreur
dd110e8296 fix(deps): update to go 1.22 2024-05-30 11:46:27 -04:00
Alexis Couvreur
9be18808ce ci(docker): distribute build across multiple runners (#286)
Docker build for multiplatform arch is too slow sequentially on the same runner.

The build is now distributed on multiple runners. Each architecure image is pushed as a digest and is reconciled into a single image afterwards.
2024-04-21 00:20:24 -04:00
Alexis Couvreur
85fd11b416 ci: upgrade upload-artifact to v4 2024-02-05 04:49:26 +00:00
Alexis Couvreur
f43695c04e ci(artifacts): upgrade upload and download artifact to v4 2024-02-05 04:34:17 +00:00
renovate[bot]
a544b69946 chore(deps): update actions/setup-go action to v5 2023-12-14 23:45:59 -05:00
renovate[bot]
526f188ade chore(deps): update docker/setup-buildx-action action to v3 2023-09-14 10:50:20 +02:00
renovate[bot]
1e50dc4da4 chore(deps): update docker/setup-qemu-action action to v3 2023-09-14 10:50:09 +02:00
renovate[bot]
462af7b94a chore(deps): update docker/build-push-action action to v5 2023-09-14 02:01:05 +02:00
renovate[bot]
a1debc45d2 chore(deps): update actions/upload-artifact action to v3 2023-09-14 01:35:37 +02:00
renovate[bot]
d8fe81edf6 chore(deps): update actions/setup-go action to v4 2023-09-14 01:34:08 +02:00
renovate[bot]
ae1dd0a94f chore(deps): update actions/download-artifact action to v3 2023-09-14 01:33:55 +02:00
renovate[bot]
5eb36625db chore(deps): update actions/checkout action to v4 2023-09-14 01:33:46 +02:00
Alexis Couvreur
ea1030353e feat(deps): upgrade to go 1.21 2023-08-25 18:11:01 -04:00
Alexis Couvreur
eacfca9ce9 ci: use beta instead of develop 2023-04-02 02:22:51 -04:00
Alexis Couvreur
632176ac5a refactor(plugins): move e2e test to new provider based strucutre 2023-04-02 00:05:04 -04:00
Alexis Couvreur
60b50971b7 feat(plugins): add Caddy reverse proxy integration 2023-04-02 00:05:04 -04:00
Alexis Couvreur
1104af828b docs(release): set module version to v1.3.0 2023-03-22 12:52:13 +00:00
semantic-release-bot
f1881a930d docs(release): update doc version from to 1.0.0 [skip ci] 2023-03-10 05:49:48 +00:00
semantic-release-bot
0ca414b4d4 docs(release): update doc version from to 1.0.0-beta.1 [skip ci] 2023-03-09 13:36:48 +00:00
Alexis Couvreur
c55ace183c feat(plugins): add nginx plugin (#122)
Docker and Docker Swarm mode are supported
Kubernetes is not supported yet
2023-02-19 00:41:17 -05:00
Alexis Couvreur
793fd26804 docs: use docker registry everywhere
Ghcr was mostly used, switched to docker registry in order to have a consistent documentation
2023-01-13 02:54:46 -05:00
Alexis Couvreur
7db92ed321 ci: reuse docker image in e2e matrix jobs 2023-01-09 13:54:41 -05:00
Alexis Couvreur
ff5b510dd1 ci(plugins): add kubernetes test with deployments 2022-10-13 09:21:18 -04:00
Alexis Couvreur
4f593b557a ci: add branches restriction for build and docker workflows 2022-10-06 23:50:21 -04:00
Alexis Couvreur
235c939771 build: remove "build" target from Makefile
You can invoke directly "make linux/arm"
2022-10-06 23:50:21 -04:00
Alexis Couvreur
a573a57ddf ci(traefik): add e2e tests 2022-10-06 23:50:21 -04:00
Alexis Couvreur
d1acef6ce3 ci(plugins): workflow trigger on main and develop branches 2022-10-05 23:28:58 +00:00
Alexis Couvreur
551a146d94 feat: merge service repository into Sablier
Add plugins folder to integrate with multiple reverse proxies

The project is now released as 'Sablier'
2022-10-03 20:27:06 +00:00