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 gomod group with 3 updates #3709

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2025

Bumps the gomod group with 3 updates: github.com/aws/aws-sdk-go-v2/config, github.com/aws/aws-sdk-go-v2/service/ecr and github.com/pivotal/kpack.

Updates github.com/aws/aws-sdk-go-v2/config from 1.28.10 to 1.28.11

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.38.3 to 1.38.4

Commits

Updates github.com/pivotal/kpack from 0.15.0 to 0.16.0

Release notes

Sourced from github.com/pivotal/kpack's releases.

kpack v0.16.0

What's Changed

Dependency bumps

New Contributors

SHA256 checksum

18e7bc9f48f6e065824a2fea85bdf03966de0d2468c662ea980c0bbca812556b  release-0.16.0.yaml

Full Changelog: buildpacks-community/kpack@v0.15.0...v0.16.0

Commits
  • 7c6ce61 Merge pull request #1787 from buildpacks-community/dependabot/go_modules/gith...
  • 3bd848a Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.14.0 to 1.17.0
  • 5b36a36 Merge pull request #1813 from buildpacks-community/dependabot/go_modules/gith...
  • 96d1b29 Merge pull request #1783 from buildpacks-community/dependabot/go_modules/gola...
  • 17642c4 Bump golang.org/x/oauth2 from 0.19.0 to 0.25.0
  • d5fc1d9 Bump github.com/Azure/azure-sdk-for-go/sdk/storage/azfile
  • f637fc8 Merge pull request #1812 from buildpacks-community/bump-go-git
  • 4770d8c disable dependabot for older branches
  • c8fbaca bump go-git to 5.13.1
  • 43e855b Merge pull request #1807 from buildpacks-community/dependabot/go_modules/gola...
  • Additional commits viewable in compare view

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 15, 2025
@danail-branekov
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-683f946894 branch from 2eb65cf to 73739cc Compare January 15, 2025 12:54
@danail-branekov
Copy link
Member

@dependabot recreate

Bumps the gomod group with 3 updates: [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2), [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) and [github.com/pivotal/kpack](https://github.com/pivotal/kpack).


Updates `github.com/aws/aws-sdk-go-v2/config` from 1.28.10 to 1.28.11
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.28.10...config/v1.28.11)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.38.3 to 1.38.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.3...service/s3/v1.38.4)

Updates `github.com/pivotal/kpack` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/pivotal/kpack/releases)
- [Changelog](https://github.com/buildpacks-community/kpack/blob/main/RELEASE.md)
- [Commits](buildpacks-community/kpack@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/pivotal/kpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-683f946894 branch from 73739cc to 7bc62dd Compare January 15, 2025 12:58
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 16, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 16, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-683f946894 branch January 16, 2025 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant