-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Added inputs, deprecated source_json
#14
Conversation
/test all |
/test all |
/test all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nitrocode looks like a great upgrade 👍 One nitpick on the description of the updated var, but otherwise I think it looks ready to go.
@nitrocode I imagine this should be a major version rev, correct? Do we have automation in place to make that happen or do you need to do this as a non-release and then release manually? |
/test all |
Hmm I don't know. The patch version is for backwards compatibility. The minor version is for adding new functionality in a backwards compatible manner. And major version is for breaking changes. I suppose this is a breaking change unless I add a Perhaps I should go with the deprecated route to avoid breaking changes then? |
@nitrocode Eh, if we don't want to major rev because we're still considering it incubating then that seems like a good enough reason to me to just rev minor and skip the deprecated workaround. Don't want to create a big hoop to jump through just because we're trying to move towards reving major versions... we haven't done it everywhere yet AFAICT so it seems like adding more work when it's likely overkill. Thanks for jumping on my nitpick 👍 |
@nitrocode leaving up to you to merge 👍 |
what
source_json
why
references
source_json
is deprecated. Use the attribute "source_policy_documents" instead. #12