Skip to content

Files

Latest commit

d2de4c7 · Mar 12, 2024

History

History
18 lines (13 loc) · 690 Bytes

CARLOS_CHANGELOG.md

File metadata and controls

18 lines (13 loc) · 690 Bytes

Latest : 1.0.0

1.0.0 - Initial Release

Major changes

  • Created GitHub workflow and Dockerfile to automatically build Docker images
  • Update to Ubuntu 22.04 and Python 3.10 for prerequisites image
  • Update to Ubuntu 22.04 and Python 3.10 for release image
  • Created vulkan-base Dockerfile to replace discontinued nvidia/vulkan images used for the release image
  • Created client Dockerfile to provide PythonAPI client image
  • Added health check to release image

Minor changes

  • Added ping.py script to PythonAPI to enable health checks
  • Fix aria2 related issue
  • Fix fbx sdk download by using curl instead of wget