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: terraform-aws-modules/terraform-aws-autoscaling
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.10.0
Choose a base ref
...
head repository: terraform-aws-modules/terraform-aws-autoscaling
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 2 commits
  • 9 files changed
  • 3 contributors

Commits on Oct 9, 2023

  1. feat!: Use launch_template_id instead of launch_template_name, ra…

    …ise MSV of AWS provider and Terraform to 5.0 and 1.0 respectively (#204)
    
    * Use launch_template_id instead of launch_template_name
    
    * Remove declared but not used variable
    
    * Add support for already existing launch templates
    
    * step scaling adjustment logic
    
    * pre-commit fixes
    
    * version specified for cloudwatch metric alarm module
    
    * enable v5.0 for example/complete to work with vpc module
    
    * v5.0 upgrade
    
    * fix: Remove default tags - this should come from the provider
    
    ---------
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    Co-authored-by: magreenbaum <magreenbaum>
    dhoppe and bryantbiggs authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    1d988c0 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 7.0.0 [skip ci]

    ## [7.0.0](v6.10.0...v7.0.0) (2023-10-09)
    
    ### ⚠ BREAKING CHANGES
    
    * Use `launch_template_id` instead of `launch_template_name`, raise MSV of AWS provider and Terraform to 5.0 and 1.0 respectively (#204)
    
    ### Features
    
    * Use `launch_template_id` instead of `launch_template_name`, raise MSV of AWS provider and Terraform to 5.0 and 1.0 respectively ([#204](#204)) ([1d988c0](1d988c0))
    semantic-release-bot committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    e4d98da View commit details
    Browse the repository at this point in the history
Loading