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: remove kytos-utils log warning version mistmatch log #35

Open
viniarck opened this issue Feb 15, 2023 · 0 comments
Open

fix: remove kytos-utils log warning version mistmatch log #35

viniarck opened this issue Feb 15, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers priority_low Low priority

Comments

@viniarck
Copy link
Member

This check_versions() class method is called to check if kytosd running version is the same as kytos-utils. Since we've been using this format [year].[number].[patch], it's no longer that valuable to have this check, since we also don't always have to release all of kytos-ng projects, so even if we were to compare the major versions we'd need to have more work to have to keep bumping unnecessary versions with irrelevant/noise information on changelog, if we break compatibility in any of the projects or only start supporting a minimum version we'll add the information in the changelog.

❯ kytos napps list
WARNING kytos (2022.3.0) and kytos utils (2022.3.1) versions are not equal.

@viniarck viniarck added bug Something isn't working good first issue Good for newcomers priority_low Low priority labels Feb 15, 2023
@viniarck viniarck changed the title fix: remove kytos-utils log warning version mistmatch log if fix: remove kytos-utils log warning version mistmatch log Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers priority_low Low priority
Projects
None yet
Development

No branches or pull requests

1 participant