Skip to content
Open
Show file tree
Hide file tree
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
56 changes: 56 additions & 0 deletions changelog/changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: Changelog
sidebarTitle: Changelog
description: Stay up to date with product updates and release notes across Checkly.
---

## Available Changelogs

<Card
title="Product Changelog"
href="https://feedback.checklyhq.com/changelog"
icon="rocket"
horizontal
>
Platform feature releases and changelog digests
</Card>

### Private Locations

<Card
title="Checkly Agent"
href="/platform/private-locations/change-log"
icon="server"
horizontal
>
Release notes for the Checkly Agent
</Card>

### Monitoring as Code

<Card
title="Checkly CLI"
href="https://github.com/checkly/checkly-cli/releases"
icon="terminal"
horizontal
>
Release notes for the Checkly CLI
</Card>

<Card
title="Terraform provider"
href="https://github.com/checkly/terraform-provider-checkly/releases"
icon="terminal"
horizontal
>
Release notes for the Terraform provider
</Card>

<Card
title="Pulumi provider"
href="https://github.com/checkly/pulumi-checkly/releases"
icon="terminal"
horizontal
>
Release notes for the Pulumi provider
</Card>
6 changes: 4 additions & 2 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down Expand Up @@ -141,7 +142,8 @@
},
"admin/changing-your-email-password"
]
}
},
"changelog/changelog"

]
},
Expand Down
4 changes: 2 additions & 2 deletions platform/private-locations/agent-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
60 changes: 60 additions & 0 deletions platform/private-locations/change-log.mdx
Original file line number Diff line number Diff line change
@@ -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