Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(aws-cdk-lib): custom resources using Node16 and SDKv2 #26710

Merged
merged 8 commits into from
Aug 11, 2023
Merged

Commits on Aug 10, 2023

  1. fix: iam OIDC provider using Node16

    Changes the IAM OIDC provider custom resource to use Node18 and SDKv3.
    
    Ran integ test to ensure functionality is preserved.
    MrArnoldPalmer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    445dcef View commit details
    Browse the repository at this point in the history
  2. fix(ec2): restrict default sg cr using Node16

    Changes the restrict-default-security-group custom resource to use
    Node18 and sdkv3. Updates unit tests to use the mock client library for
    easier mocking.
    
    deployed integration test stacks for testing.
    MrArnoldPalmer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    faff311 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1194fa3 View commit details
    Browse the repository at this point in the history
  4. snapshots

    MrArnoldPalmer committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    837b302 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. more integ tests

    MrArnoldPalmer committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    fbdae13 View commit details
    Browse the repository at this point in the history
  2. update snapshots

    These ones were dry-ran because finch is failing to build containers.
    MrArnoldPalmer committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    61434f2 View commit details
    Browse the repository at this point in the history
  3. snapshots again

    MrArnoldPalmer committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7bfd752 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed52847 View commit details
    Browse the repository at this point in the history