8000 Comparing v1.2.1...master · terraform-aws-modules/terraform-aws-elasticache · GitHub
[go: up one dir, main page]

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-elasticache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: terraform-aws-modules/terraform-aws-elasticache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 43 files changed
  • 9 contributors

Commits on Aug 4, 2024

  1. fix: Argument replication_group_id conflicts with engine and `log…

    …_delivery_configuration` (#10)
    magreenbaum authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    97bc4b5 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 1.2.2 [skip ci]

    ## [1.2.2](v1.2.1...v1.2.2) (2024-08-04)
    
    ### Bug Fixes
    
    * Argument `replication_group_id` conflicts with `engine` and `log_delivery_configuration` ([#10](#10)) ([97bc4b5](97bc4b5))
    semantic-release-bot committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    575c312 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    2a02a2c View commit details
    Browse the repository at this point in the history
  2. chore(release): version 1.2.3 [skip ci]

    ## [1.2.3](v1.2.2...v1.2.3) (2024-09-09)
    
    ### Bug Fixes
    
    * Fix cache_usage_limits issue when empty map (default value) is provided. ([#13](#13)) ([2a02a2c](2a02a2c))
    semantic-release-bot committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7e0ea95 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. docs: Update README to use correct argument for security groups (#15)

    Co-authored-by: Vitalii Morvaniuk <vitalii.morvaniuk@airslate.com>
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    3 people authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fc7dbf6 View commit details
    Browse the repository at this point in the history
  2. fix: Correct output attribute mis-spelling (#18)

    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    syedimranhassan and bryantbiggs authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a4940aa View commit details
    Browse the repository at this point in the history
  3. chore(release): version 1.2.4 [skip ci]

    ## [1.2.4](v1.2.3...v1.2.4) (2024-10-01)
    
    ### Bug Fixes
    
    * Correct output attribute mis-spelling ([#18](#18)) ([a4940aa](a4940aa))
    semantic-release-bot committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fa2f006 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    1bd81be View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. feat: Support aws_elasticache_user_group_association.timeouts and `…

    …aws_elasticache_replication_group.cluster_mode` (#21)
    magreenbaum authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1135640 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 1.3.0 [skip ci]

    ## [1.3.0](v1.2.4...v1.3.0) (2024-10-17)
    
    ### Features
    
    * Support `aws_elasticache_user_group_association.timeouts` and `aws_elasticache_replication_group.cluster_mode` ([#21](#21)) ([1135640](1135640))
    
    ### Bug Fixes
    
    * Update CI workflow versions to latest ([#20](#20)) ([1bd81be](1bd81be))
    semantic-release-bot committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    347d65c View commit details
    Browse the repositor 8000 y at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    6b1b5aa View commit details
    Browse the repository at this point in the history
  2. chore(release): version 1.4.0 [skip ci]

    ## [1.4.0](v1.3.0...v1.4.0) (2024-11-29)
    
    ### Features
    
    * Support Valkey ([#26](#26)) ([6b1b5aa](6b1b5aa))
    semantic-release-bot committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    aaf3837 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    cdc870e View commit details
    Browse the repository at this point in the history
  2. chore(release): version 1.4.1 [skip ci]

    ## [1.4.1](v1.4.0...v1.4.1) (2024-12-02)
    
    ### Bug Fixes
    
    * Change cloudwatch log group output to include all created log groups ([#19](#19)) ([cdc870e](cdc870e))
    semantic-release-bot committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    7d8b70b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2025

  1. Configuration menu
    Copy the full SHA
    41e5c75 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 1.5.0 [skip ci]

    ## [1.5.0](v1.4.1...v1.5.0) (2025-03-29)
    
    ### Features
    
    * Add elasticache cluster timeouts ([#33](#33)) ([41e5c75](41e5c75))
    semantic-release-bot committed Mar 29, 2025
    Configuration menu
    Copy the full SHA
    5ebac98 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2025

  1. feat: Set create_before_destroy on subnet group (#29)

    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    alisson276 and bryantbiggs authored Mar 30, 2025
    Configuration menu
    Copy the full SHA
    9133f1e View commit details
    Browse the repository at this point in the history
  2. chore(release): version 1.6.0 [skip ci]

    ## [1.6.0](v1.5.0...v1.6.0) (2025-03-30)
    
    ### Features
    
    * Set `create_before_destroy` on subnet group ([#29](#29)) ([9133f1e](9133f1e))
    semantic-release-bot committed Mar 30, 2025
    Configuration menu
    Copy the full SHA
    d10bc36 View commit details
    Browse the repository at this point in the history
Loading
0