Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ rss: true

<h4><Badge color="blue">Improvement</Badge> [Updated Serverless endpoint creation flow](https://docs.runpod.io/serverless/endpoints/overview) </h4> The endpoint creation flow now offers six deployment paths — Hello World, Hugging Face LLM, Docker, GitHub, Flash, and Hub (which replaces the previous "Ready-to-Deploy Repos" option). Each path walks you through the right setup for your use case.

<h4><Badge color="green">New Release</Badge> [Deploy Pods with private AWS ECR images - BETA](/tutorials/pods/use-private-ecr-images) </h4> New tutorial covering how to pull container images from private AWS ECR repositories into Runpod Pods using cross-account IAM delegation. Includes configuring ECR repository policies, adding ECR credentials in the Runpod
console, and deploying a Pod with a private image, without managing credentials directly.
{ /* <h4><Badge color="green">New Release</Badge> [Deploy Pods with private AWS ECR images - BETA](/tutorials/pods/use-private-ecr-images) </h4> New tutorial covering how to pull container images from private AWS ECR repositories into Runpod Pods using cross-account IAM delegation. Includes configuring ECR repository policies, adding ECR credentials in the Runpod
console, and deploying a Pod with a private image, without managing credentials directly. */ }

</Accordion>

Expand Down
Loading