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.13.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.14.0
Choose a head ref
  • 6 commits
  • 22 files changed
  • 4 contributors

Commits on Jun 17, 2021

  1. fix(scale): Refactor Runner Type and Owner (#871)

    * fix(scale): Refactor Runner Type and Owner
    
    * `environment` should not be optional
    mcaulifn authored and npalm committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    83dd263 View commit details
    Browse the repository at this point in the history
  2. feat: support multiple instance types (#898)

    * fix(scale): Refactor Runner Type and Owner
    
    * `environment` should not be optional
    
    * feat(runners): Support Multiple Instance Types
    
    * Correcting failed launch logic
    
    * Updating tests
    
    * Test for all launch templates failing
    
    * Marking `instance_type` as deprecated
    mcaulifn authored and npalm committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    c996f73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4afc1cb View commit details
    Browse the repository at this point in the history
  4. fix: scale down runners (#905)

    * fix: scale down runners
    
    * fix: scale down runners
    npalm committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    f024cda View commit details
    Browse the repository at this point in the history
  5. chore: group upgrade lambda dependencies (#906)

    * chore: upgrade dependencies for lambda's
    
    * fix auth-app to 3.4.0, issues #904 addresses the issue
    npalm committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    0c28dc1 View commit details
    Browse the repository at this point in the history
  6. chore(release): 0.14.0 [skip ci]

    ## [0.14.0](v0.13.1...v0.14.0) (2021-06-17)
    
    ### Features
    
    * support multiple instance types ([#898](https://github.com/philips-labs/terraform-aws-github-runner/issues/898)) ([c996f73](c996f73))
    
    ### Bug Fixes
    
    * scale down runners ([#905](https://github.com/philips-labs/terraform-aws-github-runner/issues/905)) ([f024cda](f024cda))
    * **scale:** Refactor Runner Type and Owner ([#871](https://github.com/philips-labs/terraform-aws-github-runner/issues/871)) ([83dd263](83dd263))
    semantic-release-bot committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    b82a8a0 View commit details
    Browse the repository at this point in the history
Loading