From 7197d628e58e2eb746b478525edaf8aae2e2b81d Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Mon, 20 May 2024 03:30:34 -0700 Subject: [PATCH] fit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 40d456a75..237c867f3 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ Docs for periphery setup script can be found in [scripts/readme.md](https://gith ### v1 (Spring 2024) - **New resource types**: - - **Repo**: Clone / pull configured repositories on desired Server. Run shell commands in the repo on every clone / pull to acheive desired automation. Listen for pushes to a particular branch to automatically pull the repo and run the command. + - **Repo**: Clone / pull configured repositories on desired Server. Run shell commands in the repo on every clone / pull to acheive automation. Listen for pushes to a particular branch to automatically pull the repo and run the command. - **Procedure**: Combine multiple *executions* (Deploy, RunBuild) and run them in sequence or in parallel. *RunProcedure* is an execution type, meaning procedures can run *other procedures*. - **Builder**: Ephemeral builder configuration has moved to being an API / UI managed entity for greater observability and ease of management. - **Alerter**: Define multiple alerting endpoints and manage them via the API / UI.