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

Commits on May 2, 2023

  1. change module version constraint

    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 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    a211e81 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    49b7009 View commit details
    Browse the repository at this point in the history