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: pulumi/pulumi-aws
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.46.0
Choose a base ref
...
head repository: pulumi/pulumi-aws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.47.0
Choose a head ref
  • 6 commits
  • 1,135 files changed
  • 3 contributors

Commits on Jul 26, 2024

  1. chore: TestIMDSAuth is very slow (#4298)

    The `TestIMDSAuth` test frequently takes ~45 minutes to run. Looking
    into it more it looks like the `command:remote:CopyFile` takes the bulk
    of the time and I am not sure why. Copying the file to S3 via
    `BucketObjectV2` and then using the userData to copy the file from S3
    during instance start up seems to be significantly faster
    
    The test went from ~40minutes to ~4 minutes.
    corymhall authored Jul 26, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2590949 View commit details
  2. Update GitHub Actions workflows. (#4306)

    This PR was automatically generated by the
    update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
    repo, from commit 1aa9684665255d96334711d99f91beacdfb0ecf2.
    pulumi-bot authored Jul 26, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4da926b View commit details
  3. Add basic instructions for upstream upgrades (#4310)

    While we improve automation and documentation in the bridge for the
    upstream upgrade process, here are some notes on the de-facto process of
    doing these upgrades.
    t0yv0 authored Jul 26, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    dd0753b View commit details
  4. Upgrade pulumi-terraform-bridge to v3.88.0 (#4304)

    This PR was generated via `$ upgrade-provider pulumi/pulumi-aws
    --kind=bridge --pr-reviewers=guineveresaenger`.
    
    ---
    
    - Upgrading pulumi-terraform-bridge from v3.87.0 to v3.88.0.
    - Upgrading pulumi-terraform-bridge/pf from v0.40.0 to v0.41.0.
    pulumi-bot authored Jul 26, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9816a17 View commit details
  5. Update GitHub Actions workflows. (#4312)

    This PR was automatically generated by the
    update-workflows-single-bridged-provider workflow in the pulumi/ci-mgmt
    repo, from commit 2d9cb9ebea04c3061453e60961ff347146fbdc26.
    pulumi-bot authored Jul 26, 2024
    Copy the full SHA
    7a3721c View commit details
  6. Upstream v5.60.0 (#4309)

    Upgrades the pulumi-terraform-aws dependency to v5.60.0.
    
    Fixes #4305
    
    New resources:
    
    - shield/subscription.Subscription
    
    New functions:
    
    - index/getServicePrincipal.getServicePrincipal
    t0yv0 authored Jul 26, 2024
    Copy the full SHA
    fec53e2 View commit details
Loading