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

change module version constraint #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

shinenelson
Copy link

from pessimistic operator to greater than operator.

integrations/github has bumped the major version of the provider
bringing in additional features.

To make this module more accessible and interoperable with other
resources in the new version of the provider, we would have to support
all upward versions until an incompatibility is identified. At which
point, we could consider updating the code to fix the incompatibilty or
add a lesser than operator if the incompatibilty cannot be resolved
within the scope of the code in the repository.

shinenelson and others added 2 commits May 2, 2023 12:45
from pessimistic operator to greater than operator.

integrations/github has bumped the major version of the provider
bringing in additional features.

To make this module more accessible and interoperable with other
resources in the new version of the provider, we would have to support
all upward versions until an incompatibility is identified. At which
point, we could consider updating the code to fix the incompatibilty or
add a lesser than operator if the incompatibilty cannot be resolved
within the scope of the code in the repository.
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.

None yet

1 participant