-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Updates docker_registry2 from 1.18.0 to 1.18.2 to fix quay.io container registry pagination #10575
Conversation
@@ -174,7 +174,7 @@ GEM | |||
reline (>= 0.3.8) | |||
diff-lcs (1.5.1) | |||
docile (1.4.0) | |||
docker_registry2 (1.18.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although this
spec.add_dependency "docker_registry2", "~> 1.18.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I have pushed commits with the modification in dependabot-core/common/dependabot-common.gemspec
, and also manually in Gemfile.lock
and updater/Gemfile.lock
.
Unsure about all that, notably about Gemfile.lock
.
I'm not a ruby developer, I'm not familiar with the ruby packaging, but docker_registry2
1.18.0..1.18.2 has no dependency change (except dev dependency), so it should be ok to patch the Gemfile.lock manually.
…er registry pagination Fix dependabot#10347, cf deitch/docker_registry2#106 Updates `docker_registry2` from 1.18.0 to 1.18.2 Commits * [`b830597`](deitch/docker_registry2@b830597) bump 1.18.2 ([dependabot#108](https://redirect.github.com/deitch/docker_registry2/issues/108)) * [`2915d80`](deitch/docker_registry2@2915d80) Fix pagination for tags list pagination for quay.io & registry.access.redhat.... * [`2071379`](deitch/docker_registry2@2071379) remove gemfile.lock from gitignore and commit to git ([dependabot#105](https://redirect.github.com/deitch/docker_registry2/issues/105)) * [`c33e9f5`](deitch/docker_registry2@c33e9f5) v1.18.1 ([dependabot#104](https://redirect.github.com/deitch/docker_registry2/issues/104)) * [`4d4b968`](deitch/docker_registry2@4d4b968) Smartly join URLs ([dependabot#101](https://redirect.github.com/deitch/docker_registry2/issues/101)) * [`d11771a`](deitch/docker_registry2@d11771a) Enhancement of rubocop and tests configs ([dependabot#103](https://redirect.github.com/deitch/docker_registry2/issues/103)) * [`4c130c9`](deitch/docker_registry2@4c130c9) Fix rubocop on master ([dependabot#102](https://redirect.github.com/deitch/docker_registry2/issues/102)) * See full diff in [compare view](deitch/docker_registry2@v1.18.0...v1.18.2)
…e fix also manually reported to Gemfile.lock files
0f79de4
to
450db3f
Compare
Sorbet check fails, I cannot reproduce the correct environment, to run the suggested
|
@thomas-riccardi should that work against branch
|
@targylyen I have no idea, I'm just trying to bump a dependency on dependabot-core to get a fix, I'm not a ruby developer. |
I've created a PR on your fork to hopefully update this to sort the pipeline sorbet failure |
Once you've done that you should rebase this PR too |
@thomas-riccardi are you able to take a look at this ? |
Alternatively I've opened #10855 which includes these changes and the Sorbet tests are now passing |
@lewis-strong |
|
closing in favor of #10855 |
What are you trying to accomplish?
what: Fix #10347: fix quay.io container registry pagination, cf deitch/docker_registry2#106
how: Updates
docker_registry2
from 1.18.0 to 1.18.2 (I copied the diff from #10480)Anything you want to highlight for special attention from reviewers?
Automatic dependabot PRs don't seem to be merged, so I try a manual PR.
Updates
docker_registry2
from 1.18.0 to 1.18.2Commits
b830597
bump 1.18.2 (#108)2915d80
Fix pagination for tags list pagination for quay.io & registry.access.redhat....2071379
remove gemfile.lock from gitignore and commit to git (#105)c33e9f5
v1.18.1 (#104)4d4b968
Smartly join URLs (#101)d11771a
Enhancement of rubocop and tests configs (#103)4c130c9
Fix rubocop on master (#102)How will you know you've accomplished your goal?
cf issue #10347
Checklist