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 the go group with 7 updates #892

Merged
merged 3 commits into from
Aug 26, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2024

Bumps the go group with 7 updates:

Package From To
github.com/aws/aws-sdk-go-v2/config 1.27.28 1.27.30
github.com/aws/aws-sdk-go-v2/credentials 1.17.28 1.17.29
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.17.11 1.17.14
github.com/aws/aws-sdk-go-v2/service/ecr 1.32.1 1.32.2
github.com/aws/aws-sdk-go-v2/service/s3 1.59.0 1.60.1
github.com/containers/image/v5 5.32.1 5.32.2
github.com/onsi/ginkgo/v2 2.20.0 2.20.1

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.28 to 1.27.30

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.28 to 1.17.29

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.17.11 to 1.17.14

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.32.1 to 1.32.2

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.59.0 to 1.60.1

Commits

Updates github.com/containers/image/v5 from 5.32.1 to 5.32.2

Release notes

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

v5.32.2

This adds the ability to accept sigstore signatures signed by any key from a set of several (huge thanks to @​dcermak and @​danishprakash for doing almost all the work), and Rekor log presence proofs signed by any key from a set of several keys.

Commits
  • 0b425a4 Release 5.32.2
  • 2a87b21 Support accepting multiple Rekor public keys
  • 95c0635 Add field KeyPaths and KeyDatas to prSigstoreSigned
  • d42de59 Split verifySigstorePayloadBlobSignature from VerifySigstorePayload
  • a5ea016 Use loadBytesFromConfigSources in prSignedBy.isSignatureAuthorAccepted
  • 03550b4 Turn loadBytesFromDataOrPath into loadBytesFromConfigSources
  • c0c8d34 Use InvalidPolicyFormatError for invalid sigstore options
  • 4bcaca1 Merge pull request #2511 from mtrmac/5.32-version
  • c94eadb Fix the version number
  • 6a17c28 Merge pull request #2508 from mtrmac/5.32-zstd
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.20.1

2.20.1

Fixes

  • make BeSpecEvent duration matcher more forgiving [d6f9640]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.20.1

Fixes

  • make BeSpecEvent duration matcher more forgiving [d6f9640]
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.28` | `1.27.30` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.17.28` | `1.17.29` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.17.11` | `1.17.14` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.32.1` | `1.32.2` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.59.0` | `1.60.1` |
| [github.com/containers/image/v5](https://github.com/containers/image) | `5.32.1` | `5.32.2` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.20.0` | `2.20.1` |


Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.28 to 1.27.30
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.28...config/v1.27.30)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.28 to 1.17.29
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.28...credentials/v1.17.29)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.17.11 to 1.17.14
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.17.11...credentials/v1.17.14)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.32.1 to 1.32.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/emr/v1.32.1...service/ecr/v1.32.2)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.59.0 to 1.60.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.59.0...service/s3/v1.60.1)

Updates `github.com/containers/image/v5` from 5.32.1 to 5.32.2
- [Release notes](https://github.com/containers/image/releases)
- [Commits](containers/image@v5.32.1...v5.32.2)

Updates `github.com/onsi/ginkgo/v2` from 2.20.0 to 2.20.1
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.20.0...v2.20.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/containers/image/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor

github-actions bot commented Aug 25, 2024

Mend Scan Summary: ❌

Repository: open-component-model/ocm

VIOLATION DESCRIPTION NUMBER OF VIOLATIONS
HIGH/CRITICAL SECURITY VULNERABILITIES 4
MAJOR UPDATES AVAILABLE 0
LICENSE REQUIRES REVIEW 3
HIGH RISK LICENSES 10
RESTRICTIED LICENSE FOR ON-PREMISE DELIVERY 0

Detailed Logs: mend-scan-> Generate Report
Mend UI

Copy link
Contributor

ocmbot bot commented Aug 25, 2024

Integration Tests for b2a4567 run with result: Success ✅!

@hilmarf hilmarf added this to the 2024-Q3 milestone Aug 26, 2024
@hilmarf hilmarf enabled auto-merge (squash) August 26, 2024 07:33
hilmarf
hilmarf previously approved these changes Aug 26, 2024
Copy link
Contributor

ocmbot bot commented Aug 26, 2024

Integration Tests for 5244f43 run with result: Success ✅!

@hilmarf hilmarf merged commit af85d97 into main Aug 26, 2024
17 checks passed
@hilmarf hilmarf deleted the dependabot/go_modules/go-f183ae131b branch August 26, 2024 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/s Small
Projects
Status: 🔒Closed
Development

Successfully merging this pull request may close these issues.

1 participant