Bump docker_registry2 to fix #3989#5436
Conversation
The latest version of docker_registry2 has the fix for dependabot#3989.
|
Thanks! Feel free to reach out if you need help! |
|
@Nishnha I am new to the code base. I tested the code manually on my machine. Can you point me to the test file to which I can add this scenario? |
|
@noorul, sure! It looks like we specifically want to test that quay URLs follow the next page for paginated links Paginated URLs are accessed by our docker client (docker_registry2) in and we eventually use that to determine the So a test you may be able to set up is: with a paginated quay URL, the update check is able to follow the paginated URL to find the latest version |
|
@Nishnha Great! Thanks! I couldn't find time to get to this. |
Bump `docker_registry2` to `1.13` to pickup the fix in deitch/docker_registry2#68. This pin isn't strictly necessary since the upstream fix is mostly cosmetic making a stack trace more legible, so I originally wasn't going to force it. However, I removed the `>=` pin as it's redundant given the `~>` pin. It crept in originally as part of forcing a newer patch release in e991abb, but should have been removed by 0299755 / #5436. And since I was doing that, I figured I might as well bump it too.
* Bump `docker_registry2` to `1.13` Bump `docker_registry2` to `1.13` to pickup the fix in deitch/docker_registry2#68. This pin isn't strictly necessary since the upstream fix is mostly cosmetic making a stack trace more legible, so I originally wasn't going to force it. However, I removed the `>=` pin as it's redundant given the `~>` pin. It crept in originally as part of forcing a newer patch release in e991abb, but should have been removed by 0299755 / #5436. And since I was doing that, I figured I might as well bump it too. * `cd updater && bundle install`
The latest version of docker_registry2 has the fix for #3989.