Skip to content

Commit

Permalink
Docker Registry Upgrade (#10855)
Browse files Browse the repository at this point in the history
* Updates docker_registry2 from 1.18.0 to 1.18.2 to fix quay.io container registry pagination

Fix #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 ([#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 ([#105](https://redirect.github.com/deitch/docker_registry2/issues/105))
* [`c33e9f5`](deitch/docker_registry2@c33e9f5) v1.18.1 ([#104](https://redirect.github.com/deitch/docker_registry2/issues/104))
* [`4d4b968`](deitch/docker_registry2@4d4b968) Smartly join URLs ([#101](https://redirect.github.com/deitch/docker_registry2/issues/101))
* [`d11771a`](deitch/docker_registry2@d11771a) Enhancement of rubocop and tests configs ([#103](https://redirect.github.com/deitch/docker_registry2/issues/103))
* [`4c130c9`](deitch/docker_registry2@4c130c9) Fix rubocop on master ([#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)

* Bump docker_registry2 in common/dependabot-common.gemspec: we need the fix

also manually reported to Gemfile.lock files

* build: ⬆️ tapioca gem

Signed-off-by: Lewis Strong <lewis.strong@qodea.com>

---------

Signed-off-by: Lewis Strong <lewis.strong@qodea.com>
Co-authored-by: Thomas Riccardi <thomas@deepomatic.com>
Co-authored-by: Hariharan Thavachelvam <164553783+thavaahariharangit@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 1, 2024
1 parent 0d9864e commit 3711a98
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PATH
aws-sdk-ecr (~> 1.5)
bundler (>= 1.16, < 3.0.0)
commonmarker (>= 0.20.1, < 0.24.0)
docker_registry2 (~> 1.18.0)
docker_registry2 (~> 1.18.2)
excon (~> 0.109)
faraday (= 2.7.11)
faraday-retry (= 2.2.0)
Expand Down Expand Up @@ -180,7 +180,7 @@ GEM
reline (>= 0.3.8)
diff-lcs (1.5.0)
docile (1.4.0)
docker_registry2 (1.18.0)
docker_registry2 (1.18.2)
rest-client (>= 1.8.0)
domain_name (0.6.20231109)
erubi (1.13.0)
Expand Down
2 changes: 1 addition & 1 deletion common/dependabot-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "aws-sdk-ecr", "~> 1.5"
spec.add_dependency "bundler", ">= 1.16", "< 3.0.0"
spec.add_dependency "commonmarker", ">= 0.20.1", "< 0.24.0"
spec.add_dependency "docker_registry2", "~> 1.18.0"
spec.add_dependency "docker_registry2", "~> 1.18.2"
spec.add_dependency "excon", "~> 0.109"
spec.add_dependency "faraday", "2.7.11"
spec.add_dependency "faraday-retry", "2.2.0"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PATH
aws-sdk-ecr (~> 1.5)
bundler (>= 1.16, < 3.0.0)
commonmarker (>= 0.20.1, < 0.24.0)
docker_registry2 (~> 1.18.0)
docker_registry2 (~> 1.18.2)
excon (~> 0.109)
faraday (= 2.7.11)
faraday-retry (= 2.2.0)
Expand Down Expand Up @@ -181,7 +181,7 @@ GEM
reline (>= 0.3.8)
diff-lcs (1.5.1)
docile (1.4.0)
docker_registry2 (1.18.0)
docker_registry2 (1.18.2)
rest-client (>= 1.8.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
Expand Down

0 comments on commit 3711a98

Please sign in to comment.