-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Minor error message improvement and documentation fix #42254
Minor error message improvement and documentation fix #42254
Conversation
Corrected property name in documentation. Updated library version dependency.
@edevenport, thanks for your PR! By analyzing the history of the files in this pull request, we identified @rallytime, @techhat and @s0undt3ch to be potential reviewers. |
@@ -6,7 +6,7 @@ | |||
The ProfitBricks SaltStack cloud module allows a ProfitBricks server to | |||
be automatically deployed and bootstraped with Salt. | |||
|
|||
:depends: profitbrick >= 3.0.0 | |||
:depends: profitbrick >= 3.1.0 |
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.
Please document this change in the Oxygen release notes: https://github.com/saltstack/salt/blob/develop/doc/topics/releases/oxygen.rst
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.
Fixed in #42549
* upstream/develop: (24 commits) Remove deprecated rc_info function from version.py Document change in saltstack#42254 Added release notes comment Syntax change Logical Domains support in virtual grain Add support for IDMS Linux win_pki: Don't fail on certs without DnsNames Fix tests saltstack#2 zypper.list_pkgs: add all option for attr zypper.list_pkgs: move attr parameter to kwargs zypper.list_pkgs: add install_time_date_t as a supported attribute zypper_test: add test for list_pkgs and attr zypper_test: adapt existing unit tests to new code zypper_test: correct mock behavior zypper.list_pkgs: add documentation for attr param zypper.list_pkgs: add attr option Fixed test Fixed pylint Move parse_docstring from salt.utils to salt.utils.doc.py Added tests for salt.modules.vsphere.create_datacenter ...
What issues does this PR fix or reference?
Tests written?
No