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.29.0
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.30.0
Choose a head ref
  • 13 commits
  • 39 files changed
  • 5 contributors

Commits on Jan 12, 2022

  1. feat: Add scheduled / pull based scaling for org level runners (#1577)

    - Add opt-in runneer pool for org leve
    - Refactor unit tests for runners lambda
    - Update VSCode recommandations
    
    
    Co-authored-by: Alix Lourme <[email protected]>
    Co-authored-by: Scott Guymer <[email protected]>
    3 people authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    8197432 View commit details
    Browse the repository at this point in the history
  2. chore: Bump jest (#1593)

    Bumps [jest](https://github.com/facebook/jest) from 27.4.5 to 27.4.7.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](jestjs/jest@v27.4.5...v27.4.7)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      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 Jan 12, 2022
    Configuration menu
    Copy the full SHA
    788bd2f View commit details
    Browse the repository at this point in the history
  3. chore: Bump jest in /modules/runners/lambdas/runners (#1596)

    Bumps [jest](https://github.com/facebook/jest) from 27.4.5 to 27.4.7.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](jestjs/jest@v27.4.5...v27.4.7)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      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 Jan 12, 2022
    Configuration menu
    Copy the full SHA
    8c950af View commit details
    Browse the repository at this point in the history
  4. chore: Bump @octokit/webhooks in /modules/webhook/lambdas/webhook (#1…

    …605)
    
    Bumps [@octokit/webhooks](https://github.com/octokit/webhooks.js) from 9.21.0 to 9.22.0.
    - [Release notes](https://github.com/octokit/webhooks.js/releases)
    - [Commits](octokit/webhooks.js@v9.21.0...v9.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/webhooks"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    a1d4304 View commit details
    Browse the repository at this point in the history
  5. chore: Bump @types/node (#1600)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.7 to 17.0.8.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      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 Jan 12, 2022
    Configuration menu
    Copy the full SHA
    a2fe0a8 View commit details
    Browse the repository at this point in the history
  6. chore: Bump jest in /modules/webhook/lambdas/webhook (#1599)

    Bumps [jest](https://github.com/facebook/jest) from 27.4.5 to 27.4.7.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](jestjs/jest@v27.4.5...v27.4.7)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      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 Jan 12, 2022
    Configuration menu
    Copy the full SHA
    c30d8d9 View commit details
    Browse the repository at this point in the history
  7. chore: Bump jest-mock (#1594)

    Bumps [jest-mock](https://github.com/facebook/jest/tree/HEAD/packages/jest-mock) from 27.4.2 to 27.4.6.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v27.4.6/packages/jest-mock)
    
    ---
    updated-dependencies:
    - dependency-name: jest-mock
      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 Jan 12, 2022
    Configuration menu
    Copy the full SHA
    7496d5b View commit details
    Browse the repository at this point in the history
  8. chore: Bump @aws-sdk/client-ssm in /modules/webhook/lambdas/webhook (…

    …#1602)
    
    Bumps [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) from 3.45.0 to 3.46.0.
    - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.46.0/clients/client-ssm)
    
    ---
    updated-dependencies:
    - dependency-name: "@aws-sdk/client-ssm"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    8ddd54b View commit details
    Browse the repository at this point in the history
  9. chore: Bump @types/node in /modules/webhook/lambdas/webhook (#1604)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.7 to 17.0.8.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      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 Jan 12, 2022
    Configuration menu
    Copy the full SHA
    b4fd6d3 View commit details
    Browse the repository at this point in the history
  10. chore: Bump aws-sdk (#1612)

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1048.0 to 2.1055.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
    - [Commits](aws/aws-sdk-js@v2.1048.0...v2.1055.0)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sdk
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    c73c38e View commit details
    Browse the repository at this point in the history
  11. chore: Bump aws-sdk in /modules/webhook/lambdas/webhook (#1613)

    Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1048.0 to 2.1055.0.
    - [Release notes](https://github.com/aws/aws-sdk-js/releases)
    - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
    - [Commits](aws/aws-sdk-js@v2.1048.0...v2.1055.0)
    
    ---
    updated-dependencies:
    - dependency-name: aws-sdk
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    1140f5c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    88b2f1b View commit details
    Browse the repository at this point in the history
  13. chore(release): 0.30.0 [skip ci]

    ## [0.30.0](v0.29.0...v0.30.0) (2022-01-12)
    
    ### Features
    
    * Add scheduled / pull based scaling for org level runners ([#1577](https://github.com/philips-labs/terraform-aws-github-runner/issues/1577)) ([8197432](8197432))
    semantic-release-bot committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    e90eece View commit details
    Browse the repository at this point in the history
Loading