From f7fe367c55de1506331e7933ea01d1f475ffc4ee Mon Sep 17 00:00:00 2001 From: Katsuyuki Omuro Date: Mon, 1 Jun 2026 17:12:32 +0900 Subject: [PATCH 1/2] Add C++ starter kits --- scripts/config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/config.sh b/scripts/config.sh index 2249be686..c9cd2f0dc 100755 --- a/scripts/config.sh +++ b/scripts/config.sh @@ -19,6 +19,8 @@ kits=( compute-starter-kit-rust-static-content compute-starter-kit-rust-websockets compute-starter-kit-typescript + compute-starter-kit-cpp-default + compute-starter-kit-cpp-empty ) function parse() { From 8f3f4d5cb78d06d8c0e1e51a419d91cd24502292 Mon Sep 17 00:00:00 2001 From: Katsuyuki Omuro Date: Tue, 2 Jun 2026 15:35:37 +0900 Subject: [PATCH 2/2] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cae91809..4e0e513e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - fix(docs): corrected stale and missing API reference links in usage.json metadata([#1803](https://github.com/fastly/cli/pull/1803)) ### Enhancements: +- fix(compute/init): Add starter kits for C++ language [#1807](https://github.com/fastly/cli/pull/1807) ### Dependencies: - build(deps): `github.com/bodgit/sevenzip` from 1.6.1 to 1.6.2 ([#1795](https://github.com/fastly/cli/pull/1795))