Skip to content
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

Bump github.com/containers/image/v5 from 5.6.0 to 5.8.0 #1106

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/containers/image/v5 from 5.6.0 to 5.8.0.

Release notes

Sourced from github.com/containers/image/v5's releases.

v5.8.0

  • pkg/shortnames
  • Finally, split configuration loading and merging
  • Reorder merging code in loadConfig to match field order in V2RegistriesConf
  • Remove "TODO: separate upper format from internal data below:"
  • Move shortNameMode from V2RegistriesConf to parsedConfig
  • Behavior change: Move unqualifiedSearchRegistriesOrigin to parsedConfig
  • Deprecate TryUpdatingCache return value, warn about parsedConfig.v2
  • Some progress: Move aliasCache out of V2RegistriesConf to parsedConfig
  • Add a parsedConfig return value to loadConfigFile
  • Split shortNameAliasCache.updateWithConfigurationFrom from loadConfig
  • Move the creation of shortNameAliasCache to loadConfigFile
  • Rename shortNameAliasConf.parseAndValidate to newShortNameAliasCache
  • Move the allocation of an empty alias map to editShortNameAlias
  • Bump github.com/klauspost/compress from 1.11.1 to 1.11.2
  • Split shortNameAliasCache from shortNameAliasConf
  • Split the error and success return paths of shortNameAliasConf.parseAndValidate
  • Sort Registries in V2RegistriesConf.postProcess
  • Make it clearer that .postProcessRegistries() is called on the V2RegistriesConf data
  • Make tomlConfig private
  • Split loadConfigFile from loadConfig
  • Make loadConfig a method on parsedConfig instead of tomlConfig
  • Introduce sysregistriesv2.parsedConfig, use it for configCache
  • Don't hard-code cache implementation details in tests
  • Add a test for correctly merging unqualified-search-registries
  • sysregistriesv2: short-name aliasing
  • Add GetDigest method to retrieve digest from manifest HEAD request
  • Fix misleading network error
  • Bump github.com/containers/storage from 1.23.6 to 1.23.7
  • docs: update reference to containers-registeries.d.md

v5.7.0

This Release now: Searches for credentials under XDG_CONFIG_HOME Usese $DOCKER_CONFIG/config.json to match the docker CLI. Sets a default rootless sigstore. Updates copier/imagecopier to fix race condition.

Commits
  • a9a1673 v5.8.0
  • cf9ea2e pkg/shortnames
  • 830a24c Merge pull request #1070 from containers/dependabot/go_modules/github.com/kla...
  • e848086 Merge pull request #1077 from mtrmac/aliasing-split-load-and-merge
  • 3840ee4 Finally, split configuration loading and merging
  • 1e38baf Reorder merging code in loadConfig to match field order in V2RegistriesConf
  • f643db0 Remove "TODO: separate upper format from internal data below:"
  • 3e43bc7 Move shortNameMode from V2RegistriesConf to parsedConfig
  • 866401e Behavior change: Move unqualifiedSearchRegistriesOrigin to parsedConfig
  • ecbc128 Deprecate TryUpdatingCache return value, warn about parsedConfig.v2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 16, 2020
@rhatdan rhatdan force-pushed the dependabot/go_modules/github.com/containers/image/v5-5.8.0 branch from d55c8a9 to 3819412 Compare November 16, 2020 22:14
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.6.0 to 5.8.0.
- [Release notes](https://github.com/containers/image/releases)
- [Commits](containers/image@v5.6.0...v5.8.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
Signed-off-by: Daniel J Walsh <[email protected]>
@rhatdan rhatdan force-pushed the dependabot/go_modules/github.com/containers/image/v5-5.8.0 branch from 3819412 to e30abff Compare November 18, 2020 20:11
@rhatdan
Copy link
Member

rhatdan commented Nov 19, 2020

LGTM

@rhatdan rhatdan merged commit 6a48870 into master Nov 19, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/containers/image/v5-5.8.0 branch November 19, 2020 14:56
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file locked - please file new issue/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant