paketo-buildpacks / ruby

Apache License 2.0
17 stars 9 forks source link

Bump the go-modules group across 1 directory with 23 updates #1197

Closed dependabot[bot] closed 1 hour ago

dependabot[bot] commented 2 days ago

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

Package From To
github.com/onsi/gomega 1.34.1 1.36.0
github.com/paketo-buildpacks/occam 0.18.7 0.19.0
github.com/containerd/stargz-snapshotter/estargz 0.15.1 0.16.1
github.com/rogpeppe/go-internal 1.12.0 1.13.1
github.com/stretchr/testify 1.9.0 1.10.0
github.com/tklauser/numcpus 0.8.0 0.9.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.53.0 0.57.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp 1.28.0 1.32.0

Updates github.com/onsi/gomega from 1.34.1 to 1.36.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.36.0

1.36.0

Features

  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]

Maintenance

  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]

v1.35.1

1.35.1

Fixes

  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

v1.35.0

1.35.0

Features

  • You can now call EnforceDefaultTimeoutsWhenUsingContexts() to have Eventually honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]

Fixes

  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]

Maintenance

  • Bump all dependencies [a05a416]

v1.34.2

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.36.0

Features

  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]

Maintenance

  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]

1.35.1

Fixes

  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

1.35.0

Features

  • You can now call EnforceDefaultTimeoutsWhenUsingContexts() to have Eventually honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]

Fixes

  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]

Maintenance

  • Bump all dependencies [a05a416]

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Commits
  • f1ff459 v1.36.0
  • 4c964c6 new: make collection-related matchers Go 1.23 iterator aware
  • ece6872 Replace min/max helpers with built-in min/max
  • 8e924d7 Fix some typos in docs
  • 9f5a208 v1.35.1
  • ca36da1 Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhen...
  • d6331f9 v1.35.0
  • 5deaf23 fix tests, but like actually this time
  • eeca931 Add Successfully() to StopTrying() to signal that Consistently can end early ...
  • 3bdbc4e stop memoizing result of HaveField
  • Additional commits viewable in compare view


Updates github.com/paketo-buildpacks/occam from 0.18.7 to 0.19.0

Release notes

Sourced from github.com/paketo-buildpacks/occam's releases.

v0.19.0

What's Changed

New Contributors

Full Changelog: https://github.com/paketo-buildpacks/occam/compare/v0.18.8...v0.19.0

v0.18.8

What's Changed

New Contributors

Full Changelog: https://github.com/paketo-buildpacks/occam/compare/v0.18.7...v0.18.8

Commits
  • 9b665d9 feat: allow occam to cope with pack limitations
  • eebbe41 Bump github.com/paketo-buildpacks/packit/v2 from 2.15.0 to 2.16.0
  • 21300d8 Bump github.com/onsi/gomega from 1.35.0 to 1.35.1
  • 6603928 Bump github.com/onsi/gomega from 1.34.2 to 1.35.0
  • e10b1fa Bump github.com/paketo-buildpacks/packit/v2 from 2.14.2 to 2.15.0
  • e64011e Bump github.com/onsi/gomega from 1.34.1 to 1.34.2
  • b8c82dc Updating github-config
  • 1193f3c Bump docker to version 26.1.5 to fix CVE-2024-41110
  • 5cd4ede Updates go mod version to 1.23.0
  • 2e5b930 Updates go mod version to 1.22.6
  • Additional commits viewable in compare view


Updates github.com/containerd/stargz-snapshotter/estargz from 0.15.1 to 0.16.1

Release notes

Sourced from github.com/containerd/stargz-snapshotter/estargz's releases.

v0.16.1

Notable Changes

  • prevernt go version upgraded to 1.23 in go.mod (#1863)

v0.16.0

Notable Changes

  • Support for the latest CRI-O(>=v1.31.0) and Podman (>=v5.1.0) Additional Layer Store (#1673, #1674)
  • Fix log message in refnode.Lookup (#1595), thanks to @​iain-macdonald
  • store: use OnForget API for checking if a node is reusable (#1808)
  • Support for containerd v2 (#1722), thanks to @​apostasie
  • fs: Check connection only when image isn't fully cached (#1584)
Commits


Updates github.com/gabriel-vasile/mimetype from 1.4.5 to 1.4.6

Release notes

Sourced from github.com/gabriel-vasile/mimetype's releases.

v1.4.6

What's Changed

New Contributors

Full Changelog: https://github.com/gabriel-vasile/mimetype/compare/v1.4.5...v1.4.6

Commits
  • 2998a94 Remove GPL test file (#583)
  • 8a780a5 Bump actions/checkout from 4.1.7 to 4.2.1 in the github-actions group (#592)
  • 458b62d action for benchmarking detectors (#590)
  • fd16da2 retract v1.4.4; closes #575. (#591)
  • 3cf98ef Bump golang.org/x/net in the gomod group across 1 directory (#585)
  • 9349e46 Bump the github-actions group across 1 directory with 2 updates (#586)
  • 7798415 add benchmark action that leaves comment on PR (#588)
  • c6c5e4f Make mso detection work similar to what file/file does
  • c78cb11 add application/xml as alias; close #227 (#581)
  • c4abedc feat: Add parquet file detection (#578)
  • Additional commits viewable in compare view


Updates github.com/klauspost/compress from 1.17.9 to 1.17.11

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.17.11

What's Changed

New Contributors

Full Changelog: https://github.com/klauspost/compress/compare/v1.17.10...v1.17.11

v1.17.10

What's Changed

New Contributors

Full Changelog: https://github.com/klauspost/compress/compare/v1.17.9...v1.17.10

Commits


Updates github.com/paketo-buildpacks/packit/v2 from 2.14.2 to 2.16.0

Release notes

Sourced from github.com/paketo-buildpacks/packit/v2's releases.

v2.16.0

What's Changed

New Contributors

Full Changelog: https://github.com/paketo-buildpacks/packit/compare/v2.15.0...v2.16.0

v2.15.0

What's Changed

Full Changelog: https://github.com/paketo-buildpacks/packit/compare/v2.14.2...v2.15.0

Commits
  • 837f1ba syftCLIScanner: allow generic path to be scanned
  • 292f752 Bump github.com/gabriel-vasile/mimetype from 1.4.5 to 1.4.6
  • fc95594 feat: add support for targets to cargo
  • 1ab5b00 SyftCLIScanner: support SBOM generation with syft CLI
  • 884a7b7 Update to fix linter
  • c3a3e6a Updating github-config
  • See full diff in compare view


Updates github.com/rogpeppe/go-internal from 1.12.0 to 1.13.1

Release notes

Sourced from github.com/rogpeppe/go-internal's releases.

v1.13.1

What's Changed

New Contributors

Full Changelog: https://github.com/rogpeppe/go-internal/compare/v1.12.0...v1.13.1

Commits
  • e67a4aa README: update the package list
  • 4794549 take advantage of Go 1.22
  • 5ce929e drop Go 1.21, add Go 1.23
  • 3a65db1 dirhash: forward to golang.org/x/mod/sumdb/dirhash
  • 361e7d2 goproxytest: add test wrapper API
  • ccf4b43 testscript: ignore result when interrupting background processes
  • 66960b6 Fix typos discovered by codespell
  • 5556500 cmd/testscript: do not create an extra temporary directory (#259)
  • b143f3f testscript: add Config.Files (#258)
  • 8300480 cmd/testscript: remove redundant use of Failed (#257)
  • Additional commits viewable in compare view


Updates github.com/stretchr/testify from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documantation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • Additional commits viewable in compare view


Updates github.com/tklauser/numcpus from 0.8.0 to 0.9.0

Release notes

Sourced from github.com/tklauser/numcpus's releases.

v0.9.0

This version introduces the List{Offline,Online,Possible,Present} functions (currently only implemented for Linux) which return a list of offline, online, possible or present CPUs, respectively.

What's Changed

Full Changelog: https://github.com/tklauser/numcpus/compare/v0.8.0...v0.9.0

Commits
  • 0b05380 Don't skip testNumAndList if Get* fails or isn't supported
  • 8c67b16 .github: Bump actions/checkout from 4.1.7 to 4.2.0
  • 03759c7 go.mod: bump golang.org/x/sys from 0.24.0 to 0.25.0
  • 66b9208 ci: update Go to 1.23
  • 975ec65 go.mod: bump golang.org/x/sys from 0.23.0 to 0.24.0
  • 7a80fe4 .github: Bump actions/setup-go from 5.0.1 to 5.0.2
  • bbc341e .cirrus.yml: update Go to 1.22.5, FreeBSD to 1.13.3
  • 13b4a99 go.mod: bump golang.org/x/sys from 0.20.0 to 0.23.0
  • 8a61286 .github: Bump actions/checkout from 4.1.6 to 4.1.7
  • 233c448 Simplify listCPURange implementation
  • Additional commits viewable in compare view


Updates github.com/vbatts/tar-split from 0.11.5 to 0.11.6

Release notes

Sourced from github.com/vbatts/tar-split's releases.

v0.11.6

image

This release notably drops go1.17 (due to dependencies that no longer support 1.17), and adds testing for go1.21 and go1.22.

Additionally adds a new function for iterating over only the headers of a the metadata. Previously this would have required assembling the full tar stream with is expensive for such an operation. Thanks @​mtrmac

and thanks @​testwill for the typo fix.

Commits


Updates go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.53.0 to 0.57.0

Release notes

Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases.

Release v1.32.0/v0.57.0/v0.26.0/v0.12.0/v0.7.0/v0.5.0/v0.4.0

Overview

Added

  • Add the WithSource option to the go.opentelemetry.io/contrib/bridges/otelslog log bridge to set the code.* attributes in the log record that includes the source location where the record was emitted. (#6253)
  • Add ContextWithStartTime and StartTimeFromContext to go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp, which allows setting the start time using go context. (#6137)
  • Set the code.* attributes in go.opentelemetry.io/contrib/bridges/otelzap if the zap.Logger was created with the AddCaller or AddStacktrace option. (#6268)
  • Add a LogProcessor to go.opentelemetry.io/contrib/processors/baggagecopy to copy baggage members to log records. (#6277)
    • Use baggagecopy.NewLogProcessor when configuring a Log Provider.
      • NewLogProcessor accepts a Filter function type that selects which baggage members are added to the log record.

Changed

  • Transform raw (slog.KindAny) attribute values to matching log.Value types. For example, []string{"foo", "bar"} attribute value is now transformed to log.SliceValue(log.StringValue("foo"), log.StringValue("bar")) instead of log.String("[foo bar"]). (#6254)
  • Upgrade go.opentelemetry.io/otel/semconv/v1.17.0 to go.opentelemetry.io/otel/semconv/... _Description has been truncated_
dependabot[bot] commented 1 hour ago

Superseded by #1198.