January 2024

What's New

  • OCI Image Support Previously, Salad only supported deploying container images that were in Docker format. Unfortunately, OCI images do not conform to the Docker spec, and thus would fail to deploy on Salad. We've now introduced support for both OCI and Docker images.

  • Credits Dashboard We've integrated a dashboard on the billing page where you can view your credit grants, remaining credit balance, credit expiry dates, and any other credits-related information. Just click the 'Credits' tab from the Billing page.

    Screenshot of the Credits tab UI, showing information about the credits granted to the organization.

    Screenshot of the Credits tab UI, showing information about the credits granted to the organization.

  • More contextual documentation links You may notice additional links to documentation scattered throughout the app to help you find answers to your questions.

  • Health probe values visible Previously, after deploying a container group, not all health probe values were visible. This made it difficult to copy probe configs to a new deployment. Now, all probe values are visible from the details tab on the container group page.

    Screenshot of the Startup Probe UI, showing all configs.

    Screenshot of the Startup Probe UI, showing all configs.

Bug Fixes

  • We resolved the issue causing intermittent outages with networking access to containers.
  • Previously, setting a HOSTNAME environment variable would be overwritten. This is no longer the case.
  • Problems with Restarting and Recreating containers have been resolved.
  • Improved billing flow with notification following successfully charging the payment method.
  • Eliminating redundant error messages on the billing page.