From e074fbf908451ebde61d771461b841fd701e30a7 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 27 Jul 2026 13:46:56 +0000 Subject: [PATCH] Add changelog entries for DNS CLI docs, Database CLI docs, and Magic Containers Blue/Green improvements Co-Authored-By: Claude Opus 4.6 Claude-Session: https://claude.ai/code/session_01FHAFKcR2SKvJ4YqpttDnuw --- changelog.mdx | 18 ++++++++++++++++++ database/changelog.mdx | 7 +++++++ magic-containers/changelog.mdx | 7 +++++++ 3 files changed, 32 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 239de99c..be7e0571 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,24 @@ description: "Latest updates and improvements across bunny.net products." rss: true --- + + ## CLI examples across DNS docs and Scriptable DNS quickstart + + DNS documentation now includes CLI examples alongside every dashboard walkthrough — zones, records, DNSSEC, import/export, logging, statistics, and nameservers all have a CLI tab showing the equivalent `bunny dns` commands. The [Scriptable DNS introduction](/dns/scriptable/introduction) adds a full quickstart for both dashboard and CLI, plus a [type safety](/dns/scriptable/introduction#type-safety) section covering the [`@bunny.net/scriptable-dns-types`](https://github.com/BunnyWay/cli/tree/main/packages/scriptable-dns-types) package for editor autocomplete. [Learn more](/dns/quickstart) + + + + ## CLI examples across Database docs + + Database documentation now includes CLI examples alongside dashboard steps for token management, region configuration, and usage metrics. The [database shell](/database/connect/database-shell) page adds a cross-reference to `bunny db shell` and documents the visual `bunny db studio` table browser. [Learn more](/database/connect/authorization) + + + + ## Improved Blue/Green deployment Terraform examples + + The [Blue/Green deployment strategy guide](/magic-containers/deployment-strategies) now uses complete `bunnynet_compute_container_app` resource definitions for both blue and green apps, replaces hardcoded placeholder IDs with proper Terraform resource references, adds a `routing` tier configuration block, and simplifies the hostname example. [Learn more](/magic-containers/deployment-strategies) + + ## Bunny Player extended Chromecast support diff --git a/database/changelog.mdx b/database/changelog.mdx index fe3ee1bf..dc00e6e8 100644 --- a/database/changelog.mdx +++ b/database/changelog.mdx @@ -4,6 +4,13 @@ description: Latest updates and improvements to Bunny Database. rss: true --- + + ## CLI examples in Database docs + + Database documentation now includes [CLI](/cli/quickstart) examples alongside dashboard steps for [token management](/database/connect/authorization), [region configuration](/database/replication), and [usage metrics](/database/metrics). The [database shell](/database/connect/database-shell) page adds a cross-reference to `bunny db shell` and documents the visual [`bunny db studio`](/database/connect/database-shell#browse-tables-in-your-browser) table browser. [Learn more](/cli/commands/db) + + + ## Bunny CLI diff --git a/magic-containers/changelog.mdx b/magic-containers/changelog.mdx index 0e311828..b1ba412c 100644 --- a/magic-containers/changelog.mdx +++ b/magic-containers/changelog.mdx @@ -4,6 +4,13 @@ description: Latest updates and improvements to Magic Containers. rss: true --- + + ## Improved Blue/Green deployment Terraform examples + + The [Blue/Green deployment strategy guide](/magic-containers/deployment-strategies) now uses complete `bunnynet_compute_container_app` resource definitions for both blue and green apps, replaces hardcoded placeholder IDs with proper Terraform resource references, adds a `routing` tier configuration block, and simplifies the hostname example. [Learn more](/magic-containers/deployment-strategies) + + + ## Quick Deploy