Lithops-2.5.9
Added
- [Core] Add support for Python 3.10, by @JosepSampe
- [Storage] Added download_file() and upload_file() methods to Storage API to enable multipart upload/download, by @JosepSampe
- [AWS Lambda] Added 'architecture' option in config to allow deploy arm64 runtimes, by @JosepSampe
- [AWS Batch] Added 'service_role' config parameter, by @aitorarjona
- [IBM VPC] add gpu support for ibm_vpc backend, by @JosepSampe
- [Standalone] Added docker login to standalone setup script, by @kpavel
- [AWS EC2] Automatically get the default Ubuntu 20.04 AMI when not present in config, by @JosepSampe
- [Code Engine] Added retry logic on connection exception, by @kpavel
Changed
- [CLI] Renamed "lithops runtime create" command to "lithops runtime deploy", by @JosepSampe
Fixed
- [AWS Lambda] Fixed "layer builder" function creation necessary to deploy the default runtime, by @aitorarjona
- [AWS Lambda] Allow to create container runtimes whose names contain '.', '/' and '_'., by @aitorarjona
- [AWS Lambda] List only the runtimes deployed by the current user, by @JosepSampe
- [AWS Lambda] Do not raise an exception if the runtime is already deployed, by @JosepSampe
- [Standalone] Fix cloudinit initialization script, by @JosepSampe
- [Future] Fix host_status_query_count stat, by @JosepSampe
- [Google Cloud Run] Fixed wrong variable name 'runtime_cpus', by @MPNeuber