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-awsx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.12.3
Choose a base ref
...
head repository: pulumi/pulumi-awsx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.13.0
Choose a head ref
  • 6 commits
  • 30 files changed
  • 5 contributors

Commits on Jun 24, 2024

  1. Automate updating pu/pu node dependency (#1320)

    Adds automation for updating the pu/pu node dependency.
    This also adds tools for deduplicating entries in the yarn.lock file.
    Those sometimes happen when upgrading dependencies... :(
    yarnpkg/yarn#3967
    flostadler authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    eae60a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. chore: Combined dependabot update (#1330)

    Combined dependabot PR
    
    - #1329
    - #1328
    - #1327
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    corymhall and dependabot[bot] authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    970921f View commit details
    Browse the repository at this point in the history
  2. Don't set provider version during pulumi upgrades (#1332)

    This causes the version to flip-flop between builds.
    
    We don't want a real version because we're pushing the code back as a
    PR.
    danielrbradley authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a1383ea View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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

Commits on Jul 2, 2024

  1. Update pulumi/pulumi version to v3.122.0 (#1338)

    Upgrading pulumi/pkg and pulumi/sdk to version v3.122.0.
    pulumi-bot authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2f165d6 View commit details
    Browse the repository at this point in the history
  2. Create example for testing parallel ECS updates (#1334)

    Adding an example to test parallel updates to components like ECS
    services. Currently component updates are serialized (#1250), but
    pulumi/pulumi#7629 fixed that.
    
    I used this test for verifying the changes locally, now that the change
    is released we can use this as a regression test
    flostadler authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f26ad55 View commit details
    Browse the repository at this point in the history
Loading