|
1 | 1 | We are proud to announce the release of: |
2 | 2 |
|
3 | 3 | ✨ ✨ ✨ ✨ ✨ ✨ ✨ ✨ ✨ |
4 | | -# Ryax 25.02.0 |
| 4 | +# Ryax 25.10.0 |
5 | 5 | ✨ ✨ ✨ ✨ ✨ ✨ ✨ ✨ ✨ |
6 | 6 |
|
7 | 7 | Optimize the Resources, make Build Simple |
8 | 8 |
|
9 | 9 | ## New features |
10 | 10 |
|
11 | | -- Reproducible Action Build with lockfile support |
12 | | -- Automatic Action resource scaling |
13 | | -- Automatic Retries |
14 | | -- Resources accounting (Preview) |
| 11 | +- More robust intelliscale, enhanced detection mechanism |
| 12 | +- Improved monitoring |
| 13 | +- Built-in action resource usage monitoring |
| 14 | +- Track cpu and memory usage per execution |
| 15 | +- Several features to enhance multi objective scheduling |
15 | 16 |
|
16 | 17 | ## Bug fixes and Improvements |
17 | 18 |
|
18 | | -- Fix: issue when enabling Action Builder Nix store persistence |
19 | | -- Fix: enable deletion of workflow even when on error |
20 | | -- Fix: only use GPU node if asked |
21 | | -- Fix: state inconsistency in Execution and Deployment in some cases |
22 | | -- Fix: optional inputs on SSH_SLURM |
23 | | -- Fix: disable deploy triggers on SSH_SLURM |
| 19 | +- Bug that made worker create queues indefinitely in some situations |
| 20 | +- Fix sudden decomissioning of bitnami repo |
| 21 | +- Prevent builder failure when the wrapper git reference is unavailable |
| 22 | +- Fix builder persitency that was making automatically garbage collection fails |
| 23 | +- Fixed bug that let actions build stuck on starting state |
| 24 | +- Switch to uv for python packaging |
| 25 | +- Upgrade to traefik 3 |
24 | 26 |
|
25 | 27 | ## Upgrade to this version |
26 | 28 |
|
27 | | -Then apply the update as usual. |
| 29 | +### Before you start |
| 30 | + |
| 31 | +Install CRDs for traefik v3 migration. |
| 32 | + |
| 33 | +```shell |
| 34 | +kubectl apply -f https://raw.githubusercontent.com/traefik/traefik/v3.5/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml |
| 35 | +``` |
| 36 | + |
| 37 | +First if you have a job on ryaxns named `ryax-studio-scale-down` delete the ryax-studio-scale-down job to avoid imagePullBackOff due the |
| 38 | +sudden decommissioning of bitnami. |
| 39 | + |
| 40 | +```shell |
| 41 | +kubectl delete job -n ryaxns ryax-studio-scale-down |
| 42 | +``` |
| 43 | + |
| 44 | +If your ryax_values.yaml file has an empty `storageClass: """`, remove this entry |
| 45 | +and ensure you have one and only one as default. |
| 46 | + |
| 47 | +### Upgrade |
| 48 | + |
| 49 | +Apply the upgrade with adm by changing version to `25.10.0` on values files. |
| 50 | +Update all external workers installed by editing the values to use `25.10.0`. |
| 51 | +Remove the vpa helm installation. |
| 52 | + |
| 53 | +```shell |
| 54 | +helm uninstall -n ryaxns ryax-vpa |
| 55 | +``` |
| 56 | + |
0 commit comments