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: testcontainers/moby-ryuk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.10.0
Choose a base ref
...
head repository: testcontainers/moby-ryuk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/heads/main
Choose a head ref
  • 7 commits
  • 12 files changed
  • 3 contributors

Commits on Oct 10, 2024

  1. fix: use Started instead of listening (#167)

    * fix: use Started instead of listening
    
    To avoid breaking existing clients of Ryuk, using a custom Ryuk version with older testcontainers versions.
    
    * fix: update tests
    
    * chor: better message
    
    * docs: fix
    
    * fix: simplify message
    mdelapenya authored Oct 10, 2024
    Copy the full SHA
    91122e2 View commit details

Commits on Oct 11, 2024

  1. fix: alpine image version (#170)

    Fix the alpine image version using both 3.19 and 3.20 which could
    lead to compatibility issues.
    stevenh authored Oct 11, 2024
    Copy the full SHA
    a4c54cf View commit details

Commits on Oct 14, 2024

  1. chore(deps): bump docker/setup-buildx-action from 2 to 3 (#114)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 14, 2024
    Copy the full SHA
    f1eb68a View commit details
  2. fix: slow shutdown after signal (#169)

    Fix shutdown after signal to allow the last client disconnect to trigger
    a prune check. Previous this would always waiting for the shutdown timeout,
    which by default is 10 minutes, resulting in an unnecessarily slow shutdown.
    stevenh authored Oct 14, 2024
    Copy the full SHA
    cbdc142 View commit details

Commits on Oct 23, 2024

  1. fix: multiple filters (#173)

    Fix multiple filters which was only applying the removal of the last
    iterated set.
    
    Add tests to validate that:
    * Multiple filters are correctly processed
    * Duplicate filters are correctly ignored
    * Immediate shutdown occurs if no clients
    
    This increasing code coverage to 89.4%.
    
    Use best effort in removal if resource changes are detected after
    a shutdown has been signalled to allow as much to be cleaned up as
    possible.
    
    This includes a new setting ChangesRetryInterval exposed by the env
    variable RYUK_CHANGES_RETRY_INTERVAL and defaults to 1 second which
    is used to control the interval between retries if resource changes
    are detected.
    stevenh authored Oct 23, 2024
    Copy the full SHA
    e08866d View commit details

Commits on Nov 20, 2024

  1. chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (#…

    …174)
    
    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.0 to 6.1.1.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@aaa42aa...971e284)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 20, 2024
    Copy the full SHA
    21a7ce8 View commit details

Commits on Dec 12, 2024

  1. chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#179

    )
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2024
    Copy the full SHA
    cd4df39 View commit details
Loading