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

⚠️ CONFLICT! Lineage pull request for: skeleton #33

Open
wants to merge 88 commits into
base: develop
Choose a base branch
from

Commits on Feb 14, 2024

  1. Add checks for semantic python versions

    Michael Saki committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    33582a1 View commit details
    Browse the repository at this point in the history
  2. Refactor code for the semantic check

    This commit will make a few changes. The
    orginal version of the semantic checking
    function was a bit more difficult to read.
    It is now somewhat easier to follow how
    the regex is structured. Also the function
    has been renamed to check_python_version
    since it has 2 functions, making sure that
    the version is semantically correct and the
    second is to make sure that it is installed
    on the user's machine. This makes it easier
    to follow the logic for the flags, -p or
    --python-version and -l or --list-versions
    Michael Saki committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    9438194 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Add checks for semantic python versions

    Michael Saki committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cea8edc View commit details
    Browse the repository at this point in the history
  2. Refactor code for the semantic check

    This commit will make a few changes. The
    orginal version of the semantic checking
    function was a bit more difficult to read.
    It is now somewhat easier to follow how
    the regex is structured. Also the function
    has been renamed to check_python_version
    since it has 2 functions, making sure that
    the version is semantically correct and the
    second is to make sure that it is installed
    on the user's machine. This makes it easier
    to follow the logic for the flags, -p or
    --python-version and -l or --list-versions
    Michael Saki committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d5c7c4a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'improvement/correct-semantic-python-version-checks' of h…

    …ttps://github.com/cisagov/skeleton-generic into improvement/correct-semantic-python-version-checks
    Michael Saki committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f7b9d05 View commit details
    Browse the repository at this point in the history
  4. Remove example of correct semantic version

    Michael Saki committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    327ab73 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Refactor the error message for the user

    Michael Saki committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4dedf50 View commit details
    Browse the repository at this point in the history
  2. Improve the semantic error message

    Michael Saki committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e84deea View commit details
    Browse the repository at this point in the history
  3. Fix grammar

    Co-authored-by: dav3r <[email protected]>
    michaelsaki and dav3r authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5fdc7be View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Refactor regex, add link, and improve comments

    Michael Saki committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    42ef8c2 View commit details
    Browse the repository at this point in the history
  2. Update link to use semver.org over regex101.com

    Michael Saki committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a77e5e1 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary period

    Co-authored-by: dav3r <[email protected]>
    michaelsaki and dav3r authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5fe14c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Add a meta hook to the pre-commit configuration

    Add the `check-useless-excludes` meta hook to verify that any defined
    `exclude` directives apply to at least one file in the repository.
    mcdonnnj committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    b7896a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    260566f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Add a dependabot ignore directive

    Since we have a version pin of some kind for the molecule package in
    the `requirements-test.txt` file it makes sense to ensure this
    dependency is centrally managed.
    mcdonnnj committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    8459623 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Add logic to wait for systemd initialization to complete on Fedora

    Now that we always run systemd-enabled Docker images for our Molecule
    testing it makes sense to always do this.
    jsf9k committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6adafec View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Aug 12, 2024

  1. Use the hashicorp/setup-packer GitHub Action

    Instead of manually installing Packer we can instead leverage the
    hashicorp/setup-packer Action just as we do for Terraform.
    mcdonnnj committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    43b91c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Remove @jasonodoom as a codeowner

    He is no longer a member of @cisagov/vm-dev.
    jsf9k committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8ada75d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Pin to a specific version

    Previously we only provided a lower bound for the version, but pinning to a specific version aligns with what has been done with the prettier hook and how pre-commit hooks are pinned in general.
    
    The flake8-docstrings package is rarely updated, so there is no real downside to pinning to a specific version.
    
    Co-authored-by: Nick <[email protected]>
    jsf9k and mcdonnnj authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    2930208 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Bump actions/cache from 3 to 4

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    46e0553 View commit details
    Browse the repository at this point in the history
  2. Bump crazy-max/ghaction-github-status from 3 to 4

    Bumps [crazy-max/ghaction-github-status](https://github.com/crazy-max/ghaction-github-status) from 3 to 4.
    - [Release notes](https://github.com/crazy-max/ghaction-github-status/releases)
    - [Commits](crazy-max/ghaction-github-status@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: crazy-max/ghaction-github-status
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3167421 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update pre-commit hook versions

    This is done automatically with the `pre-commit autoupdate` command.
    The pre-commit/mirrors-prettier hook was manually held back because the
    latest tags are for alpha releases of the next major version.
    mcdonnnj committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6a58c2c View commit details
    Browse the repository at this point in the history
  2. Manually update the prettier hook

    Use the latest v3 release available from NPM.
    mcdonnnj committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    553efcb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #170 from cisagov/dependabot/github_actions/crazy-…

    …max/ghaction-github-status-4
    
    Bump crazy-max/ghaction-github-status from 3 to 4
    mcdonnnj authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    184e749 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #171 from cisagov/dependabot/github_actions/action…

    …s/cache-4
    
    Bump actions/cache from 3 to 4
    mcdonnnj authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d99c117 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #187 from cisagov/improvement/use_setup_packer_action

    Use an Action to install Packer in our GitHub Actions workflows
    mcdonnnj authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2491ca0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #176 from cisagov/improvement/correct-semantic-pyt…

    …hon-version-checks
    
    Add checks for correct semantic version of Python
    mcdonnnj authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f6c9537 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10e5f6f View commit details
    Browse the repository at this point in the history
  8. Add a pre-commit hook to run pip-audit

    The pip-audit tool will audit any supplied pip requirements files for
    vulnerable packages.
    mcdonnnj committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    045a998 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #178 from cisagov/improvement/add_pre-commit_meta_…

    …hook
    
    Add the `check-useless-excludes` hook to the pre-commit configuration
    mcdonnnj authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    28dc4ce View commit details
    Browse the repository at this point in the history
  10. Merge pull request #179 from cisagov/improvement/add_pip-audit_pre-co…

    …mmit_hook
    
    Add a pre-commit hook to run `pip-audit`
    mcdonnnj authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5801cec View commit details
    Browse the repository at this point in the history
  11. Merge pull request #184 from cisagov/improvement/pin-flake8-docstrings

    Add a lower-bound pin for the `flake8-docstrings` `pip` package
    mcdonnnj authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e61255c View commit details
    Browse the repository at this point in the history
  12. Merge pull request #185 from cisagov/maintenance/update_pre-commit_hooks

    Update `pre-commit` hooks
    mcdonnnj authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    44cd1be View commit details
    Browse the repository at this point in the history
  13. Use the rbubley/mirrors-prettier hook for prettier

    This replaces the now archived pre-commit/mirrors-prettier hook.
    mcdonnnj committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c502f1a View commit details
    Browse the repository at this point in the history
  14. Merge pull request #186 from cisagov/improvement/switch_prettier_hook

    Switch the `pre-commit` hook used to run `prettier`
    mcdonnnj authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f0e55b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Add a new trigger for the sync-labels GitHub Actions workflow

    Add a `workflow_dispatch` trigger so we can manually run the workflow
    if needed.
    mcdonnnj committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    942c0dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a267662 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc7f09e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Add the GitHubSecurityLab/actions-permissions/monitor Action

    This Action will provide information about the usage of GITHUB_TOKEN in
    the workflow. It should be added to _every_ job in _any_ workflow to
    provide information for analysis.
    mcdonnnj committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    343d2cc View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Restrict permissions of GITHUB_TOKEN

    This changes the default permissions for the GITHUB_TOKEN used in our
    GitHub Actions configuration to the minimum required to successfully
    run.
    mcdonnnj committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    8a77a8b View commit details
    Browse the repository at this point in the history
  2. Update pre-commit hook versions

    This is done automatically with the `pre-commit autoupdate` command.
    mcdonnnj committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3b1d4ef View commit details
    Browse the repository at this point in the history
  3. Sort hook ids in each pre-commit hook entry

    Ensure that all hook ids are sorted alphabetically in each hook entry
    in our pre-commit configuration.
    mcdonnnj committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    1d285f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Merge pull request #189 from cisagov/improvement/manually_run_sync-la…

    …bels_workflow
    
    Allow the `sync-labels` workflow to be run manually
    mcdonnnj authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5da1059 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #190 from cisagov/improvement/add_actions-permissi…

    …ons-monitor
    
    Add the `GitHubSecurityLab/actions-permissions/monitor` Action
    mcdonnnj authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ff221ba View commit details
    Browse the repository at this point in the history
  3. Merge pull request #191 from cisagov/improvement/github_tokenn_polp

    Explicitly define permissions of `GITHUB_TOKEN` in our GitHub Actions workflows
    mcdonnnj authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    971602a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #192 from cisagov/maintenance/update_pre-commit_hooks

    Update `pre-commit` hook versions
    mcdonnnj authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    bdf8a25 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #193 from cisagov/improvement/add_more_pre-commit_…

    …hooks
    
    Add additional hooks from `pre-commit/pre-commit-hooks`
    mcdonnnj authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6959971 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #194 from cisagov/improvement/ensure_pre-commit_ho…

    …oks_are_sorted
    
    Sort hook ids in each `pre-commit` hook entry
    mcdonnnj authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f517db7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cfee80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3e21ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c97b51 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c867348 View commit details
    Browse the repository at this point in the history
  11. Upgrade to actions/cache v4

    jsf9k committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    88741e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Update version of crazy-max/ghaction-github-status

    This must have been missed in a previous Lineage PR.
    
    Co-authored-by: Nick <[email protected]>
    jsf9k and mcdonnnj committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5ffaf0e View commit details
    Browse the repository at this point in the history
  2. Update permissions for test job

    The job checks out the code, so it needs repo read permissions.
    
    Co-authored-by: Nick <[email protected]>
    jsf9k and mcdonnnj committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9326e51 View commit details
    Browse the repository at this point in the history
  3. Remove repeated comment

    jsf9k committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    1a08f06 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Update the commented out dependabot ignore directives

    Add a directive for hashicorp/setup-packer that was missed when it was
    added to the `build` workflow. Add a directive for
    cisagov/setup-env-github-action that is not strictly necessary since we
    currently just pull from the `develop` branch, but is good to have in
    case we were to change that in the future.
    mcdonnnj committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8824475 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #195 from cisagov/bug/add_missing_dependabot_ignore

    Add missing dependabot ignore directives
    mcdonnnj authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    e6afb68 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    a085627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c560e23 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Bump up the lower bound on ansible-core

    This is being done because the pip-audit pre-commit hook identifies a
    vulnerability in ansible-core version 2.16.13.  Note that this
    requires that we bump up ansible to version 10 since all versions of
    ansible 9 have a dependency on ~=2.16.X.
    jsf9k committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    12a91ad View commit details
    Browse the repository at this point in the history
  2. Bump up the lower bound on ansible-core

    This is being done because the pip-audit pre-commit hook identifies a
    vulnerability in ansible-core version 2.16.13.  Note that this
    requires that we bump up ansible to version 10 since all versions of
    ansible 9 have a dependency on ~=2.16.X.
    jsf9k committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    46b874f View commit details
    Browse the repository at this point in the history
  3. Add support for Fedora 41

    Fedora 41 was released on October 29th:
    https://www.redhat.com/en/blog/announcing-fedora-41
    jsf9k committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    985e545 View commit details
    Browse the repository at this point in the history
  4. Temporarily use a non-default branch of cisagov/ansible-role-upgrade

    Note that this is being done for testing purposes, and this change can
    be reverted once cisagov/ansible-role-upgrade#66 is merged.
    jsf9k committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1df67df View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Update the version of the ansible-lint pre-commit hook

    Version 24.10.0 is the first version that supports Fedora 41 as a
    valid platform.
    jsf9k committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b9f798d View commit details
    Browse the repository at this point in the history
  2. Update the version of the ansible-lint pre-commit hook

    Version 24.10.0 is the first version that supports Fedora 41 as a
    valid platform.
    jsf9k committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    d9cb1c0 View commit details
    Browse the repository at this point in the history
  3. Revert to using the default branch of cisagov/ansible-role-upgrade

    We can do this now that cisagov/ansible-role-upgrade#66 has been
    merged.
    jsf9k committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    40cfc6d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Adjust pin for ansible-core

    The pin of ansible-core was originally put in place because the
    pip-audit pre-commit hook identifies a vulnerability in ansible-core
    2.16.13.  Normally we would pin ansible-core to >2.16.13, but in the
    spirit of the earlier, optional pin of ansible>=10 we pin ansible-core
    to >=2.17.  This effectively also pins ansible to >=10.
    
    Co-authored-by: Nick M <[email protected]>
    jsf9k and mcdonnnj committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    cca133a View commit details
    Browse the repository at this point in the history
  2. Adjust pin for ansible-core

    The pin of ansible-core was originally put in place because the
    pip-audit pre-commit hook identifies a vulnerability in ansible-core
    2.16.13.  Normally we would pin ansible-core accordingly (>2.16.13),
    but the earlier pin of ansible>=10 effectively pins ansible-core to
    >=2.17 so that's what we do here.
    
    Co-authored-by: Nick M <[email protected]>
    jsf9k and mcdonnnj committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b5a06b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Comment out actions-permissions/monitor for test job

    With this task in place the GitHub runners run out of resources and
    crash.
    jsf9k committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9bcc7f8 View commit details
    Browse the repository at this point in the history
  2. Ignore a particular ansible-core vulnerability

    This is being done only temporarily, and only because there is no
    recent version of ansible-core that does not exhibit the
    vulnerability.  Without this change we get a failure from the
    pip-audit pre-commit hook that we cannot do anything about.
    
    See cisagov/skeleton-ansible-role#210 for more details.
    jsf9k committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ff01c22 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Add comments about looming EOL issues for ansible and ansible-core

    This adds even more evidence for why it is a good idea to go ahead and
    upgrade ansible and ansible-core, in addition to the vulnerability
    that pip-audit turned up.
    
    Co-authored-by: Nick M <[email protected]>
    jsf9k and mcdonnnj committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    bd85261 View commit details
    Browse the repository at this point in the history
  2. Add comments about looming EOL issues for ansible and ansible-core

    This adds even more evidence for why it is a good idea to go ahead and
    upgrade ansible and ansible-core, in addition to the vulnerability
    that pip-audit turned up.
    
    Co-authored-by: Nick M <[email protected]>
    jsf9k and mcdonnnj committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    38081fd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #196 from cisagov/improvement/add-a-lower-bound-pi…

    …n-for-ansible-core
    
    Bump up the lower bound on `ansible-core`
    jsf9k authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    f7ccd9a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #197 from cisagov/improvement/upgrade-ansible-lint…

    …-pre-commit-hook-version
    
    Update the version of the `ansible-lint` `pre-commit` hook
    jsf9k authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    a794735 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c10c960 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Merge pull request #197 from cisagov/improvement/add_molecule_to_depe…

    …ndabot
    
    Add a dependabot ignore directive for `molecule`
    jsf9k authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3e4a67a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Merge pull request #200 from cisagov/improvement/wait-for-systemd-ini…

    …tialization-for-fedora
    
    Add logic to wait for `systemd` initialization to complete on Fedora
    jsf9k authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    eb52222 View commit details
    Browse the repository at this point in the history
  2. Add a lower-bound pin for pytest-testinfra

    We do this because pytest-testinfra 10.1.1 contains a fix for
    SystemdService.exists that is required by some roles' Molecule test
    code.
    
    Note that we also add a corresponding line to the Dependabot
    configuration so that descendant repos know this dependency is managed
    here.
    
    Co-authored-by: Nick <[email protected]>
    jsf9k and mcdonnnj committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    bffee6b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #201 from cisagov/improvement/add-prophylactic-pin

    Add a lower-bound pin for `pytest-testinfra`
    jsf9k authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b7f9de9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #209 from cisagov/improvement/bump-up-lower-bound-…

    …pin-for-ansible-core
    
    Bump up the lower bound on `ansible-core`
    jsf9k authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b48fe5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fd8852 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    15f617d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #206 from cisagov/lineage/skeleton

    Lineage pull request for: skeleton
    jsf9k authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    30ebbce View commit details
    Browse the repository at this point in the history
  8. Merge pull request #207 from cisagov/improvement/add-support-for-fedo…

    …ra-41
    
    Add support for Fedora 41
    jsf9k authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    e940403 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    ce1c19b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05be102 View commit details
    Browse the repository at this point in the history