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/containerd/imgcrypt from 1.1.1 to 1.1.4 in /test/src #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps github.com/containerd/imgcrypt from 1.1.1 to 1.1.4.

Release notes

Sourced from github.com/containerd/imgcrypt's releases.

imgcrypt 1.1.4

v1.1.4:

  • Fixed issue in CheckAuthorization() callpath for images with a ManifestList
  • Updated to ocicrypt 1.1.3
  • Updated to containerd 1.6.1

imgcrypt 1.1.3

v1.1.3:

  • Release v1.1.3 addresses issue #62 due to re-tagging of v1.1.2
  • docs: update referenced containerd project branch to main
  • Update linter to match containerd repo
  • Update CI golang version
  • Updated to containerd 1.5.8

imgcrypt 1.1.2

v1.1.2:

  • Decouple CreateCryptoConfig() from github.com/urfave/cli
  • Updated to containerd 1.5.7
  • Implemented ConvertFunc for image en- and decryption
  • Replace pkg/errors with errors package
  • Updated to ocicrypt 1.1.2
  • Sync'ed ctr-enc with ctr of containerd-1.5.0
Changelog

Sourced from github.com/containerd/imgcrypt's changelog.

v1.1.10:

  • Updated to ocicrypt v1.1.10
  • Added test cases with JKW EC key and added 2 more RSA keys
  • Sync'ed enc-ctr with ctr of containerd v1.6.30
  • Updated dependencies

v1.1.9:

  • Updated to ocicrypt v1.1.9
  • Updated dependencies

v1.1.8:

  • Updated to containerd v1.6.23
  • Sync'ed enc-ctr with ctr of containerd v1.6.23
  • Updated to ocicrypt v1.1.8

v1.1.7:

  • Added support for zstd-compressed layers
  • Update to ocicrypt v1.1.6 for zstd-related dependencies
  • Update to containerd v1.6.8
  • Sync'ed ctr-enc with upstream ctr changes to import command
  • Add support for --all-platforms to encrypt command of ctr-enc

v1.1.6:

  • Update to ocicrypt v1.1.5 for yaml v3.0 dependency
  • Update to containerd v1.6.6 for runc v1.1.2 dependency

v1.1.5:

  • Update to ocicrypt v1.1.4; sha256 is the default now for padding in OAEP for pkcs11; Set OCICRYPT_OAEP_HASHALG=sha1 environment variable to force sha1 usage, which is required for example for SoftHSM 2.6.1.

v1.1.4:

  • Fixed issue in CheckAuthorization() callpath for images with a ManifestList
  • Updated to ocicrypt 1.1.3
  • Updated to containerd 1.6.1

v1.1.3:

  • Release v1.1.3 addresses issue #62 due to re-tagging of v1.1.2
  • docs: update referenced containerd project branch to main
  • Update linter to match containerd repo
  • Update CI golang version
  • Updated to containerd 1.5.8

v1.1.2:

  • Decouple CreateCryptoConfig() from github.com/urfave/cli
  • Updated to containerd 1.5.7
  • Implemented ConvertFunc for image en- and decryption

... (truncated)

Commits
  • 4b71208 Merge pull request #74 from stefanberger/changes
  • f576654 CHANGES: Updated CHANGES document for 1.1.4 release
  • b47494c Merge pull request #73 from stefanberger/to-containerd-1.6.1
  • 2efa871 Bump github.com/containerd/containerd from 1.5.10 to 1.6.1
  • 7eff50e Merge pull request #72 from kzys/typeurl
  • f842da4 images: prepare for typeurl.Any
  • 6fdd981 images: Add list of Platforms to CheckAuthorization()
  • f440058 test: Test running of encrypted image only pulled for local platform
  • bc7d7f2 Merge pull request #71 from stefanberger/update_ocicrypt
  • d4d4684 Bump ocicrypt to 1.1.3
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/containerd/imgcrypt](https://github.com/containerd/imgcrypt) from 1.1.1 to 1.1.4.
- [Release notes](https://github.com/containerd/imgcrypt/releases)
- [Changelog](https://github.com/containerd/imgcrypt/blob/main/CHANGES)
- [Commits](containerd/imgcrypt@v1.1.1...v1.1.4)

---
updated-dependencies:
- dependency-name: github.com/containerd/imgcrypt
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 22, 2024 19:22
@dependabot dependabot bot requested a review from a team as a code owner July 22, 2024 19:22
@dependabot dependabot bot added the patch A minor, backward compatible change label Jul 22, 2024
@dependabot dependabot bot requested review from Gowiem and joe-niland July 22, 2024 19:22
@mergify mergify bot added the auto-update This PR was automatically generated label Jul 22, 2024
@settings settings bot removed the dependencies label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-update This PR was automatically generated patch A minor, backward compatible change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants