Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: philips-labs/terraform-aws-github-runner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.40.1
Choose a base ref
...
head repository: philips-labs/terraform-aws-github-runner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.40.2
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on Apr 25, 2022

  1. chore: Bump @vercel/ncc in /modules/runners/lambdas/runners (#1944)

    Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.33.3 to 0.33.4.
    - [Release notes](https://github.com/vercel/ncc/releases)
    - [Commits](vercel/ncc@0.33.3...0.33.4)
    
    ---
    updated-dependencies:
    - dependency-name: "@vercel/ncc"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    cc992ae View commit details
    Browse the repository at this point in the history
  2. fix: Outputs for pool need to account for complexity (#1970)

    * fix: outputs for pool need to account for complexity
    
    As the pool is optional the output needs to take this into account and access the first instance in the list. We also must output null if not set.
    
    * Ensure pool role is output from main module
    ScottGuymer authored Apr 25, 2022
    Configuration menu
    Copy the full SHA
    2d92906 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ef97bc View commit details
    Browse the repository at this point in the history
  4. chore(release): 0.40.2 [skip ci]

    ### [0.40.2](v0.40.1...v0.40.2) (2022-04-25)
    
    ### Bug Fixes
    
    * Outputs for pool need to account for complexity ([#1970](https://github.com/philips-labs/terraform-aws-github-runner/issues/1970)) ([2d92906](2d92906))
    semantic-release-bot committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    a20811c View commit details
    Browse the repository at this point in the history
Loading