|
5 | 5 | ### Added |
6 | 6 | - [GCP Compute Engine] Added new GCP Compute Engine standalone backend |
7 | 7 | - [Core] Added support for variable-length parameters in functions passed to the executor. |
| 8 | +- [Standalone] Added rollback logic to remove partially created resources when initialization fails |
| 9 | +- [Python] Added support for Python 3.14 |
8 | 10 |
|
9 | 11 | ### Changed |
10 | 12 | - [K8s] Auto-detect cluster architecture when building runtimes. |
11 | 13 | - [Runtimes] Updated runtime images and related version references across backends. |
12 | 14 | - [K8s] Added configuration for pod and container `securityContext`. |
13 | 15 | - [Docs] Corrected MinIO/Ceph config template keys and removed obsolete Kubernetes image references. |
14 | 16 | - [GCP Functions] Updated `gcp_functions` backend to Google Cloud Run functions (Cloud Functions v2 API). |
15 | | -- [Python] Updated all backend python versions (deprecated Python 3.9, added Python 3.14) |
| 17 | +- [Python] Updated all backends python versions (deprecated Python 3.9) |
16 | 18 | - [Azure Funcions] Updated default funcions plan to Flex Consumption |
17 | 19 | - [AWS EC2] Updated default Ubuntu Image to Ubuntu 24 |
18 | 20 | - [Azure VMS] Updated default Ubuntu Image to Ubuntu 24 |
19 | 21 |
|
20 | 22 | ### Fixed |
21 | 23 | - [K8s] Fixed default runtime builds impacted by Debian Buster end-of-life. |
22 | 24 | - [GCP Cloud Run] Added Artifact Registry (`pkg.dev`) runtime deployment support |
23 | | -- [K8s] Run default runtime image as non-root user (uid 1000) (#1469) |
24 | | -- [AWS] Fixed AWS backends execution |
25 | | -- [GCP] Fixed GCP backends execution |
26 | | -- [Azure] Fixed Azure backends execution |
| 25 | +- [K8s] Run default runtime image as non-root user (uid 1000) |
| 26 | +- [AWS] Fixed EC2 standalone initialization in consume mode and ECR authentication when building runtimes |
| 27 | +- [GCP] Fixed Cloud Functions runtime deletion and gRPC fork warnings during multiprocess execution on macOS |
| 28 | +- [Azure] Fixed Azure Functions deployment on Flex Consumption and consolidated container registry login across Azure backends |
| 29 | +- [Oracle] Fixed API key path resolution with `~` expansion and added configurable OCIR registry login |
27 | 30 |
|
28 | 31 |
|
29 | 32 | ## [v3.6.4] |
|
0 commit comments