Skip to content
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: mongodb/terraform-aws-ecs-task-definition
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: mongodb/terraform-aws-ecs-task-definition
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 7, 2020

  1. fix: use correct type for extraHosts directive (#39)

    The `extraHosts` directive is an array of objects, each containing an
    `ipAddress` and a `hostname`, both of type `string`.
    jasonwalsh authored Jul 7, 2020
    Configuration menu
    Copy the full SHA
    084ebe6 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.1.1 [skip ci]

    ## [2.1.1](v2.1.0...v2.1.1) (2020-07-07)
    
    ### Bug Fixes
    
    * use correct type for extraHosts directive ([#39](#39)) ([084ebe6](084ebe6))
    semantic-release-bot committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    dc2b9b3 View commit details
    Browse the repository at this point in the history
Loading