Skip to content

Conversation

@MariadeAnton
Copy link
Contributor

Also includes a changelog space for all change logs.

Copy link
Contributor

@thebiglabasky thebiglabasky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made some minor suggestions. I wonder about the consistency between past tense or present tense (Added feature X / Add feature X) since we use both interchangeably. I'd stick to one or the other.

MariadeAnton and others added 2 commits December 4, 2025 19:20
Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>
Co-authored-by: Hervé Labas <431257+thebiglabasky@users.noreply.github.com>
@MariadeAnton
Copy link
Contributor Author

@thebiglabasky ready for re-review!

Copy link
Contributor

@thebiglabasky thebiglabasky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are still some past and some present tense, but I think it's not important enough to warrant changes. That reads fine! LGTM

Copy link
Contributor

@guolau guolau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be super helpful for support/solutions and customers to have 🙂 I left several comments! Let me know if you want help with these changes, and I can try to find some time this week to make edits.

I agree with Hervé about the past/present tense inconsistency, but that's probably fine for now.


## Available Changelogs

<CardGroup cols={2}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we want to add the other changelogs? 👀 Doesn't need to be with this PR, I can create a separate ticket


- View logs with `docker logs <container-id>`
- Enable debug mode for detailed diagnostics
- Join the global [developer community](https://www.checklyhq.com/slack/) discussions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should be clearer about what this links to. I would this to say "Join the Checkly Slack community" or similar

- 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we change this to the support@checklyhq.com email?

Users who aren't logged in will get sent to a login page, and I don't want anyone to think they need to log in for support

## Getting help

- View logs with `docker logs <container-id>`
- Enable debug mode for detailed diagnostics
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's "debug mode" referring to?

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).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: this is repeated, so it reads a bit weirdly. I would remove the second occurrence of "Release history for the Checkly Private Locations Agent"

CleanShot 2025-12-15 at 18 13 49


**Features**

- Add support for secret detection on runtime for browser and MS checks (behind the Feature Flag `RUNTIME_SECRET_DETECTION`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Add support for secret detection on runtime for browser and MS checks (behind the Feature Flag `RUNTIME_SECRET_DETECTION`)
- Add support for secret detection on runtime for Browser and Multistep checks for certain accounts

We should probably outright mention feature flags -- it won't make sense for most users

Comment on lines +75 to +84
**Bug fixes**

- Use lower case environment variables for cURL
- Pass both headers
- Allow proxy to forward requests to minio
- Use xit

**Features**

- Create new hash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this mean? This might be too much in the implementation detail weeds for users to understand.

Comment on lines +128 to +131
## 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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section is pretty small, and we already link the Product Changelog at the beginning of the page.

Would it be better to remove this section and also link the Docker Hub tags at the beginning of the page?

Comment on lines +133 to +140
## 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 |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should remove the "Supported runtimes" column and link to /platform/private-locations/agent-configuration#agent-version-and-runtimes instead (the other page is more precise)

Comment on lines +142 to +150
## 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should remove this section. This seems too generic and vague to be helpful.

Instead, we can link to /platform/private-locations/agent-configuration/#updating-the-agent-container somewhere else on this page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants