fix: Update Hub URLs from hub.cloudquery.io to www.cloudquery.io/hub#621
Open
fix: Update Hub URLs from hub.cloudquery.io to www.cloudquery.io/hub#621
Conversation
Co-authored-by: erezrokah <26760571+erezrokah@users.noreply.github.com> Agent-Logs-Url: https://github.com/cloudquery/plugin-pb-go/sessions/dfcbdf55-614a-45a7-85e9-2d33939d57fc
Copilot
AI
changed the title
[WIP] Fix error reporting URL to redirect users correctly
Update Hub URLs from hub.cloudquery.io to www.cloudquery.io/hub
Mar 23, 2026
erezrokah
approved these changes
Mar 23, 2026
There was a problem hiding this comment.
Pull request overview
This PR updates user-facing Hub URLs in error messages and warning logs to point to https://www.cloudquery.io/hub instead of the deprecated https://hub.cloudquery.io, ensuring users are directed to the correct Hub location.
Changes:
- Updated the “version does not exist” error message links in the Hub download path and Docker plugin validation path.
- Updated the “outdated plugin” warning log URL to the new Hub location.
- Updated the integration test expected error prefix to match the new URL.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| managedplugin/download.go | Updates the “latest version” suggestion URL in the non-existent version error message. |
| managedplugin/hub.go | Updates the “latest version” suggestion URL in Docker plugin validation errors. |
| managedplugin/version_checker.go | Updates the logged Hub URL in the outdated-plugin warning. |
| managedplugin/download_test.go | Updates the expected error string prefix to match the new Hub URL. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Goes with cloudquery/cloudquery#22319