| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2023-09-11 | Bump python versions used by snekbox to latest | -4/+4 | ||
| 3.11.5 requires at least pyenv 2.3.25, so bumped to latest (2.3.26) for good measure anyway. 3.12.0rc2 requires pyenv 2.3.25 | ||||
| 2023-08-31 | Include install eval deps in final image (#191) | -0/+1 | ||
| 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 | ||||