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: go-to-k/delstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: go-to-k/delstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 11 commits
  • 100 files changed
  • 2 contributors

Commits on Mar 15, 2026

  1. Release for v2.5.0 (#595)

    * [tagpr] prepare for the next release
    
    * [tagpr] update CHANGELOG.md
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 15, 2026
    Configuration menu
    Copy the full SHA
    fef6494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb7885a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65cb0b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd1adbe View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

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

Commits on Mar 17, 2026

  1. docs: improve README clarity and structure (#602)

    - Restructure Interactive Mode section with subheadings and bullet points
    - Fix grammatical issues ("buckets with Non-empty", "not interactive mode")
    - Clarify ambiguous references ("It can be empty" -> "The filter keyword can be empty")
    - Fix "GitHub Action" -> "GitHub Actions workflow" to match service name
    - Add missing space in "install(for developers)"
    go-to-k authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    3927034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74ae943 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d295ca View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. fix: skip DeletionPolicy removal for non-updatable stack statuses (#607)

    * fix: skip DeletionPolicy removal for non-updatable stack statuses
    
    Previously, RemoveDeletionPolicy only skipped ROLLBACK_COMPLETE stacks.
    Stacks in other non-updatable states (e.g. DELETE_FAILED, ROLLBACK_FAILED)
    would fail with an UpdateStack API error.
    
    Use a positive list of updatable statuses instead, and log a warning when
    skipping so users are aware that Retain resources may not be cleaned up.
    
    * docs: add comment explaining why non-updatable stacks are skipped
    go-to-k authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    a29bdf2 View commit details
    Browse the repository at this point in the history
  2. feat: support Lambda@Edge function deletion with replica cleanup retry (

    #606)
    
    * feat: support Lambda@Edge function deletion with replica cleanup retry
    
    * fix: simplify Lambda@Edge retry log message
    
    * rm S3 auto delete objects
    
    * docs
    
    * docs: add lambda_edge to e2e directory listing in CONTRIBUTING.md
    
    * docs: improve Lambda@Edge description in README resource table
    
    * docs: align Lambda@Edge description in operator collection error message
    
    * docs: add comment explaining why retry fields are struct fields
    
    * fix: wrap timeout error with ClientError for consistency
    
    * test: add timeout test case for Lambda@Edge retry
    
    * refactor: make isReplicatedFunctionError a receiver method
    go-to-k authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    fcc54af View commit details
    Browse the repository at this point in the history
  3. Release for v2.6.0 (#608)

    * [tagpr] prepare for the next release
    
    * [tagpr] update CHANGELOG.md
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    11555d9 View commit details
    Browse the repository at this point in the history
Loading