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

build(deps): bump the non-breaking group with 8 updates #13

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 8, 2024

Bumps the non-breaking group with 8 updates:

Package From To
github.com/gorilla/mux 1.7.4-0.20190701202633-d83b6ffe499a 1.8.1
github.com/jessevdk/go-flags 1.5.1-0.20210607101731-3927b71304df 1.6.1
github.com/juju/ratelimit 1.0.1 1.0.2
github.com/seccomp/libseccomp-golang 0.9.2-0.20220502024300-f57e1d55ea18 0.10.0
golang.org/x/crypto 0.17.0 0.28.0
golang.org/x/sys 0.15.0 0.26.0
golang.org/x/text 0.14.0 0.19.0
go.etcd.io/bbolt 1.3.9 1.3.11

Updates github.com/gorilla/mux from 1.7.4-0.20190701202633-d83b6ffe499a to 1.8.1

Release notes

Sourced from github.com/gorilla/mux's releases.

Release v1.8.1

What's Changed

New Contributors

Full Changelog: gorilla/mux@v1.8.0...v1.8.1

v1.8.0 ☀️

v1.8.0 addresses a minor regression with the variable extraction when using a wildcard host match. Specifying .Host(“foo.example.com:{port:.*}) will now correctly capture the port into mux.Vars.

CHANGELOG

... (truncated)

Commits

Updates github.com/jessevdk/go-flags from 1.5.1-0.20210607101731-3927b71304df to 1.6.1

Release notes

Sourced from github.com/jessevdk/go-flags's releases.

v1.6.1

Full Changelog: jessevdk/go-flags@v1.6.0...v1.6.1

v1.6.0

What's Changed

New Contributors

Full Changelog: jessevdk/go-flags@v1.5.0...v1.6.0

Commits

Updates github.com/juju/ratelimit from 1.0.1 to 1.0.2

Release notes

Sourced from github.com/juju/ratelimit's releases.

v1.0.2

What's Changed

New Contributors

Full Changelog: juju/ratelimit@v1.0.1...v1.0.2

Commits
  • f60b320 Merge pull request #31 from kingsamchen/fix/adjustAvailableToken
  • 4b7d3dd Fix the stupid defect
  • f633805 Fix bonus token by adjustavailableTokens() (#30)
  • 6070dec Merge pull request #29 from zhuCheer/master
  • acc0f5d improved documentation and add the “Available” function explain.
  • See full diff in compare view

Updates github.com/seccomp/libseccomp-golang from 0.9.2-0.20220502024300-f57e1d55ea18 to 0.10.0

Release notes

Sourced from github.com/seccomp/libseccomp-golang's releases.

libseccomp-golang v0.10.0

Changelog

  • Minimum supported version of libseccomp bumped to v2.3.1
  • Add seccomp userspace notification API (ActNotify, filter.*Notif*)
  • Add filter.{Get,Set}SSB (to support SCMP_FLTATR_CTL_SSB)
  • Add filter.{Get,Set}Optimize (to support SCMP_FLTATR_CTL_OPTIMIZE)
  • Add filter.{Get,Set}RawRC (to support SCMP_FLTATR_API_SYSRAWRC)
  • Add ArchPARISC, ArchPARISC64, ArchRISCV64
  • Add ActKillProcess and ActKillThread; deprecate ActKill
  • Add go module support
  • Return ErrSyscallDoesNotExist when unable to resolve a syscall
  • Fix some functions to check for both kernel level API and libseccomp version
  • Fix MakeCondition to use sanitizeCompareOp
  • Fix AddRule to handle EACCES (from libseccomp >= 2.5.0)
  • Updated the main docs and converted to README.md
  • Added CONTRIBUTING.md, SECURITY.md, and administrative docs under doc/admin
  • Add GitHub action CI, enable more linters
  • test: test against various libseccomp versions
  • test: fix and simplify execInSubprocess
  • test: fix APILevelIsSupported
  • Refactor the Errno(-1 * retCode) pattern
  • Refactor/unify libseccomp version / API level checks
  • Code cleanups (linter, formatting, spelling fixes)
  • Cleanup: use errors.New instead of fmt.Errorf where appropriate
  • Cleanup: remove duplicated cgo stuff, redundant linux build tag

Full Changelog: seccomp/libseccomp-golang@v0.9.1...v0.10.0

Changelog

Sourced from github.com/seccomp/libseccomp-golang's changelog.

  • Version 0.10.0 - June 9, 2022
  • Minimum supported version of libseccomp bumped to v2.3.1
  • Add seccomp userspace notification API (ActNotify, filter.Notif)
  • Add filter.{Get,Set}SSB (to support SCMP_FLTATR_CTL_SSB)
  • Add filter.{Get,Set}Optimize (to support SCMP_FLTATR_CTL_OPTIMIZE)
  • Add filter.{Get,Set}RawRC (to support SCMP_FLTATR_API_SYSRAWRC)
  • Add ArchPARISC, ArchPARISC64, ArchRISCV64
  • Add ActKillProcess and ActKillThread; deprecate ActKill
  • Add go module support
  • Return ErrSyscallDoesNotExist when unable to resolve a syscall
  • Fix some functions to check for both kernel level API and libseccomp version
  • Fix MakeCondition to use sanitizeCompareOp
  • Fix AddRule to handle EACCES (from libseccomp >= 2.5.0)
  • Updated the main docs and converted to README.md
  • Added CONTRIBUTING.md, SECURITY.md, and administrative docs under doc/admin
  • Add GitHub action CI, enable more linters
  • test: test against various libseccomp versions
  • test: fix and simplify execInSubprocess
  • test: fix APILevelIsSupported
  • Refactor the Errno(-1 * retCode) pattern
  • Refactor/unify libseccomp version / API level checks
  • Code cleanups (linter, formatting, spelling fixes)
  • Cleanup: use errors.New instead of fmt.Errorf where appropriate
  • Cleanup: remove duplicated cgo stuff, redundant linux build tag
  • Version 0.9.1 - May 21, 2019
  • Minimum supported version of libseccomp bumped to v2.2.0
  • Use Libseccomp's seccomp_version API to retrieve library version
  • Unconditionally set TSync attribute for filters, due to Go's heavily threaded nature
  • Fix CVE-2017-18367 - Multiple syscall arguments were incorrectly combined with logical-OR, instead of logical-AND
  • Fix a failure to build on Debian-based distributions due to CGo code
  • Fix unit test failures on 32-bit architectures
  • Improve several errors to be more verbose about their causes
  • Add support for SCMP_ACT_LOG (with libseccomp versions 2.4.x and higher), permitting syscalls but logging their execution
  • Add support for SCMP_FLTATR_CTL_LOG (with libseccomp versions 2.4.x and higher), logging not-allowed actions when they are denied
  • Version 0.9.0 - January 5, 2017
  • Initial tagged release
Commits

Updates golang.org/x/crypto from 0.17.0 to 0.28.0

Commits
  • adef4cc go.mod: update golang.org/x dependencies
  • a0819fb sha3: fix cSHAKE initialization for extremely large N and or S
  • 42ee18b ssh: return ServerAuthError after too many auth failures
  • 9e92970 bn256: add missing symbols in comment
  • c9da6b9 all: fix printf(var) mistakes detected by latest printf checker
  • b35ab4f go.mod: update golang.org/x dependencies
  • bcb0f91 internal/poly1305: Port sum_amd64.s to Avo
  • 7eace71 chacha20poly1305: Avo port of chacha20poly1305_amd64.s
  • 620dfbc salsa20/salsa: Port salsa20_amd64.s to Avo
  • 82942cf blake2b: port blake2b_amd64.s to Avo
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.15.0 to 0.26.0

Commits
  • 23b0dab unix: mark vgetrandom as non-escaping
  • cbf0eb6 unix: fix grep syntax to work on non-GNU greps
  • e7397b9 unix: update to Linux 6.11
  • 981de40 unix: use vDSO for getrandom() on linux
  • 48aad76 linux: add tcp_cc_info and its related types
  • d58f986 all: fix some typos in comment
  • 30de352 unix: fix Test{Fd,}Xattr failure on NetBSD
  • 68ed59b windows/svc: fix printf(var) mistake detected by latest printf checker
  • c08bc6e unix: update Go to 1.23.0
  • a43b625 windows: add SIO_UDP_NETRESET constant
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.14.0 to 0.19.0

Commits
  • 3043346 x/text: Correct examples in number/doc
  • 38a95c2 all: fix some comments
  • 20097e4 all: fix printf(var) mistakes detected by latest printf checker
  • 1e3e9fd all: rename Example test functions to prevent vet errors
  • b2bec85 go.mod: update golang.org/x dependencies
  • ae0cf96 LICENSE: update per Google Legal
  • 9c2f3a2 cmd/gotext: fix segfault in extract & rewrite commands
  • 59e1219 message: optimize lookupAndFormat function for better performance
  • a20a3e2 x/text: update x/tools for go/ssa range-over-func fix
  • 8d533a0 encoding/charmap: update UCM spec file URL prefix
  • See full diff in compare view

Updates go.etcd.io/bbolt from 1.3.9 to 1.3.11

Release notes

Sourced from go.etcd.io/bbolt's releases.

v1.3.11

See the CHANGELOG/v1.3.11 for more details.

v1.3.10

See the CHANGELOG/v1.3.10 for more details.

Commits
  • d128a10 Merge pull request #823 from ahrtr/rollback_alloc_20240819_1.3
  • 94db72d Rollback alloc map: remove all page ids which are allocated by the txid
  • 8c9b349 Merge pull request #822 from henrybear327/1.3_go/1.22.0
  • 6a0b720 Fix linter reported issues
  • 2104bc9 Update golangci-lint to v1.60.1
  • 9374ef9 Bump go toolchain to 1.22.6
  • 01f29e9 Merge pull request #817 from fuweid/13-backport-49eb212fa8ab67709ea460df01982...
  • 9907846 tests/robustness: switch to kill if no panic after 10sec
  • 1b38fb3 Merge pull request #816 from fuweid/13-failpoint-backport
  • 70ab151 Add basic XFS powerfailure tests
  • 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

Bumps the non-breaking group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/gorilla/mux](https://github.com/gorilla/mux) | `1.7.4-0.20190701202633-d83b6ffe499a` | `1.8.1` |
| [github.com/jessevdk/go-flags](https://github.com/jessevdk/go-flags) | `1.5.1-0.20210607101731-3927b71304df` | `1.6.1` |
| [github.com/juju/ratelimit](https://github.com/juju/ratelimit) | `1.0.1` | `1.0.2` |
| [github.com/seccomp/libseccomp-golang](https://github.com/seccomp/libseccomp-golang) | `0.9.2-0.20220502024300-f57e1d55ea18` | `0.10.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.17.0` | `0.28.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.15.0` | `0.26.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.14.0` | `0.19.0` |
| [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) | `1.3.9` | `1.3.11` |


Updates `github.com/gorilla/mux` from 1.7.4-0.20190701202633-d83b6ffe499a to 1.8.1
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/commits/v1.8.1)

Updates `github.com/jessevdk/go-flags` from 1.5.1-0.20210607101731-3927b71304df to 1.6.1
- [Release notes](https://github.com/jessevdk/go-flags/releases)
- [Commits](https://github.com/jessevdk/go-flags/commits/v1.6.1)

Updates `github.com/juju/ratelimit` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/juju/ratelimit/releases)
- [Commits](juju/ratelimit@1.0.1...v1.0.2)

Updates `github.com/seccomp/libseccomp-golang` from 0.9.2-0.20220502024300-f57e1d55ea18 to 0.10.0
- [Release notes](https://github.com/seccomp/libseccomp-golang/releases)
- [Changelog](https://github.com/seccomp/libseccomp-golang/blob/main/CHANGELOG)
- [Commits](https://github.com/seccomp/libseccomp-golang/commits/v0.10.0)

Updates `golang.org/x/crypto` from 0.17.0 to 0.28.0
- [Commits](golang/crypto@v0.17.0...v0.28.0)

Updates `golang.org/x/sys` from 0.15.0 to 0.26.0
- [Commits](golang/sys@v0.15.0...v0.26.0)

Updates `golang.org/x/text` from 0.14.0 to 0.19.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.14.0...v0.19.0)

Updates `go.etcd.io/bbolt` from 1.3.9 to 1.3.11
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](etcd-io/bbolt@v1.3.9...v1.3.11)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: github.com/jessevdk/go-flags
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: github.com/juju/ratelimit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: github.com/seccomp/libseccomp-golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: go.etcd.io/bbolt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 8, 2024
@maykathm
Copy link
Owner

maykathm commented Oct 8, 2024

@dependabot ignore go.etcd.io/bbolt patch version

Copy link
Author

dependabot bot commented on behalf of github Oct 8, 2024

OK, I won't notify you about version 1.3.11 of go.etcd.io/bbolt again, unless you unignore it.

Copy link
Author

dependabot bot commented on behalf of github Oct 8, 2024

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

@dependabot dependabot bot closed this Oct 8, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/non-breaking-9dc406b5d4 branch October 8, 2024 10:54
@maykathm maykathm restored the dependabot/go_modules/non-breaking-9dc406b5d4 branch October 8, 2024 10:58
@maykathm maykathm reopened this Oct 8, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 14, 2024

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

@dependabot dependabot bot closed this Oct 14, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/non-breaking-9dc406b5d4 branch October 14, 2024 02:41
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