generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 4
add private locations changelog #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
MariadeAnton
wants to merge
6
commits into
main
Choose a base branch
from
mda-base-agent-changelog
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
366082d
add private locations changelog (and a changelog space for all change…
MariadeAnton a03a033
remove trailing /future CLI changelog
MariadeAnton 4d8d0bb
fix 6.1.0
MariadeAnton ae4d34c
Apply tense suggestions and fixes from review
MariadeAnton a337955
Includes instead of Include
MariadeAnton c28abd7
Merge branch 'main' into mda-base-agent-changelog
MariadeAnton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| --- | ||
| title: Changelog | ||
| sidebarTitle: Overview | ||
| description: Product updates and release notes for Checkly features | ||
| --- | ||
|
|
||
| Review available changelogs for Checkly products and deliverables. | ||
|
|
||
| ## Available Changelogs | ||
|
|
||
| <CardGroup cols={2}> | ||
| <Card | ||
| title="Private Locations" | ||
| icon="server" | ||
| href="/changelog/private-locations" | ||
| > | ||
| Release notes for Private Locations agent updates. | ||
| </Card> | ||
|
|
||
| <Card | ||
| title="Checkly features" | ||
| icon="rocket" | ||
| href="https://feedback.checklyhq.com/changelog" | ||
| > | ||
| Checkly Feature and monthly digest changelogs. | ||
| </Card> | ||
| </CardGroup> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,159 @@ | ||
| --- | ||
| title: Private Locations Agent Changelog | ||
| sidebarTitle: Private Locations Agent | ||
| description: Release history for the Checkly Private Locations Agent | ||
| --- | ||
|
|
||
| Release history for the Checkly Private Locations Agent. For setup instructions, see the [Private Locations documentation](/platform/private-locations/overview). | ||
|
|
||
| - **Major releases**: View summarized releases in the [product changelog](https://feedback.checklyhq.com/changelog?c=Checkly+Agent) | ||
|
|
||
| ## Checkly Agent Releases | ||
|
|
||
| ### Version 6.1.7 (December 3, 2025) | ||
|
|
||
| **Features** | ||
|
|
||
| - First image also including a developer version `6.1.7-dev`, learn all about the [dev image](https://www.checklyhq.com/docs/platform/private-locations/dev-agent/) here. | ||
| - From now on, you can get the most recent dev image available using `checkly/agent:dev`. | ||
| - Playwright Check Suites: improve internal logging and metrics. | ||
| - Browser and MultiStep checks using Runtime 2025-04 automatically scrub the authorization header in requests. | ||
MariadeAnton marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ### Version 6.1.6 (November 24, 2025) | ||
|
|
||
| **Features** | ||
|
|
||
| - 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) | ||
| - Add 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` | ||
MariadeAnton marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
MariadeAnton marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - Include the environment variable `CI` as true only for test session triggered runs | ||
MariadeAnton marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ### Version 6.1.5 (November 14, 2025) | ||
|
|
||
| **Features** | ||
|
|
||
| - Added playwright test metrics support for Test performance and Test statuses graphs in Check Overview | ||
|
|
||
| ### Version 6.1.4 (October 29, 2025) | ||
|
|
||
| **Improvements** | ||
|
|
||
| - Minor patches on reporting | ||
|
|
||
| ### Version 6.1.3 (August 14, 2025) | ||
|
|
||
| **Security updates** | ||
|
|
||
| - Improved secret scrubbing with new PW fork version | ||
MariadeAnton marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - Additional commits from runners | ||
| - Full changelog [here](https://github.com/checkly/checkly-runners/releases/tag/v6.1.3) | ||
|
|
||
| ### Version 6.1.2 (August 6, 2025) | ||
|
|
||
| **Features** | ||
|
|
||
| - Add support for CHECKLY_SECRET environment variables | ||
| - When a CHECKLY_SECRET_ environment variable contains special characters (anything other than A-Za-z0-9-_.~), the system now: | ||
MariadeAnton marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 1. Detects special characters using regex pattern `/[^A-Za-z0-9\-_.~]/` | ||
MariadeAnton marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 2. Creates encoded version using encodeURIComponent() with additional ! character encoding (%21) | ||
MariadeAnton marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 3. Adds to scrubbing cache to ensure both original and encoded values are properly scrubbed from traces | ||
MariadeAnton marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - This ensures that secrets containing special characters like `@, %, !, +`, etc. are properly scrubbed even when they appear in encoded form within request payloads or URLs | ||
|
|
||
| ### Version 6.1.1 (July 30, 2025) | ||
|
|
||
| **Bug fixes** | ||
|
|
||
| - Make proxied env accessible to dependency callers | ||
|
|
||
| ### Version 6.1.0 (July 25, 2025) | ||
|
|
||
| **Features** | ||
|
|
||
| - Add support for secret detection on runtime for browser and MS checks (behind the FF `RUNTIME_SECRET_DETECTION`) | ||
MariadeAnton marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - Potentially other unreleased changes related to the runners that might affect the agent | ||
MariadeAnton marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - **Full Changelog**: [v6.0.7...v6.1.0](https://github.com/checkly/checkly-runners/compare/v6.0.7...v6.1.0) | ||
|
|
||
| ### Version 6.0.7 (June 30, 2025) | ||
|
|
||
| **Bug fixes** | ||
|
|
||
| - Use lower case envars for cURL | ||
MariadeAnton marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
MariadeAnton marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - Pass both headers | ||
| - Allow proxy to forward requests to minio | ||
| - Use xit | ||
|
|
||
| **Features** | ||
|
|
||
| - Create new hash | ||
|
|
||
| ### Version 6.0.6 (June 26, 2025) | ||
|
|
||
| **Security improvements** | ||
|
|
||
| - Updated container to use GID 10001 for enhanced Kubernetes compatibility | ||
| - Configure with `runAsGroup: 10001` in your security context | ||
|
|
||
| **Stability fixes** | ||
|
|
||
| - Improved error handling for missing `await` statements in Playwright tests | ||
| - Fixed JSON report generation issues with oversized or unparsable values | ||
|
|
||
| ### Version 6.0.5 (June 23, 2025) | ||
|
|
||
| **Features** | ||
|
|
||
| - Added support for [Playwright check suites](/detect/synthetic-monitoring/playwright-checks/overview). | ||
| - Added debug logging with `DEBUG=checkly:*` environment variable | ||
| - Bundled Node.js for offline installations | ||
|
|
||
| **Security updates** | ||
|
|
||
| - Enhanced secret scrubbing in logs | ||
| - Patched all reported npm vulnerabilities | ||
|
|
||
| **Improvements** | ||
|
|
||
| - Added retry logic for artifact uploads | ||
| - Improved fault tolerance | ||
|
|
||
| ### Version 6.0.0 (May 9, 2025) | ||
|
|
||
| **Breaking changes** | ||
|
|
||
| - Minimum Docker version 20.10 required | ||
| - Updated configuration schema | ||
|
|
||
| **New features** | ||
|
|
||
| - Support for runtimes [2024.09](/platform/runtimes/runtime-specification#202409) and [2025.04](/platform/runtimes/runtime-specification#202504) | ||
| - Disabled `PLAYWRIGHT_NO_COPY_PROMPT` for better reporter compatibility | ||
|
|
||
| ## Version history | ||
|
|
||
| - **Summary**: [Product changelog](https://feedback.checklyhq.com/changelog?c=Checkly+Agent) | ||
| - **Latest versions published**: [Docker Hub tags](https://hub.docker.com/r/checkly/agent/tags) | ||
|
|
||
| ## Compatibility matrix | ||
|
|
||
| | Agent version | Docker minimum | Supported runtimes | Node.js | | ||
| |--------------|----------------|-------------------|---------| | ||
| | 6.x | 20.10 | [2025.04](/platform/runtimes/runtime-specification#202504), [2024.09](/platform/runtimes/runtime-specification#202409) | v22.11.0 | | ||
| | 5.x | 19.03 | [2025.04](/platform/runtimes/runtime-specification#202504) | v22.11.0 | | ||
| | 4.x | 19.03 | [2024.09](/platform/runtimes/runtime-specification#202409) | v18 | | ||
| | 3.x | 19.03 | [2023.09](/platform/runtimes/runtime-specification#202309) | v18 | | ||
|
|
||
| ## Update checklist | ||
|
|
||
| When [updating to the latest agent](/platform/private-locations/agent-configuration), ensure: | ||
|
|
||
| 1. Confirm Docker version compatibility | ||
| 2. Review breaking changes like Node.js supported version. | ||
| 3. Test in staging environment | ||
| 4. Update configuration files | ||
| 5. Deploy changes | ||
|
|
||
| ## Getting help | ||
|
|
||
| - View logs with `docker logs <container-id>` | ||
| - Enable debug mode for detailed diagnostics | ||
| - Join the global [developer community](https://www.checklyhq.com/slack/) discussions | ||
| - [Contact the support team](https://app.checklyhq.com/?support=true) for help | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.