diff --git a/README.md b/README.md index 21cd375..1f143ad 100644 --- a/README.md +++ b/README.md @@ -132,10 +132,28 @@ some IO. All of that must be handled by Nomad. Also, be careful to the local network in which your workload will be executed. -## Ideas +## Roadmap +Don't get me wrong, the 1.0 version +is not ambitious at all and will have to +few features for many of you. Still, +I think it will be enough for us. + +### v1.0 + +- [ ] Inject secrets only when the sender is trusted +- [ ] Test PR behavior - [ ] Validate the gitea payload with hmac +- [ ] Refactor the code + +### Ideas + +Ideas are just... ideas. They are pure speculation, +and if they are here, it means that will and time +to implement them has not been found yet... + - [ ] Register the builder programatically - [ ] Allow users to define their own set of builders (ones with more CPU+RAM, etc.) - [ ] Allow users to choose their image/rootfs - [ ] Make Gitea optional +- [ ] Your idea diff --git a/example/albatros.json b/example/albatros.json index c8614d5..3228238 100644 --- a/example/albatros.json +++ b/example/albatros.json @@ -1,6 +1,6 @@ { "ref": "refs/heads/main", - "after": "101f621d5b87147b6c2d8fca0615d3004cff4d7b", + "after": "d5b22924745b8ea9fb5618e45cb78d1a2f61734b", "repository": { "owner": { "username": "quentin"