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

Enable PlanResourceChange #4419

Merged
merged 17 commits into from
Sep 3, 2024
Merged

Enable PlanResourceChange #4419

merged 17 commits into from
Sep 3, 2024

Commits on Aug 26, 2024

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

Commits on Aug 27, 2024

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

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    6e5f4b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    416703a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf92c36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcf0262 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd91a69 View commit details
    Browse the repository at this point in the history
  6. More ways to co-locate logs

    t0yv0 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e188ecc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5cca24 View commit details
    Browse the repository at this point in the history
  8. Simplify TestMigrateRdsInstance

    t0yv0 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1dc4764 View commit details
    Browse the repository at this point in the history
  9. Move the skip to the right test

    t0yv0 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8530507 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Fix eks cluster PRC replace (#4415)

    The eks:Cluster resource has received a new parameter with ForceNew and
    a default. When upgrading from an old version before the parameter was
    added this triggers a replace.
    
    This PR adds a workaround for that - when the state is read the
    `bootstrapSelfManagedAddons` parameter is added with its default value
    if not present.
    
    covered by `TestEKSClusterUpgrade`
    
    partially fixes #4410
    
    stacked on #4403
    VenelinMartinov authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e66ce37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ec623e View commit details
    Browse the repository at this point in the history
  3. Fix the patch

    t0yv0 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0b40d32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cac43e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0babf14 View commit details
    Browse the repository at this point in the history
  6. Revert accidental link edits

    t0yv0 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3d7f128 View commit details
    Browse the repository at this point in the history