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

Lineage pull request for: skeleton #29

Merged
merged 11 commits into from
Apr 24, 2023
Merged

Lineage pull request for: skeleton #29

merged 11 commits into from
Apr 24, 2023

Commits on Mar 24, 2023

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

Commits on Mar 26, 2023

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

Commits on Apr 19, 2023

  1. Use Python 3.11 for the lint job in the build workflow

    This is the latest minor release of Python so it makes sense to use it
    as the default for this job.
    mcdonnnj committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    8d39c8b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Merge pull request #130 from cisagov/improvement/update_python_versio…

    …n_for_lint_job
    
    Use Python 3.11 for the `lint` job in the `build` workflow
    jmorrowomni authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    5f4b768 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.
    However the `ansible-lint` hook is manually kept back as we have not
    tested functionality to confirm that our roles will generally pass
    with the new version.
    mcdonnnj authored and jmorrowomni committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    db5e7ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9028cf View commit details
    Browse the repository at this point in the history
  4. Bump actions/setup-go from 3 to 4

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and jmorrowomni committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    4c595e6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #127 from cisagov/dependabot/github_actions/action…

    …s/setup-go-4
    
    Bump actions/setup-go from 3 to 4
    jmorrowomni authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    847cd13 View commit details
    Browse the repository at this point in the history
  6. Install/upgrade setuptools and wheel when upgrading pip

    When wheel gets installed alongside other packages, it may not get
    used when those other packages are installed.  When that happens I see
    warnings like this:
      DEPRECATION: ansible-core is being installed using the legacy
      'setup.py install' method, because it does not have a
      'pyproject.toml' and the 'wheel' package is not installed. pip 23.1
      will enforce this behaviour change. A possible replacement is to
      enable the '--use-pep517' option. Discussion can be found at
      pypa/pip#8559
    
    This change should get rid of these warnings.
    
    Nota bene: This is the practice we follow in the Dockerfile in
    cisagov/skeleton-docker, but for some reason we never started using it
    in our workflows.
    jsf9k authored and jmorrowomni committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    9984792 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #126 from cisagov/improvement/install-setuptools-a…

    …nd-wheel-with-pip
    
    Install/upgrade setuptools and wheel when upgrading pip
    jmorrowomni authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7250368 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

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