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.4
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.0.0
Choose a head ref
  • 11 commits
  • 44 files changed
  • 7 contributors

Commits on May 5, 2022

  1. feat: Support AWS 4.x Terraform provider (#1739)

    BREAKING CHANGE: The module is upgraded to AWS Terraform provider 4.x
    shashidhar087 authored and npalm committed May 5, 2022
    Configuration menu
    Copy the full SHA
    cfb6da2 View commit details
    Browse the repository at this point in the history
  2. feat: Improve syncer s3 kms encryption

    npalm and Julius Adamek committed May 5, 2022
    Configuration menu
    Copy the full SHA
    38ed5be View commit details
    Browse the repository at this point in the history
  3. chore: Upgrade examples

    npalm committed May 5, 2022
    Configuration menu
    Copy the full SHA
    7671505 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8eb5c88 View commit details
    Browse the repository at this point in the history
  5. feat: Remove var.volume_size in favour of var.block_device_mappings

    BREAKING CHANGE:  var.volume_size replaced by var.block_device_mappings
    npalm committed May 5, 2022
    Configuration menu
    Copy the full SHA
    4e97048 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    86f4d55 View commit details
    Browse the repository at this point in the history
  2. fix: Wrong block device mapping (#2019)

    * fix: block name should default to `dev/xvda`
    
    * fix: Wrong default for block device mapping
    
    Co-authored-by: Gus Fune <[email protected]>
    npalm and gusfune committed May 9, 2022
    Configuration menu
    Copy the full SHA
    185ef20 View commit details
    Browse the repository at this point in the history
  3. review comments

    npalm committed May 9, 2022
    Configuration menu
    Copy the full SHA
    2f84984 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2013 from philips-labs/feat/aws-provider-4

    feat: AWS Terraform provider 4.x
    npalm authored May 9, 2022
    Configuration menu
    Copy the full SHA
    d3cf753 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2026 from philips-labs/develop

    chore: Release
    npalm authored May 9, 2022
    Configuration menu
    Copy the full SHA
    da61c21 View commit details
    Browse the repository at this point in the history
  6. chore(release): 1.0.0 [skip ci]

    ## [1.0.0](v0.40.4...v1.0.0) (2022-05-09)
    
    ### ⚠ BREAKING CHANGES
    
    * var.volume_size replaced by var.block_device_mappings
    * The module is upgraded to AWS Terraform provider 4.x
    
    ### Features
    
    * Improve syncer s3 kms encryption ([38ed5be](38ed5be))
    * Remove var.volume_size in favour of var.block_device_mappings ([4e97048](4e97048))
    * Support AWS 4.x Terraform provider ([#1739](https://github.com/philips-labs/terraform-aws-github-runner/issues/1739)) ([cfb6da2](cfb6da2))
    
    ### Bug Fixes
    
    * Wrong block device mapping ([#2019](https://github.com/philips-labs/terraform-aws-github-runner/issues/2019)) ([185ef20](185ef20))
    semantic-release-bot committed May 9, 2022
    Configuration menu
    Copy the full SHA
    6be0ad5 View commit details
    Browse the repository at this point in the history
Loading