-
Notifications
You must be signed in to change notification settings - Fork 10k
changelog for integrations removal #22967
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 To request another review, post a new comment with "/windsurf-review".
|
|
||
| If you'd like to modify your existing integration, you can update the secrets, environment variables, or Tail Workers that were created from the original integration setup. Use the following approaches: | ||
|
|
||
| - **Update secrets**: Use `npx wrangler secret put <SECRET_NAME>` to update credential values |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The <SECRET_NAME> placeholder uses HTML entity encoding (\u003c and \u003e) which might not render correctly in documentation. Consider using actual angle brackets within backticks instead:
| - **Update secrets**: Use `npx wrangler secret put <SECRET_NAME>` to update credential values | |
| - **Update secrets**: Use `npx wrangler secret put <SECRET_NAME>` to update credential values |
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
| @@ -0,0 +1,45 @@ | |||
| --- | |||
| title: Workers integrations tab removed from dashboard | |||
| description: As we evolve our integrations marketplace strategy, the Workers integrations tab has been removed from the Workers dashboard. Existing integrations continue to work, and new connections should be configured using Wrangler secrets. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
external changelog shouldn't reference "our strategy" - it's about customer not about us
| date: 2025-06-09T19:00:00Z | ||
| --- | ||
|
|
||
| We are evolving our integrations marketplace strategy to better serve developers' needs. As part of this change, we have removed the database integrations tab from the Workers dashboard in favor of a more straightforward approach using [Wrangler secrets](/workers/wrangler/commands/#secret). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recommend something like:
| We are evolving our integrations marketplace strategy to better serve developers' needs. As part of this change, we have removed the database integrations tab from the Workers dashboard in favor of a more straightforward approach using [Wrangler secrets](/workers/wrangler/commands/#secret). | |
| We are changing how developers connect Workers to external services like databases. The **Integrations** tab in the dashboard has been removed in favor of a more direct, command-line-based approach using [Wrangler secrets](/workers/wrangler/commands/#secret). |
|
Looks good! added one suggestion. |
|
Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment. We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally. PR Change SummaryUpdated documentation to reflect the removal of third-party integrations.
Renamed Files
How can I customize these reviews?Check out the Hyperlint AI Reviewer docs for more information on how to customize the review. If you just want to ignore it on this PR, you can add the Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add |
6221003 to
8d3eea2
Compare
korinne
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
* integrations removal changelog * integrations removal changelog update * integrations background copy * rebase fix
Summary
changelog for integrations removal
Documentation checklist