-
Notifications
You must be signed in to change notification settings - Fork 36
Comparing changes
Open a pull request
base repository: testcontainers/moby-ryuk
base: 0.10.0
head repository: testcontainers/moby-ryuk
compare: refs/heads/main
- 7 commits
- 12 files changed
- 3 contributors
Commits on Oct 10, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 91122e2 - Browse repository at this point
Copy the full SHA 91122e2View commit details
Commits on Oct 11, 2024
-
fix: alpine image version (#170)
Fix the alpine image version using both 3.19 and 3.20 which could lead to compatibility issues.
Configuration menu - View commit details
-
Copy full SHA for a4c54cf - Browse repository at this point
Copy the full SHA a4c54cfView commit details
Commits on Oct 14, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for f1eb68a - Browse repository at this point
Copy the full SHA f1eb68aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cbdc142 - Browse repository at this point
Copy the full SHA cbdc142View commit details
Commits on Oct 23, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for e08866d - Browse repository at this point
Copy the full SHA e08866dView commit details
Commits on Nov 20, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 21a7ce8 - Browse repository at this point
Copy the full SHA 21a7ce8View commit details
Commits on Dec 12, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for cd4df39 - Browse repository at this point
Copy the full SHA cd4df39View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.10.0...refs/heads/main