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: sous-chefs/aws
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.2.2
Choose a base ref
...
head repository: sous-chefs/aws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 15 files changed
  • 4 contributors

Commits on Sep 4, 2025

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

Commits on Sep 5, 2025

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

Commits on Sep 10, 2025

  1. Update sous-chefs/.github action to v4 (#506)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    0b50173 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

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

Commits on Sep 19, 2025

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

Commits on Oct 14, 2025

  1. fix(ci): Update workflows to use release pipeline (#513)

    * feat(ci): migrate to reusable workflows v4.1.0
    
    Update ci.yml to use lint-unit workflow v4.1.0
    
    Add conventional-commits workflow for PR validation
    
    Add prevent-file-change workflow for metadata protection
    
    Add release workflow using release-cookbook v4.1.0
    
    Add release-please configuration files
    
    Use secrets: inherit for proper secret propagation
    
    * fix(ci): Update workflows to use release pipeline
    
    Signed-off-by: Dan Webb <[email protected]>
    
    ---------
    
    Signed-off-by: Dan Webb <[email protected]>
    damacus authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    45a6485 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16681e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. fix(ci): Update CHANGELOG list formatting (#519)

    * feat(cloudwatch): Add treat_missing_data property to cloudwatch alarms
    
    Signed-off-by: Dan Webb <[email protected]>
    
    * fix(ci): Update CHANGELOG list formatting
    
    Signed-off-by: Dan Webb <[email protected]>
    
    * chore(docs): Remove empty changelog entries
    
    Signed-off-by: Dan Webb <[email protected]>
    
    ---------
    
    Signed-off-by: Dan Webb <[email protected]>
    damacus authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    7e8c191 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    304af1e View commit details
    Browse the repository at this point in the history
  3. Fix AWS region detection for GovCloud regions in aws cookbook (#518)

    ## Summary
    
    Fix AWS region detection for GovCloud regions (us-gov-east-1, us-gov-west-1) by using the region directly from EC2 metadata instead of incorrectly parsing it from the availability zone.
    
    ## Why
    
    The previous implementation had a bug in the fallback_region method that attempted to derive the region from the availability zone by:
    1. Chopping the last character from the AZ (e.g., us-gov-east-1a -> us-gov-east-1)
    2. If the AZ had more than 3 dashes, it would truncate to only the first 3 parts
    
    This caused GovCloud regions like `us-gov-east-1` to be incorrectly truncated to us-gov-east, resulting in DNS resolution failures when trying to connect to AWS APIs: `Failed to open TCP connection to ec2.us-gov-east.amazonaws.com:443` (getaddrinfo: Name or service not known)
    
    The fix uses `node['ec2']['region']` directly from Ohai EC2 metadata, which already provides the correct region format for all AWS regions including GovCloud. Added debug logging to show both the correct region and what the old logic would have returned for troubleshooting.
    
    Co-authored-by: Dan Webb <[email protected]>
    achinthagunasekara and damacus authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    b935827 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 9.3.0 (#520)

    Co-authored-by: Dan Webb <[email protected]>
    kitchen-porter and damacus authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    d3af5e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

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