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.7.0
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.8.0
Choose a head ref
  • 6 commits
  • 77 files changed
  • 3 contributors

Commits on Apr 12, 2024

  1. Add imageName param to ECR image args (#1257)

    Fixes #1171
    
    This allows the user to manually choose the name of the underlying
    Pulumi Docker image resource
    
    When not defined it will fall back to the original behavior (use the
    image tag as the name of the underlying resource)
    
    ---------
    
    Co-authored-by: Anton Tayanovskyy <anton@pulumi.com>
    sav-valerio and t0yv0 authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7d35941 View commit details
    Browse the repository at this point in the history
  2. Skip flaky TestLbWithSubnets (#1260)

    This test has been creating P1s and blocking PR verification; we are
    waiting on a feature fix from platform to enable increasing custom
    timeout. IN the meanwhile skipping it is reasonable.
    t0yv0 authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    2709029 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Dependency updates (#1266)

    Fixes #1262 by updating code
    generator dependency from pulumi/pulumi to the latest version.
    
    Provider upgrade tests are updated to the latest version of
    https://github.com/pulumi/providertest with skips cross-referencing
    issues.
    
    The acceptance test job started failing with out-of-disk-space; to
    compensate for the moment a disk cleanup step is added to free more disk
    space on the runner.
    t0yv0 authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    d506f98 View commit details
    Browse the repository at this point in the history
  2. Free disk space (#1269)

    Propagate disk space workaround from PRs to all other workflows.
    t0yv0 authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    823348c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Change DotNet tests to auto configure PULUMI_LOCAL_NUGET (#1270)

    The DotNet tests require the path to the directory containing the awsx
    nuget package to be set using `PULUMI_LOCAL_NUGET`. This adds
    functionality for automatically setting this env variable with the path
    to the dotnet sdk
    
    Also added a convenience make target to install all SDKs
    flostadler authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    7930f2a View commit details
    Browse the repository at this point in the history
  2. Standardize CI on Node 18 (#1273)

    Fixes recent failure of AWS Classic lint on master. Latest dependencies
    of pulumi/pulumi no longer work with 16.
    
    #1268
    t0yv0 authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3f9f6c1 View commit details
    Browse the repository at this point in the history
Loading