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: v1.1.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: v1.2.0
Choose a head ref
  • 4 commits
  • 36 files changed
  • 4 contributors

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    055e2b0 View commit details
    Browse the repository at this point in the history
  2. feat: Replace environment variable by prefix (#1858)

    We're looking at using this module to deploy multiple sets of runner types (x86_64 and arm architectures) but within the same conceptual "environment".
    
    We use the "Environment" tag throughout our tooling, but the constraints of using the "environment" variable for resource naming mean that we need to essentially supply different environment names (eg "env-amd64" and "env-arm64"), even though they are not in different environments.
    
    We also use the dot character (".") in our environment names, which isn't allowed in some resource names (eg SQS queue name).
    
    This PR replaces the "environmet" variable by "prefix" to prefix resources crated by the module. The prefix is also used to set the tag: "ghr:environment" with the value of prefix for lambda's to orchestrate the instnaces.
    
    You can still set the tag "environment" to all resources via the AWS provider.
    
    
    Co-authored-by: Niek Palm <[email protected]>
    surminus and npalm authored May 20, 2022
    Configuration menu
    Copy the full SHA
    e2f9a27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    976048e View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.2.0 [skip ci]

    ## [1.2.0](v1.1.1...v1.2.0) (2022-05-20)
    
    ### Features
    
    * Replace environment variable by prefix ([#1858](https://github.com/philips-labs/terraform-aws-github-runner/issues/1858)) ([e2f9a27](e2f9a27))
    semantic-release-bot committed May 20, 2022
    Configuration menu
    Copy the full SHA
    30dd8af View commit details
    Browse the repository at this point in the history
Loading