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

Multiple bumps & fixes to CI versions (Kubernetes, GH Actions, PHP) #380

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Apr 10, 2024

  1. Bump minikube to 1.32

    cuppett committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    579dfcf View commit details
    Browse the repository at this point in the history
  2. Fix: Explicitly set docker driver

    (Noticed a GH action once chose podman and failed/flaked there.)
    cuppett committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    185da25 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Fix: Cache key with wildcard never hits

    Noticing the cache isn't hitting when action runs.
    Remove hardcoded composer cache directory.
    Remove wildcard .* in Laravel version as part of cache key.
    Bump actions/cache to 3.3.1 (via @V3).
    cuppett committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    44c65d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c61f0d2 View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and cuppett committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a33394d View commit details
    Browse the repository at this point in the history
  4. Node.js 16 actions are deprecated.

    Please update the following actions to use Node.js 20: actions/cache@v3, codecov/codecov-action@v3.1.0.
    
    For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
    cuppett committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    096256e View commit details
    Browse the repository at this point in the history
  5. Bump to PHP 8.3

    cuppett committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    edd53e0 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Bump Kubernetes to 1.30.0

    cuppett committed May 5, 2024
    Configuration menu
    Copy the full SHA
    a7980e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Bump to k8s 1.31.0

    cuppett committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    3786c38 View commit details
    Browse the repository at this point in the history