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-patch group across 1 directory with 9 updates #1353

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps the go-patch group with 8 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.27.1 1.27.2
github.com/aws/aws-sdk-go-v2/config 1.27.17 1.27.18
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.32.7 1.32.8
github.com/cyphar/filepath-securejoin 0.2.4 0.2.5
github.com/elgohr/go-localstack 1.0.20 1.0.90
github.com/jenkins-x/go-scm 1.14.11 1.14.37
github.com/kubescape/go-git-url 0.0.25 0.0.30
github.com/spf13/cobra 1.8.0 1.8.1

Updates github.com/aws/aws-sdk-go-v2 from 1.27.1 to 1.27.2

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.17 to 1.27.18

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.17 to 1.17.18

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.32.7 to 1.32.8

Commits

Updates github.com/cyphar/filepath-securejoin from 0.2.4 to 0.2.5

Release notes

Sourced from github.com/cyphar/filepath-securejoin's releases.

v0.2.5

This release makes some minor improvements to SecureJoin:

  • Some changes were made to how lexical components are handled during resolution. There is no change in behaviour, and both implementations are safe, however the newer implementation is much easier to reason about.

  • The error returned when a symlink loop has been detected will now reference the correct path. #10

Signed-off-by: Aleksa Sarai cyphar@cyphar.com

Commits
  • d861a11 VERSION: release v0.2.5
  • 87bc53a join: fix ELOOP error path
  • e9be397 join: don't allow .. and . in working path during resolution
  • 75cdbea gha: update Go versions
  • b69b737 VERSION: back to development
  • See full diff in compare view

Updates github.com/elgohr/go-localstack from 1.0.20 to 1.0.90

Commits
  • 67f2146 Merge pull request #961 from elgohr/dependabot/go_modules/aws-sdk-3070266680
  • bc5308d ⬆️ Bump github.com/aws/aws-sdk-go in the aws-sdk group
  • 2acb796 Merge pull request #959 from elgohr/dependabot/go_modules/aws-sdk-9bf6ed16f3
  • cc40993 ♻️ Adapt to new error message
  • 399ad62 ♻️ Switch to EndpointResolverV2 to avoid deprecated global resolver
  • 6d27279 ⬆️ Bump the aws-sdk group with 5 updates
  • 7fc2141 Merge pull request #960 from elgohr/dependabot/go_modules/docker-3dc3a04246
  • 8fd36b4 ⬆️ Bump the docker group with 2 updates
  • 95b47b8 Merge pull request #958 from elgohr/dependabot/go_modules/aws-sdk-11af4f043a
  • e2d7ceb ⬆️ Bump the aws-sdk group with 2 updates
  • Additional commits viewable in compare view

Updates github.com/jenkins-x/go-scm from 1.14.11 to 1.14.37

Release notes

Sourced from github.com/jenkins-x/go-scm's releases.

1.14.37

Changes in version 1.14.37

Bug Fixes

  • github now requires explicit make_latest=true on update (Mårten Svantesson)

Chores

  • release 1.14.37 (jenkins-x-bot)
  • add variables (jenkins-x-bot)

1.14.36

Changes in version 1.14.36

Bug Fixes

  • make lint (Mårten Svantesson)
  • linting (Mårten Svantesson)

Chores

  • release 1.14.36 (jenkins-x-bot)
  • add variables (jenkins-x-bot)
  • upgrade to go 1.22 (Mårten Svantesson)

1.14.35

Changes in version 1.14.35

Bug Fixes

  • add github api value for conflict (Mårten Svantesson)

Chores

  • release 1.14.35 (jenkins-x-bot)
  • add variables (jenkins-x-bot)

1.14.34

Changes in version 1.14.34

Chores

  • release 1.14.34 (jenkins-x-bot)
  • add variables (jenkins-x-bot)
  • deps: bump golang.org/x/net from 0.19.0 to 0.23.0 (dependabot[bot])

1.14.33

Changes in version 1.14.33

... (truncated)

Commits
  • 25fabf5 chore: release 1.14.37
  • d9ebe23 chore: add variables
  • 8c52a23 Merge pull request #447 from jenkins-x/makelatest
  • 15f18fe fix: github now requires explicit make_latest=true on update
  • b6e67c8 Merge pull request #448 from jenkins-x/go1-22
  • f682029 fix: make lint
  • 3936e44 fix: linting
  • 0b823bd chore: upgrade to go 1.22
  • ded4738 Merge pull request #445 from jenkins-x/dirty-github
  • 66ad2cc fix: add github api value for conflict
  • Additional commits viewable in compare view

Updates github.com/kubescape/go-git-url from 0.0.25 to 0.0.30

Commits
  • d27eb58 Merge pull request #16 from kubescape/fix-gitlab
  • 1ba58cb use detected host in gitlab api
  • afc1c54 Merge pull request #15 from kubescape/fix-gitlab
  • 29a0174 also support self hosted gitlab in NewGitAPI
  • 1d0b89d Merge pull request #14 from kubescape/fix-gitlab
  • ec5afaf add support for self-hosted gitlab
  • 0a7f7ed Merge pull request #13 from kubescape/fix-gitlab
  • 5dd5ab2 fix gitlab project ID generation
  • 36432da Merge pull request #12 from hectorj2f/fix_git_urls_cve
  • e2ce7a0 replace whilp/git-urls module by chainguard-dev/git-urls
  • See full diff in compare view

Updates github.com/spf13/cobra from 1.8.0 to 1.8.1

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.8.1

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

... (truncated)

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-patch group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.27.1` | `1.27.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.17` | `1.27.18` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.32.7` | `1.32.8` |
| [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) | `0.2.4` | `0.2.5` |
| [github.com/elgohr/go-localstack](https://github.com/elgohr/go-localstack) | `1.0.20` | `1.0.90` |
| [github.com/jenkins-x/go-scm](https://github.com/jenkins-x/go-scm) | `1.14.11` | `1.14.37` |
| [github.com/kubescape/go-git-url](https://github.com/kubescape/go-git-url) | `0.0.25` | `0.0.30` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.0` | `1.8.1` |



Updates `github.com/aws/aws-sdk-go-v2` from 1.27.1 to 1.27.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.27.1...v1.27.2)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.17 to 1.27.18
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.17...config/v1.27.18)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.17 to 1.17.18
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.17...credentials/v1.17.18)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.32.7 to 1.32.8
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/dynamodb/v1.32.7...service/dynamodb/v1.32.8)

Updates `github.com/cyphar/filepath-securejoin` from 0.2.4 to 0.2.5
- [Release notes](https://github.com/cyphar/filepath-securejoin/releases)
- [Commits](cyphar/filepath-securejoin@v0.2.4...v0.2.5)

Updates `github.com/elgohr/go-localstack` from 1.0.20 to 1.0.90
- [Commits](elgohr/go-localstack@v1.0.20...v1.0.90)

Updates `github.com/jenkins-x/go-scm` from 1.14.11 to 1.14.37
- [Release notes](https://github.com/jenkins-x/go-scm/releases)
- [Changelog](https://github.com/jenkins-x/go-scm/blob/main/CHANGELOG.md)
- [Commits](jenkins-x/go-scm@v1.14.11...v1.14.37)

Updates `github.com/kubescape/go-git-url` from 0.0.25 to 0.0.30
- [Release notes](https://github.com/kubescape/go-git-url/releases)
- [Commits](kubescape/go-git-url@v0.0.25...v0.0.30)

Updates `github.com/spf13/cobra` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-patch
- dependency-name: github.com/cyphar/filepath-securejoin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-patch
- dependency-name: github.com/elgohr/go-localstack
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-patch
- dependency-name: github.com/jenkins-x/go-scm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-patch
- dependency-name: github.com/kubescape/go-git-url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-patch
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 24, 2024

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

@dependabot dependabot bot closed this Jun 24, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-patch-76e0528017 branch June 24, 2024 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci Continuous Integration pipeline dependencies Dependency management for library and code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants