Bump the go-modules group across 1 directory with 22 updates
Bumps the go-modules group with 14 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/onsi/gomega | 1.31.1 |
1.33.1 |
| github.com/paketo-buildpacks/occam | 0.18.2 |
0.18.5 |
| github.com/Microsoft/go-winio | 0.6.1 |
0.6.2 |
| github.com/Microsoft/hcsshim | 0.12.0 |
0.12.3 |
| github.com/cenkalti/backoff/v4 | 4.2.1 |
4.3.0 |
| github.com/containerd/containerd | 1.7.13 |
1.7.16 |
| github.com/distribution/reference | 0.5.0 |
0.6.0 |
| github.com/klauspost/compress | 1.17.7 |
1.17.8 |
| github.com/paketo-buildpacks/packit/v2 | 2.12.0 |
2.14.0 |
| github.com/shirou/gopsutil/v3 | 3.24.2 |
3.24.4 |
| github.com/tklauser/go-sysconf | 0.3.13 |
0.3.14 |
| golang.org/x/text | 0.14.0 |
0.15.0 |
| google.golang.org/grpc | 1.62.1 |
1.63.2 |
| google.golang.org/protobuf | 1.33.0 |
1.34.0 |
Updates github.com/onsi/gomega from 1.31.1 to 1.33.1
Release notes
Sourced from github.com/onsi/gomega's releases.
v1.33.1
1.33.1
Fixes
- fix confusing eventually docs [3a66379]
Maintenance
- Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]
v1.33.0
1.33.0
Features
Receivenot acceptsReceive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.Maintenance
- Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745) [9999deb]
- Bump github-pages from 229 to 230 in /docs (#735) [cb5ff21]
- Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746) [bac6596]
v1.32.0
1.32.0
Maintenance
Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197]
This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care was taken to ensure the release is backwards compatible (thanks
@jbduncan!). Please open an issue if you run into one.chore: test with Go 1.22 (#733) [32ef35e]
Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717) [a0d0387]
Bump github-pages and jekyll-feed in /docs (#732) [b71e477]
docs: fix typo and broken anchor link to gstruct [f460154]
docs: fix HaveEach matcher signature [a2862e4]
Changelog
Sourced from github.com/onsi/gomega's changelog.
1.33.1
Fixes
- fix confusing eventually docs [3a66379]
Maintenance
- Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]
1.33.0
Features
Receivenot acceptsReceive(<POINTER>, MATCHER>), allowing you to pick out a specific value on the channel that satisfies the provided matcher and is stored in the provided pointer.Maintenance
- Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745) [9999deb]
- Bump github-pages from 229 to 230 in /docs (#735) [cb5ff21]
- Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746) [bac6596]
1.32.0
Maintenance
Migrate github.com/golang/protobuf to google.golang.org/protobuf [436a197]
This release drops the deprecated github.com/golang/protobuf and adopts google.golang.org/protobuf. Care was taken to ensure the release is backwards compatible (thanks
@jbduncan!). Please open an issue if you run into one.chore: test with Go 1.22 (#733) [32ef35e]
Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717) [a0d0387]
Bump github-pages and jekyll-feed in /docs (#732) [b71e477]
docs: fix typo and broken anchor link to gstruct [f460154]
docs: fix HaveEach matcher signature [a2862e4]
Commits
8a658bbv1.33.1e9bc35aBump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.23a66379fix confusing eventually docsf2e65fcv1.33.002e8706docs: Receive(POINTER, MATCHER)ec1f186feat: receiver matcher accepting (POINTER, MATCHER), includes unit tests9999debBump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745)cb5ff21Bump github-pages from 229 to 230 in /docs (#735)bac6596Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746)4379951v1.32.0- Additional commits viewable in compare view
Updates github.com/paketo-buildpacks/occam from 0.18.2 to 0.18.5
Release notes
Sourced from github.com/paketo-buildpacks/occam's releases.
v0.18.5
What's Changed
- use go 1.20 by
@sophiewigmorein paketo-buildpacks/occam#288Full Changelog: https://github.com/paketo-buildpacks/occam/compare/v0.18.4...v0.18.5
v0.18.4
What's Changed
- remove toolchain from go.mod by
@sophiewigmorein paketo-buildpacks/occam#287Full Changelog: https://github.com/paketo-buildpacks/occam/compare/v0.18.3...v0.18.4
v0.18.3
What's Changed
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by
@dependabotin paketo-buildpacks/occam#280- Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.30.0 by
@dependabotin paketo-buildpacks/occam#285- Bump github.com/onsi/gomega from 1.30.0 to 1.32.0 by
@dependabotin paketo-buildpacks/occam#282- Bump github.com/docker/docker from 25.0.5+incompatible to 26.0.1+incompatible by
@dependabotin paketo-buildpacks/occam#286- Bump github.com/google/go-containerregistry from 0.14.0 to 0.19.1 by
@dependabotin paketo-buildpacks/occam#281Full Changelog: https://github.com/paketo-buildpacks/occam/compare/v0.18.2...v0.18.3
Commits
f23ed80use go 1.20 (#288)4e0efearemove toolchain from go.modea10e39update fakes059d6bcBump github.com/google/go-containerregistry from 0.14.0 to 0.19.11f22679Bump github.com/docker/docker37cf400Bump github.com/onsi/gomega from 1.30.0 to 1.32.0122482eBump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.30.0 (#285)393f58fBump google.golang.org/protobuf from 1.31.0 to 1.33.0- See full diff in compare view
Updates github.com/Microsoft/go-winio from 0.6.1 to 0.6.2
Release notes
Sourced from github.com/Microsoft/go-winio's releases.
v0.6.2
What's Changed
- [etw] Add String() functions, JSON field option by
@helsaawyin microsoft/go-winio#285- enable dependency updates by
@helsaawyin microsoft/go-winio#287- Isolate tools dependencies in tools package by
@helsaawyin microsoft/go-winio#293- Update tests; run fuzzing by
@helsaawyin microsoft/go-winio#294- Add support for flushing and disconnecting named pipes by
@dgolubin microsoft/go-winio#292- Add ResolvePath tests by
@helsaawyin microsoft/go-winio#276- [lint] Fix errors from #276 by
@helsaawyin microsoft/go-winio#296- Switch from sycall to windows by
@helsaawyin microsoft/go-winio#295- [lint] Remove deprecated tar.TypeRegA by
@helsaawyin microsoft/go-winio#300- sd.go: fix calculation of security descriptor length in SddlToSecurit… by
@dblohm7in microsoft/go-winio#299- fix: already typo by
@testwillin microsoft/go-winio#303- pipe.go: add DialPipeAccessImpLevel by
@dblohm7in microsoft/go-winio#302- Bug: Close hvsock handle on listen error; fix tests by
@helsaawyin microsoft/go-winio#310- fileinfo: internally fix FileBasicInfo memory alignment by
@dagoodin microsoft/go-winio#312- Update go1.21 and CI by
@helsaawyin microsoft/go-winio#315New Contributors
@dgolubmade their first contribution in microsoft/go-winio#292@dblohm7made their first contribution in microsoft/go-winio#299@testwillmade their first contribution in microsoft/go-winio#303@dagoodmade their first contribution in microsoft/go-winio#312Full Changelog: https://github.com/microsoft/go-winio/compare/v0.6.1...v0.6.2
Commits
3c9576cUpdate go1.21 and CI (#315)008bc6efileinfo: internally fix FileBasicInfo memory alignment (#312)bc421d9Bug: Close hvsock handle on listen error; fix tests (#310)553a715Merge pull request #302 from dblohm7/implevel21963303pipe.go: add DialPipeAccessImpLevele6aebd6fix: already typo (#303)eb5b095sd.go: fix calculation of security descriptor length in SddlToSecurityDescrip...87c84cf[lint] Remove deprecated tar.TypeRegA (#300)9f0d5dcSwitch from sycall to windows (#295)fec52bd[lint] Fix errors from #276 (#296)- Additional commits viewable in compare view
Updates github.com/Microsoft/hcsshim from 0.12.0 to 0.12.3
Release notes
Sourced from github.com/Microsoft/hcsshim's releases.
v0.12.3
What's Changed
- [release/0.12] Update go-winio to v0.6.2 by
@kiashokin microsoft/hcsshim#2114Full Changelog: https://github.com/microsoft/hcsshim/compare/v0.12.2...v0.12.3
v0.12.2
No release notes provided.
v0.12.1
What's Changed
- Add spans and drop large size high volume trace logs by
@kiashokin microsoft/hcsshim#2068- Updating permissions and github release action versions (#2078) by
@hgarvisonin microsoft/hcsshim#2079- fix: move permissions to the correct job (#2080) by
@anmaxvlin microsoft/hcsshim#2081Full Changelog: https://github.com/microsoft/hcsshim/compare/v0.12.0...v0.12.1
Commits
Updates github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0
Commits
720b789remove travis badge from readmea83af7ffeat(backoff): Add functional options for ExponentialBackOff Closes #136- See full diff in compare view
Updates github.com/containerd/containerd from 1.7.13 to 1.7.16
Release notes
Sourced from github.com/containerd/containerd's releases.
containerd 1.7.16
Welcome to the v1.7.16 release of containerd!
The sixteenth patch release for containerd 1.7 contains various fixes and updates.
Highlights
- Update AppArmor template to allow confined runc to kill containers (#10129)
- Fix config import relative path glob (#9834)
- Update AppArmor template to better support rootlesskit (#10116)
- Update HTTP fallback to better account for TLS timeout and previous attempts (#10112)
- Add support for HPC port forwarding (#10008)
- Prevent GC from schedule itself with 0 period. (#10102)
- Fix issue with using invalid token to retry fetching layer (#10065)
- Automatically decompress archives for transfer service import (#9989)
- Fix HTTPFallback fails when pushing manifest (#10044)
- Add support for configuring otel from env and config deprecation notice (#9992)
- Fix deadlock during NRI plugin registration (containerd/nri#79)
Build and Release Toolchain
- Update Go to 1.21.9 and 1.22.2 with net/http security fix (#10115)
Container Runtime Interface (CRI)
- Fix CRI snapshotter root path when not under containerd root (#10096)
- Fix network creation failure from CreatedAt time as 269 years ago (#10122)
- Include userns info in PodSandboxStatus (#9865)
- Fix default working directory Windows HostProcess containers (#10071)
- Fix ListPodSandboxStats to skip sandboxes with missing tasks (#10042)
Deprecations
- Add support for configuring otel from env and config deprecation notice (#9992)
Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.
Contributors
- Derek McGowan
- Samuel Karp
- Wei Fu
- Danny Canter
- Kazuyoshi Kato
- Kirtana Ashok
- Maksym Pavlenko
- Phil Estes
- Sebastiaan van Stijn
- Brian Goff
... (truncated)
Commits
8303183Merge pull request #10124 from kiashok/new-1.7.16-tagfb2d43aMerge pull request #10129 from k8s-infra-cherrypick-robot/cherry-pick-10123-t...1c62308Add release notes for v1.7.1618a2c36apparmor: Allow confined runc to kill containersae97657Merge pull request #9834 from neoaggelos/fix/config-relativec4a8642Merge pull request #10096 from Kern--/cri-remote-snapshotter-stats733d456Merge pull request #10122 from AkihiroSuda/cherrypick-9673-1.7293f515pod: CreatedAt time will be 269 years ago while creating cri network failed.e412ca7Merge pull request #10116 from AkihiroSuda/cherrypick-10111-1.7d8acdafMerge pull request #10115 from thaJeztah/1.7_backport_go1.21.9- Additional commits viewable in compare view
Updates github.com/distribution/reference from 0.5.0 to 0.6.0
Release notes
Sourced from github.com/distribution/reference's releases.
v0.6.0
What's Changed
- remove deprecated SplitHostname by
@thaJeztahin distribution/reference#5- refactor splitDockerDomain to include more documentation by
@thaJeztahin distribution/reference#7- fix typo in readme by
@xrstfin distribution/reference#10- Exclude domain from name length check by
@ozairasimin distribution/reference#9New Contributors
@xrstfmade their first contribution in distribution/reference#10@ozairasimmade their first contribution in distribution/reference#9Full Changelog: https://github.com/distribution/reference/compare/v0.5.0...v0.6.0
Commits
ff14fafMerge pull request #9 from ozairasim/exclude-domain-from-name-length-validation2a66312Merge pull request #10 from xrstf/patch-1094e717fix typo in readmeaaca75eExclude domain from name length check8507c7fMerge pull request #7 from thaJeztah/cleanup_splitDockerDomain89ee7ecrefactor splitDockerDomain to include more documentationa3fb784Merge pull request #5 from thaJeztah/rm_deprecated4894124remove deprecated SplitHostname- See full diff in compare view
Updates github.com/docker/docker from 25.0.5+incompatible to 26.0.1+incompatible
Release notes
Sourced from github.com/docker/docker's releases.
v26.0.1
26.0.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 26.0.1 milestone
- moby/moby, 26.0.1 milestone
- Deprecated and removed features, see Deprecated Features.
- Changes to the Engine API, see API version history.
Bug fixes and enhancements
- Fix a regression that meant network interface specific
--sysctloptions prevented container startup. moby/moby#47646- Remove erroneous
platformfrom imageconfigOCI descriptor indocker saveoutput. moby/moby#47694- containerd image store: OCI archives produced by
docker savewill now have a non-emptymediaTypefield inindex.jsonmoby/moby#47701- Fix a regression that prevented the internal resolver from forwarding requests from IPvlan L3 networks to external resolvers. moby/moby#47705
- Prevent the use of external resolvers in IPvlan and Macvlan networks created with no parent interface specified. moby/moby#47705
Packaging updates
- Update Go runtime to 1.21.9 moby/moby#47671, docker/cli#4987
- Update Compose to v1.26.1 , docker/docker-ce-packaging#1009
- Update containerd to v1.7.15 (static binaries only) moby/moby#47692
v26.0.0
26.0.0
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 26.0.0 milestone
- moby/moby, 26.0.0 milestone
- Deprecated and removed features, see Deprecated Features.
- Changes to the Engine API, see API version history.
Security
This release contains a security fix for [CVE-2024-29018], a potential data exfiltration from 'internal' networks via authoritative DNS servers.
New
- Add
Subpathfield to theVolumeOptionsmaking it possible to mount a subpath of a volume. moby/moby#45687- Add
volume-subpathsupport to the mount flag (--mount type=volume,...,volume-subpath=<subpath>). docker/cli#4331- Accept
=separators and[ipv6]in compose files fordocker stack deploy. docker/cli#4860- rootless: Add support for enabling host loopback by setting the
DOCKERD_ROOTLESS_ROOTLESSKIT_DISABLE_HOST_LOOPBACKenvironment variable tofalse(defaults totrue). This lets containers connect to the host by using IP address10.0.2.2. moby/moby#47352- containerd image store:
docker image lsno longer creates duplicates entries for multi-platform images. moby/moby#45967- containerd image store: Send Prometheus metrics. moby/moby#47555
Bug fixes and enhancements
- [CVE-2024-29018]: Do not forward requests to external DNS servers for a container that is only connected to an 'internal' network. Previously, requests were forwarded if the host's DNS server was running on a loopback address, like systemd's 127.0.0.53. moby/moby#47589
- Ensure that a generated MAC address is not restored when a container is restarted, but a configured MAC address is preserved. moby/moby#47233
... (truncated)
Commits
60b9addMerge pull request #47705 from robmry/backport-26.0/47662_ipvlan_l3_dns8ad7f86Run ipvlan tests even if 'modprobe ipvlan' failsdc27552Stop macvlan with no parent from using ext-dns7b570f0Enable DNS proxying for ipvlan-l38cdcc4fMove dummy DNS server to integration/internal/networked752f6Merge pull request #47701 from vvoland/v26.0-476919db1b6fMerge pull request #47702 from vvoland/v26.0-476476261281Merge pull request #47700 from vvoland/v26.0-4767390355e5Merge pull request #47696 from vvoland/v26.0-4765872615b1github/ci: Check if backport is opened against the expected branch- Additional commits viewable in compare view
Updates github.com/google/go-containerregistry from 0.19.0 to 0.19.1
Release notes
Sourced from github.com/google/go-containerregistry's releases.
v0.19.1
What's Changed
- Bump golang.org/x/net from 0.10.0 to 0.17.0 in /pkg/authn/k8schain by
@dependabotin google/go-containerregistry#1815- Bump golang.org/x/ packages by
@jonjohnsonjrin google/go-containerregistry#1892Full Changelog: https://github.com/google/go-containerregistry/compare/v0.19.0...v0.19.1
Commits
8b3c303Bump golang.org/x/ packages (#1892)afec664Bump golang.org/x/net from 0.10.0 to 0.17.0 in /pkg/authn/k8schain (#1815)- See full diff in compare view
Updates github.com/klauspost/compress from 1.17.7 to 1.17.8
Release notes
Sourced from github.com/klauspost/compress's releases.
v1.17.8
What's Changed
- zstd: Reject blocks where reserved values are not 0 by
@klauspostin klauspost/compress#885- zstd: Add RLE detection+encoding by
@klauspostin klauspost/compress#938New Contributors
@ankonmade their first contribution in klauspost/compress#932@kindhugemade their first contribution in klauspost/compress#946Full Changelog: https://github.com/klauspost/compress/compare/v1.17.7...v1.17.8
Commits
c0ff47eUpdate README.md657dc16chore: remove repetitive words (#946)3f77d8cbuild(deps): bump the github-actions group with 1 update (#944)de4073azstd: Add RLE detection+encoding (#938)165be36zstd: Reject blocks where reserved values are not 0 (#885)4f3f95bci: Add testing replacement (#935)3976394build(deps): bump the github-actions group with 1 update (#934)4d78e54Remove sed for internal/fuzz/helpers.go (#933)46c00cadoc: Remove an excess word in a documentation comment (#932)- See full diff in compare view
Updates github.com/paketo-buildpacks/packit/v2 from 2.12.0 to 2.14.0
Release notes
Sourced from github.com/paketo-buildpacks/packit/v2's releases.
v2.14.0
What's Changed
- Fixes mirror bug when originalHost is excluded by
@TisVictressin paketo-buildpacks/packit#569- Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 by
@dependabotin paketo-buildpacks/packit#571- Support reading service bindings from
VCAP_SERVICESenv var by@pbuskoin paketo-buildpacks/packit#566New Contributors
@pbuskomade their first contribution in paketo-buildpacks/packit#566 🥳Full Changelog: https://github.com/paketo-buildpacks/packit/compare/v2.13.0...v2.14.0
v2.13.0
What's Changed
- Bump github.com/onsi/gomega from 1.28.1 to 1.29.0 by
@dependabotin paketo-buildpacks/packit#531- Bump github.com/google/uuid from 1.3.1 to 1.4.0 by
@dependabotin paketo-buildpacks/packit#533- Updates github-config by
@paketo-botin paketo-buildpacks/packit#532- Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 by
@dependabotin paketo-buildpacks/packit#536- Updates github-config by
@paketo-botin paketo-buildpacks/packit#534- Bump github.com/google/uuid from 1.4.0 to 1.5.0 by
@dependabotin paketo-buildpacks/packit#541- Bump github.com/onsi/gomega from 1.30.0 to 1.31.0 by
@dependabotin paketo-buildpacks/packit#544- Bump github.com/onsi/gomega from 1.31.0 to 1.31.1 by
@dependabotin paketo-buildpacks/packit#547- Bump github.com/google/uuid from 1.5.0 to 1.6.0 by
@dependabotin paketo-buildpacks/packit#548- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by
@dependabotin paketo-buildpacks/packit#556- Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by
@dependabotin paketo-buildpacks/packit#560- Bump github.com/ulikunitz/xz from 0.5.11 to 0.5.12 by
@dependabotin paketo-buildpacks/packit#562- Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 by
@dependabotin paketo-buildpacks/packit#568- Allows users to set a dependency mirror by
@TisVictressin paketo-buildpacks/packit#563New Contributors
@TisVictressmade their first contribution in paketo-buildpacks/packit#563Full Changelog: https://github.com/paketo-buildpacks/packit/compare/v2.12.0...v2.13.0
Commits
13393ecSupport reading service bindings from VCAP_SERVICES env var (#566)35d8f76Bump github.com/onsi/gomega from 1.33.0 to 1.33.1ce376b7Fixes mirror bug when originalHost is excluded (#569)4c9f338Allows users to set a dependency mirror (#563)4e9c21dBump github.com/onsi/gomega from 1.32.0 to 1.33.0dd77ec5Bump github.com/ulikunitz/xz from 0.5.11 to 0.5.1295b8056Bump github.com/onsi/gomega from 1.31.1 to 1.32.0777a503Bump github.com/stretchr/testify from 1.8.4 to 1.9.0c1b785bBump github.com/google/uuid from 1.5.0 to 1.6.0b31dc83Bump github.com/onsi/gomega from 1.31.0 to 1.31.1- Additional commits viewable in compare view
Updates github.com/shirou/gopsutil/v3 from 3.24.2 to 3.24.4
Release notes
Sourced from github.com/shirou/gopsutil/v3's releases.
v3.24.4
What's Changed
net
- Update net_openbsd.go to correctly parse netstat output on obsd by
@amarindercain shirou/gopsutil#1621- chore: fix some typos in comments by
@camcuiin shirou/gopsutil#1624New Contributors
@amarindercamade their first contribution in shirou/gopsutil#1621@camcuimade their first contribution in shirou/gopsutil#1624Full Changelog: https://github.com/shirou/gopsutil/compare/v3.24.3...v3.24.4
v3.24.3
What's Changed
disk
- chore: fix typo by
@majorteachin shirou/gopsutil#1615host
- [host][linux]: fix utmp size on linux/arm64 by
@shirouin shirou/gopsutil#1603load
- Total Processes in
MiscStatCorrected by@eric1234in shirou/gopsutil#1612process
- [process][freebsd]: re-generate types on freebsd arm64 by
@shirouin shirou/gopsutil#1609New Contributors
@majorteachmade their first contribution in shirou/gopsutil#1615@eric1234made their first contribution in shirou/gopsutil#1612Full Changelog: https://github.com/shirou/gopsutil/compare/v3.24.2...v3.24.3
Commits
428fe9bMerge pull request #1635 from shirou/dependabot/github_actions/golangci/golan...8d67022chore(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.1.0979696aMerge pull request #1631 from shirou/dependabot/github_actions/actions/checko...54d464dMerge pull request #1632 from shirou/dependabot/github_actions/golangci/golan...65426fechore(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.097f2608chore(deps): bump actions/checkout from 4.1.2 to 4.1.48803861Merge pull request #1630 from shirou/dependabot/github_actions/actions/upload...4848eecchore(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3df3a945Merge pull request #1624 from camcui/master3ec3f55chore: fix some typos in comments- Additional commits viewable in compare view
Updates github.com/testcontainers/testcontainers-go from 0.28.0 to 0.30.0
Release notes
Sourced from github.com/testcontainers/testcontainers-go's releases.
v0.30.0
What's Changed
🚀 Features
- feat(k6):Add remote test scripts (#2350)
@bearrito- feat: optimizes file copies to and from containers (#2450)
@codefromthecrypt- feat(exitcode): Add exit code sugar method (#2342)
@bearrito- feat: add module to support InfluxDB v1.x (#1703)
@JJCinAZ- feat: authenticate docker on PullImage (#2446)
@codefromthecrypt- feat: add distribution-registry module (#2341)
@mdelapenya- feat: support passing io.Reader as ContainerFile (#2401)
@mdelapenya- feat(MustConn): Add MustConnectionString on (some) dbs (#2343)
@bearrito- feat: support for waiting for response headers (#2349)
@mdelapenya- Add method for getting Weaviate's gRPC port (#2339)
@antas-marcin- feat: add openfga module (#2332)
@mdelapenya🐛 Bug Fixes
- Fix: HTTP wait strategy does not take query params into account (#2466)
@benja-M-1- fix: logging deadlock (#2346)
@stevenh- fix(exec): updates the
Multiplexedopt to combine stdout and stderr (#2452)@gustavosbarreto- bug:Fix AMQPS url (#2462)
@bearrito- Added error handling for context.Canceled in log reading code (#2268)
@prateekdwivedi- fix: consul race on HTTP port (#2336)
@codefromthecrypt📖 Documentation
- docs: fix wrong copy&paste in Weaviate docs (#2338)
@mdelapenya🧹 Housekeeping
- Upgrade neo4j module to use features from v0.29.1 of testcontainers-go (#2463)
@danielorbach- chore: use "docker compose" (v2) instead of "docker-compose" (v1) (#2464)
@mdelapenya- refactor: Add Weaviate modules tests (#2447)
@antas-marcin- docs: Fix typo in ci-test-go.yml (#2394)
@uh-zz- redpanda: set entrypoint to the custom entrypoint file (#2347)
@bojand- Move the container and config tests into a test package (Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >