| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2023-08-31 | Make CI and deployment.yaml share the same dependency install script (#190) | -14/+12 | ||
| * Make CI and deployment.yaml share the same dependency install script * squashme: add set -euo pipefail as sane defaults This also requires running under bash rather than sh * squashme: add make target for installing eval deps | ||||
| 2023-08-30 | Add references to when eval packages will be updated for 3.12 | -3/+3 | ||
| 2023-08-30 | Bump eval-deps to latest versions | -13/+13 | ||
| 2023-08-30 | Fix link in readme (#189) | -1/+1 | ||
| 2023-08-30 | Test deployment init container in CI | -0/+29 | ||
| 2023-08-29 | Switch from using post start hooks to init containers | -35/+16 | ||
| Switch from using a post-start hook to using an init container to install dependencies on all configured versions | ||||