diff --git a/changelog/changelog.mdx b/changelog/changelog.mdx
new file mode 100644
index 0000000..ebff090
--- /dev/null
+++ b/changelog/changelog.mdx
@@ -0,0 +1,56 @@
+---
+title: Changelog
+sidebarTitle: Changelog
+description: Stay up to date with product updates and release notes across Checkly.
+---
+
+## Available Changelogs
+
+
+Platform feature releases and changelog digests
+
+
+### Private Locations
+
+
+Release notes for the Checkly Agent
+
+
+### Monitoring as Code
+
+
+Release notes for the Checkly CLI
+
+
+
+Release notes for the Terraform provider
+
+
+
+Release notes for the Pulumi provider
+
diff --git a/docs.json b/docs.json
index fa92c7a..8f57b96 100644
--- a/docs.json
+++ b/docs.json
@@ -90,7 +90,8 @@
"platform/private-locations/dev-agent",
"platform/private-locations/kubernetes-deployment",
"platform/private-locations/proxy-setup",
- "platform/private-locations/scaling-redundancy"
+ "platform/private-locations/scaling-redundancy",
+ "platform/private-locations/change-log"
]
},
{
@@ -141,7 +142,8 @@
},
"admin/changing-your-email-password"
]
- }
+ },
+ "changelog/changelog"
]
},
diff --git a/platform/private-locations/agent-configuration.mdx b/platform/private-locations/agent-configuration.mdx
index b6d83e7..95ce279 100644
--- a/platform/private-locations/agent-configuration.mdx
+++ b/platform/private-locations/agent-configuration.mdx
@@ -62,9 +62,9 @@ Docker host](https://docs.docker.com/desktop/networking/) `http://host.docker.in
## Updating the agent container
-New versions of the Checkly Agent are released regularly. To have access to the latest improvements, you can update the Checkly Agent containers.
+New versions of the Checkly Agent are released regularly to [Docker Hub](https://hub.docker.com/r/checkly/agent/tags). To have access to the latest improvements, you can update the Checkly Agent containers.
-View our [changelog](https://feedback.checklyhq.com/changelog?c=Checkly+Agent) to learn more about each version.
+View our [changelog](/platform/private-locations/change-log) to learn more about each version.
### Manual updates
diff --git a/platform/private-locations/change-log.mdx b/platform/private-locations/change-log.mdx
new file mode 100644
index 0000000..07beadb
--- /dev/null
+++ b/platform/private-locations/change-log.mdx
@@ -0,0 +1,60 @@
+---
+title: Checkly Agent Changelog
+sidebarTitle: Agent Changelog
+description: Release history for the Checkly Agent
+---
+
+For major release announcements and summaries, see Checkly's [product changelog](https://feedback.checklyhq.com/changelog?c=Checkly+Agent), filtered by `Checkly Agent`.
+
+Learn more about:
+- updating to the latest version in
+ [updating the agent container](/platform/private-locations/agent-configuration#updating-the-agent-container)
+- supported runtimes for each agent version in
+ [agent version and runtimes](/platform/private-locations/agent-configuration#agent-version-and-runtimes)
+
+## Full release history
+
+### Version 6.2.0 (December 16, 2025)
+
+- Ensured `devDependencies` are not installed in the agent image
+
+### Version 6.1.7 (December 3, 2025)
+
+- Added support for a [dev image](https://www.checklyhq.com/docs/platform/private-locations/dev-agent/) starting with `checkly/agent:6.1.7-dev`. Going forward, the dev variant is published both as a floating tag (`checkly/agent:dev`) and as versioned images (`checkly/agent:X.Y.Z-dev`)
+- Improved internal logging and metrics for [Playwright Check Suites](/detect/synthetic-monitoring/playwright-checks/overview)
+- Browser and Multistep checks using Runtime **2025-04** now automatically scrub the `Authorization` header from requests
+
+### Version 6.1.6 (November 24, 2025)
+
+- Added Checkly environment variables and configuration to [Playwright Check Suites](/detect/synthetic-monitoring/playwright-checks/overview). See the docs on [Playwright Check Suites environment variables](/detect/synthetic-monitoring/playwright-checks/environment-variables):
+ - Adds support for `CHECKLY` to all checkly triggered runs: scheduled checks and test sessions triggered through either `npx checkly test`, `npx checkly trigger` or `npx checkly pw-test`
+ - Includes the environment variable `CI` as true only for test session triggered runs
+
+### Version 6.1.5 (November 14, 2025)
+
+- Added Playwright test metrics to the check overview page, including **Test performance** and **Test statuses** graphs
+
+### Version 6.1.4 (October 29, 2025)
+
+- Minor patches on reporting
+
+### Version 6.1.3 (August 14, 2025)
+
+- Improved and centralized secret scrubbing for more reliable removal of sensitive data
+
+### Version 6.1.2 (August 6, 2025)
+
+- Added support for `CHECKLY_SECRET_*` environment variables. Secrets containing special characters (e.g. `@`, `%`, `!`, `+`) are now reliably scrubbed from traces, including when they appear in encoded form in URLs or request payloads. Learn more in our documentation on [Dynamic Secret Scrubbing](/platform/dynamic-secret-scrubbing/)
+
+### Version 6.1.1 (July 30, 2025)
+
+- Fixed an issue where checks could fail behind proxies during dependency installation because proxy-related environment variables were not consistently available
+
+### Version 6.1.0 (July 25, 2025)
+
+- Added runtime secret detection for Browser and Multistep checks (enabled for selected accounts)
+- See the [product changelog](https://feedback.checklyhq.com/changelog/checkly-agent-610-playwright-check-suites-and-more) for details on changes from version 6.0.1 to 6.1.0
+
+### Version 6.0.7 (June 30, 2025)
+
+- Internal improvements and fixes related to networking and request handling