Skip to content
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

Fix latest version for built-in plugins, bump built-in connectors #996

Merged
merged 2 commits into from
Apr 11, 2023

Conversation

lovromazgon
Copy link
Member

Description

The issue is that runtime/debug build info is not populated in tests, so our plugins in tests use the constant defined in the connector code instead of the version taken from go.mod. The constant is set to (devel) for most built-in plugins.

This PR changes how we populate the built-in plugin registry, specifically the latest version for each plugin. We ensure that the latest tag will be set, even if the version in the plugin is not a semantic version.

This PR also bumps connectors to their latest versions.

Quick checks:

  • I have followed the Code Guidelines.
  • There is no other pull request for the same update/change.
  • I have written unit tests. (existing ones caught this)
  • I have made sure that the PR is of reasonable size and can be easily reviewed.

@lovromazgon lovromazgon requested a review from a team as a code owner April 11, 2023 13:05
go.mod Outdated Show resolved Hide resolved
@lovromazgon lovromazgon merged commit 588098b into main Apr 11, 2023
@lovromazgon lovromazgon deleted the lovro/bump-connectors branch April 11, 2023 14:10
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.

2 participants