Skip to content

Lithops-3.7.0

Latest

Choose a tag to compare

@JosepSampe JosepSampe released this 02 Jul 11:50
· 3 commits to master since this release
efa5bdc

Added

  • [GCP Compute Engine] Added new GCP Compute Engine standalone backend, by @JosepSampe
  • [Core] Added support for variable-length parameters in functions passed to the executor, by @chuckwondo
  • [Standalone] Added rollback logic to remove partially created resources when initialization fails, by @JosepSampe
  • [Python] Added support for Python 3.14, by @JosepSampe

Changed

  • [K8s] Auto-detect cluster architecture when building runtimes, by @mskuratowski
  • [Runtimes] Updated runtime images and related version references across backends, by @JosepSampe
  • [K8s] Added configuration for pod and container securityContext, by @mskuratowski
  • [Docs] Corrected MinIO/Ceph config template keys and removed obsolete Kubernetes image references, by @mskuratowski
  • [GCP Functions] Upgraded backend to Google Cloud Run functions (Cloud Functions v2 API), by @JosepSampe
  • [Python] Updated all backends python versions (deprecated Python 3.9), by @JosepSampe
  • [Azure Functions] Upgraded backend and updated default functions plan to Flex Consumption, by @JosepSampe
  • [AWS EC2] Updated default Ubuntu image to Ubuntu 24, by @JosepSampe
  • [Azure VMs] Updated default Ubuntu image to Ubuntu 24, by @JosepSampe
  • [IBM VPC] Updated default Ubuntu image to 24.04, by @JosepSampe
  • [IBM VPC] Changed default SSH user to ubuntu, by @JosepSampe
  • [IBM VPC] Updated lithops image list to show Ubuntu 22 and 24 images, by @JosepSampe
  • [Aliyun FC] Upgraded backend to Function Compute 3.0 (FC3 API) and added custom-container deploy mode support, by @JosepSampe
  • [Code Engine] Rewrote backend to use the IBM Code Engine SDK v2 (CodeEngineV2) instead of the Kubernetes API, by @JosepSampe

Fixed

  • [K8s] Fixed default runtime builds impacted by Debian Buster end-of-life, by @mskuratowski
  • [GCP Cloud Run] Added Artifact Registry (pkg.dev) runtime deployment support, by @JosepSampe
  • [K8s] Run default runtime image as non-root user (uid 1000), by @mskuratowski
  • [AWS] Fixed EC2 standalone initialization in consume mode and ECR authentication when building runtimes, by @JosepSampe
  • [GCP] Fixed Cloud Functions runtime deletion and gRPC fork warnings during multiprocess execution on macOS, by @JosepSampe
  • [Azure] Fixed Azure Functions deployment on Flex Consumption and consolidated container registry login across Azure backends, by @JosepSampe
  • [Oracle Object Storage] Fixed authentication with ~ in key_file, resource principal fallback, and bucket name generation, by @JosepSampe
  • [Oracle Functions] Fixed Python 3.12 runtime build, added OCIR registry login with auto-derived docker_user, and default docker_server from region, by @JosepSampe
  • [Standalone] Fixed SSH key permissions for the ubuntu user on master VMs, by @JosepSampe
  • [Standalone] Fixed pyOpenSSL/cryptography conflict on Ubuntu 24.04 for ibm_cos, by @JosepSampe
  • [IBM VPC] Fixed home_dir when using non-root SSH users, by @JosepSampe
  • [IBM VPC] Fixed default image selection to use Ubuntu 24 stock images only, by @JosepSampe