From 546152c5cd45d65493eeb26e860073f78b697486 Mon Sep 17 00:00:00 2001 From: Changelog bot Date: Wed, 4 Jun 2025 14:37:18 +0000 Subject: [PATCH 1/2] feat(changelog): add new entry --- ...iners-added-commands-and-arguments-customizable.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/june2025/2025-06-04-containers-added-commands-and-arguments-customizable.mdx diff --git a/changelog/june2025/2025-06-04-containers-added-commands-and-arguments-customizable.mdx b/changelog/june2025/2025-06-04-containers-added-commands-and-arguments-customizable.mdx new file mode 100644 index 0000000000..d5eef4c39b --- /dev/null +++ b/changelog/june2025/2025-06-04-containers-added-commands-and-arguments-customizable.mdx @@ -0,0 +1,10 @@ +--- +title: Commands and arguments customizable +status: added +date: 2025-06-04 +category: serverless +product: containers +--- + +Serverlsss Containers now supports custom commands and arguments in container configurations! This gives you greater control over container startup behavior, enabling more flexible and customizable service deployments. + From 1c73c83f4b664e34c5dda4e1d40b0bdedb9bd2ed Mon Sep 17 00:00:00 2001 From: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:51:01 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> --- ...4-containers-added-commands-and-arguments-customizable.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/june2025/2025-06-04-containers-added-commands-and-arguments-customizable.mdx b/changelog/june2025/2025-06-04-containers-added-commands-and-arguments-customizable.mdx index d5eef4c39b..08f5d543ff 100644 --- a/changelog/june2025/2025-06-04-containers-added-commands-and-arguments-customizable.mdx +++ b/changelog/june2025/2025-06-04-containers-added-commands-and-arguments-customizable.mdx @@ -1,10 +1,10 @@ --- -title: Commands and arguments customizable +title: Customizable commands and arguments for Serverless Containers status: added date: 2025-06-04 category: serverless product: containers --- -Serverlsss Containers now supports custom commands and arguments in container configurations! This gives you greater control over container startup behavior, enabling more flexible and customizable service deployments. +Serverless Containers now supports custom commands and arguments in container configurations. This gives you greater control over container startup behavior, enabling more flexible and customizable service deployments.