Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on May 18, 2023

  1. 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.
    dehnert authored and Ch3LL committed May 18, 2023

Commits on May 15, 2023

  1. Move the mac_user._kcpassword unit test into the pytests directory.

    Also fix a typo in the pytests README.
    pjcreath authored and Ch3LL committed May 15, 2023
  2. Add changelog.

    pjcreath authored and Ch3LL committed May 15, 2023
  3. Update versionadded

    lkubb authored and Ch3LL committed May 15, 2023
  4. Rename changelog files to .md

    lkubb authored and Ch3LL committed May 15, 2023
  5. Fix tests, return res dict

    lkubb authored and Ch3LL committed May 15, 2023
  6. Reduce versionadded

    in case it makes its way into 3006
    lkubb authored and Ch3LL committed May 15, 2023
  7. Return minion_id on success

    This makes checking the response downstream more reliable.
    lkubb authored and Ch3LL committed May 15, 2023
  8. Add match runner

    lkubb authored and Ch3LL committed May 15, 2023

Commits on May 9, 2023

  1. corrected misleading comment

    hiteshbedre authored and Ch3LL committed May 9, 2023
  2. Add signed_by_[any|all] parameters to gpg.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
    lkubb committed May 9, 2023
  3. Pull requests targeting master should also trigger the logic.

    Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
    s0undt3ch authored and Ch3LL committed May 9, 2023
  4. Create the release notes template(if missing)

    Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
    s0undt3ch authored and Ch3LL committed May 9, 2023
  5. The master branch is now for 3007(Chlorine) development

    Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
    s0undt3ch authored and Ch3LL committed May 9, 2023

Commits on May 8, 2023

  1. Merge pull request #64247 from s0undt3ch/hotfix/merge-forward

    [master] Merge 3006.x into master
    s0undt3ch committed May 8, 2023

Commits on May 6, 2023

  1. Merge 3006.x into master

    s0undt3ch committed May 6, 2023
  2. Remove the release_branches check, other rules we have setup lock i…

    …t up well enough
    MKLeb authored and s0undt3ch committed May 6, 2023

Commits on May 5, 2023

  1. Merge pull request #64245 from twangboy/fix_update_winrepo

    [master] Update create-pull-request action to v5
    twangboy committed May 5, 2023
  2. Merge pull request #64244 from twangboy/fix_update_winrepo

    [master] Fix update winrepo
    twangboy committed May 5, 2023
  3. Fix repo url

    twangboy committed May 5, 2023
  4. docs: small fixes for transactional update

    This will fix some spellings and layout issues.
    
    Signed-off-by: Dominik Gedon <dominik.gedon@suse.com>
    nodeg authored and garethgreenaway committed May 5, 2023
  5. Release v3006.1

    saltbot-open committed May 5, 2023
  6. Bump to relenv 0.12.3

    Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
    s0undt3ch committed May 5, 2023
  7. Let's not concentrate the logic into a "one liner"

    Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
    s0undt3ch committed May 5, 2023
  8. Add 3006.1 release notes template.

    Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
    s0undt3ch committed May 5, 2023
  9. Handle stale cache

    Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
    s0undt3ch committed May 5, 2023
  10. Fix typo

    Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
    s0undt3ch committed May 5, 2023
  11. Bump relenv to 0.12.1

    dwoz authored and s0undt3ch committed May 5, 2023
  12. Remove un-needed code block

    dwoz authored and s0undt3ch committed May 5, 2023
  13. Add build time checks to ensure the right relenv version is being used

    Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
    s0undt3ch committed May 5, 2023
Older