master
Name already in use
Commits on May 18, 2023
-
Add warning about effective rights mask
Group permission on the file should generally be at least as broad as any file ACLs, to avoid ineffective ACLs and/or changes each time the state is run.
Commits on May 15, 2023
-
Move the mac_user._kcpassword unit test into the pytests directory.
Also fix a typo in the pytests README.
-
-
-
-
-
in case it makes its way into 3006
-
This makes checking the response downstream more reliable.
-
Commits on May 9, 2023
-
-
-
Add
signed_by_[any|all]parameters togpg.verify(#63168)* Add test for issue 63145 * Make gpg.verify respect gnupghome * Add `signed_by_any`/`signed_by_all` params to gpg.verify * Reconsider status check * Fix tests * Plug verification issue after status check reconsideration Since missing pubkeys also cause the previous signature's fingerprint to be overwritten, this would have led to situations where the check could have passed when it should not have. * Cleanup logic * Workaround python-gnupg issue vsajip/python-gnupg#214 * Adapt offical fix for workaround vsajip/python-gnupg@ee94a7e That was very fast. * Backport more meaningful test * Update versionadded * Avoid exception on import w/ missing gnupg lib * Do not apply workaround on fixed versions * Correct bool comparison * Account for subkeys sig_info["fingerprint"] contains the actual signing key's fingerprint, which might be a subkey. The primary key's fingerprint is always found in sig_info["pubkey_fingerprint"]. In cases where a signing subkey was used, the intended behavior is still comparison with the primary key. * Bump versionadded * Rename changelog files to .md
-
Pull requests targeting
mastershould also trigger the logic.Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
-
Create the release notes template(if missing)
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
-
The master branch is now for 3007(Chlorine) development
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
Commits on May 8, 2023
-
Merge pull request #64247 from s0undt3ch/hotfix/merge-forward
[master] Merge 3006.x into master
Commits on May 6, 2023
Commits on May 5, 2023
-
Merge pull request #64245 from twangboy/fix_update_winrepo
[master] Update create-pull-request action to v5
-
-
Merge pull request #64244 from twangboy/fix_update_winrepo
[master] Fix update winrepo
-
-
-
docs: small fixes for transactional update
This will fix some spellings and layout issues. Signed-off-by: Dominik Gedon <dominik.gedon@suse.com>
-
-
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
-
Let's not concentrate the logic into a "one liner"
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
-
Add 3006.1 release notes template.
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
-
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
-
-
-
-
Add build time checks to ensure the right relenv version is being used
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>