php
php copied to clipboard
Bump the go-modules group across 1 directory with 21 updates
Bumps the go-modules group with 13 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.13.0 |
github.com/shirou/gopsutil/v3 | 3.24.2 |
3.24.4 |
github.com/tklauser/go-sysconf | 0.3.13 |
0.3.14 |
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
Receive
not 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
Receive
not 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
8a658bb
v1.33.1e9bc35a
Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.23a66379
fix confusing eventually docsf2e65fc
v1.33.002e8706
docs: Receive(POINTER, MATCHER)ec1f186
feat: receiver matcher accepting (POINTER, MATCHER), includes unit tests9999deb
Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.17.1 (#745)cb5ff21
Bump github-pages from 229 to 230 in /docs (#735)bac6596
Bump golang.org/x/net from 0.20.0 to 0.23.0 (#746)4379951
v1.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
@sophiewigmore
in 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
@sophiewigmore
in 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
@dependabot
in paketo-buildpacks/occam#280- Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.30.0 by
@dependabot
in paketo-buildpacks/occam#285- Bump github.com/onsi/gomega from 1.30.0 to 1.32.0 by
@dependabot
in paketo-buildpacks/occam#282- Bump github.com/docker/docker from 25.0.5+incompatible to 26.0.1+incompatible by
@dependabot
in paketo-buildpacks/occam#286- Bump github.com/google/go-containerregistry from 0.14.0 to 0.19.1 by
@dependabot
in paketo-buildpacks/occam#281Full Changelog: https://github.com/paketo-buildpacks/occam/compare/v0.18.2...v0.18.3
Commits
f23ed80
use go 1.20 (#288)4e0efea
remove toolchain from go.modea10e39
update fakes059d6bc
Bump github.com/google/go-containerregistry from 0.14.0 to 0.19.11f22679
Bump github.com/docker/docker37cf400
Bump github.com/onsi/gomega from 1.30.0 to 1.32.0122482e
Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.30.0 (#285)393f58f
Bump 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
@helsaawy
in microsoft/go-winio#285- enable dependency updates by
@helsaawy
in microsoft/go-winio#287- Isolate tools dependencies in tools package by
@helsaawy
in microsoft/go-winio#293- Update tests; run fuzzing by
@helsaawy
in microsoft/go-winio#294- Add support for flushing and disconnecting named pipes by
@dgolub
in microsoft/go-winio#292- Add ResolvePath tests by
@helsaawy
in microsoft/go-winio#276- [lint] Fix errors from #276 by
@helsaawy
in microsoft/go-winio#296- Switch from sycall to windows by
@helsaawy
in microsoft/go-winio#295- [lint] Remove deprecated tar.TypeRegA by
@helsaawy
in microsoft/go-winio#300- sd.go: fix calculation of security descriptor length in SddlToSecurit… by
@dblohm7
in microsoft/go-winio#299- fix: already typo by
@testwill
in microsoft/go-winio#303- pipe.go: add DialPipeAccessImpLevel by
@dblohm7
in microsoft/go-winio#302- Bug: Close hvsock handle on listen error; fix tests by
@helsaawy
in microsoft/go-winio#310- fileinfo: internally fix FileBasicInfo memory alignment by
@dagood
in microsoft/go-winio#312- Update go1.21 and CI by
@helsaawy
in microsoft/go-winio#315New Contributors
@dgolub
made their first contribution in microsoft/go-winio#292@dblohm7
made their first contribution in microsoft/go-winio#299@testwill
made their first contribution in microsoft/go-winio#303@dagood
made their first contribution in microsoft/go-winio#312Full Changelog: https://github.com/microsoft/go-winio/compare/v0.6.1...v0.6.2
Commits
3c9576c
Update go1.21 and CI (#315)008bc6e
fileinfo: internally fix FileBasicInfo memory alignment (#312)bc421d9
Bug: Close hvsock handle on listen error; fix tests (#310)553a715
Merge pull request #302 from dblohm7/implevel21963303
pipe.go: add DialPipeAccessImpLevele6aebd6
fix: already typo (#303)eb5b095
sd.go: fix calculation of security descriptor length in SddlToSecurityDescrip...87c84cf
[lint] Remove deprecated tar.TypeRegA (#300)9f0d5dc
Switch 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
@kiashok
in 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
@kiashok
in microsoft/hcsshim#2068- Updating permissions and github release action versions (#2078) by
@hgarvison
in microsoft/hcsshim#2079- fix: move permissions to the correct job (#2080) by
@anmaxvl
in 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
720b789
remove travis badge from readmea83af7f
feat(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
8303183
Merge pull request #10124 from kiashok/new-1.7.16-tagfb2d43a
Merge pull request #10129 from k8s-infra-cherrypick-robot/cherry-pick-10123-t...1c62308
Add release notes for v1.7.1618a2c36
apparmor: Allow confined runc to kill containersae97657
Merge pull request #9834 from neoaggelos/fix/config-relativec4a8642
Merge pull request #10096 from Kern--/cri-remote-snapshotter-stats733d456
Merge pull request #10122 from AkihiroSuda/cherrypick-9673-1.7293f515
pod: CreatedAt time will be 269 years ago while creating cri network failed.e412ca7
Merge pull request #10116 from AkihiroSuda/cherrypick-10111-1.7d8acdaf
Merge 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
@thaJeztah
in distribution/reference#5- refactor splitDockerDomain to include more documentation by
@thaJeztah
in distribution/reference#7- fix typo in readme by
@xrstf
in distribution/reference#10- Exclude domain from name length check by
@ozairasim
in distribution/reference#9New Contributors
@xrstf
made their first contribution in distribution/reference#10@ozairasim
made their first contribution in distribution/reference#9Full Changelog: https://github.com/distribution/reference/compare/v0.5.0...v0.6.0
Commits
ff14faf
Merge pull request #9 from ozairasim/exclude-domain-from-name-length-validation2a66312
Merge pull request #10 from xrstf/patch-1094e717
fix typo in readmeaaca75e
Exclude domain from name length check8507c7f
Merge pull request #7 from thaJeztah/cleanup_splitDockerDomain89ee7ec
refactor splitDockerDomain to include more documentationa3fb784
Merge pull request #5 from thaJeztah/rm_deprecated4894124
remove 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
--sysctl
options prevented container startup. moby/moby#47646- Remove erroneous
platform
from imageconfig
OCI descriptor indocker save
output. moby/moby#47694- containerd image store: OCI archives produced by
docker save
will now have a non-emptymediaType
field inindex.json
moby/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
Subpath
field to theVolumeOptions
making it possible to mount a subpath of a volume. moby/moby#45687- Add
volume-subpath
support 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_LOOPBACK
environment 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 ls
no 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
60b9add
Merge pull request #47705 from robmry/backport-26.0/47662_ipvlan_l3_dns8ad7f86
Run ipvlan tests even if 'modprobe ipvlan' failsdc27552
Stop macvlan with no parent from using ext-dns7b570f0
Enable DNS proxying for ipvlan-l38cdcc4f
Move dummy DNS server to integration/internal/networked752f6
Merge pull request #47701 from vvoland/v26.0-476919db1b6f
Merge pull request #47702 from vvoland/v26.0-476476261281
Merge pull request #47700 from vvoland/v26.0-4767390355e5
Merge pull request #47696 from vvoland/v26.0-4765872615b1
github/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
@dependabot
in google/go-containerregistry#1815- Bump golang.org/x/ packages by
@jonjohnsonjr
in google/go-containerregistry#1892Full Changelog: https://github.com/google/go-containerregistry/compare/v0.19.0...v0.19.1
Commits
8b3c303
Bump golang.org/x/ packages (#1892)afec664
Bump 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
@klauspost
in klauspost/compress#885- zstd: Add RLE detection+encoding by
@klauspost
in klauspost/compress#938New Contributors
@ankon
made their first contribution in klauspost/compress#932@kindhuge
made their first contribution in klauspost/compress#946Full Changelog: https://github.com/klauspost/compress/compare/v1.17.7...v1.17.8
Commits
c0ff47e
Update README.md657dc16
chore: remove repetitive words (#946)3f77d8c
build(deps): bump the github-actions group with 1 update (#944)de4073a
zstd: Add RLE detection+encoding (#938)165be36
zstd: Reject blocks where reserved values are not 0 (#885)4f3f95b
ci: Add testing replacement (#935)3976394
build(deps): bump the github-actions group with 1 update (#934)4d78e54
Remove sed for internal/fuzz/helpers.go (#933)46c00ca
doc: 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.13.0
Release notes
Sourced from github.com/paketo-buildpacks/packit/v2's releases.
v2.13.0
What's Changed
- Bump github.com/onsi/gomega from 1.28.1 to 1.29.0 by
@dependabot
in paketo-buildpacks/packit#531- Bump github.com/google/uuid from 1.3.1 to 1.4.0 by
@dependabot
in paketo-buildpacks/packit#533- Updates github-config by
@paketo-bot
in paketo-buildpacks/packit#532- Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 by
@dependabot
in paketo-buildpacks/packit#536- Updates github-config by
@paketo-bot
in paketo-buildpacks/packit#534- Bump github.com/google/uuid from 1.4.0 to 1.5.0 by
@dependabot
in paketo-buildpacks/packit#541- Bump github.com/onsi/gomega from 1.30.0 to 1.31.0 by
@dependabot
in paketo-buildpacks/packit#544- Bump github.com/onsi/gomega from 1.31.0 to 1.31.1 by
@dependabot
in paketo-buildpacks/packit#547- Bump github.com/google/uuid from 1.5.0 to 1.6.0 by
@dependabot
in paketo-buildpacks/packit#548- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by
@dependabot
in paketo-buildpacks/packit#556- Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by
@dependabot
in paketo-buildpacks/packit#560- Bump github.com/ulikunitz/xz from 0.5.11 to 0.5.12 by
@dependabot
in paketo-buildpacks/packit#562- Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 by
@dependabot
in paketo-buildpacks/packit#568- Allows users to set a dependency mirror by
@TisVictress
in paketo-buildpacks/packit#563New Contributors
@TisVictress
made their first contribution in paketo-buildpacks/packit#563Full Changelog: https://github.com/paketo-buildpacks/packit/compare/v2.12.0...v2.13.0
Commits
4c9f338
Allows users to set a dependency mirror (#563)4e9c21d
Bump github.com/onsi/gomega from 1.32.0 to 1.33.0dd77ec5
Bump github.com/ulikunitz/xz from 0.5.11 to 0.5.1295b8056
Bump github.com/onsi/gomega from 1.31.1 to 1.32.0777a503
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0c1b785b
Bump github.com/google/uuid from 1.5.0 to 1.6.0b31dc83
Bump github.com/onsi/gomega from 1.31.0 to 1.31.1dbbbbc5
Bump github.com/onsi/gomega from 1.30.0 to 1.31.0703e4fb
Bump github.com/google/uuid from 1.4.0 to 1.5.0c10f263
Updating github-config- 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
@amarinderca
in shirou/gopsutil#1621- chore: fix some typos in comments by
@camcui
in shirou/gopsutil#1624New Contributors
@amarinderca
made their first contribution in shirou/gopsutil#1621@camcui
made 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
@majorteach
in shirou/gopsutil#1615host
- [host][linux]: fix utmp size on linux/arm64 by
@shirou
in shirou/gopsutil#1603load
- Total Processes in
MiscStat
Corrected by@eric1234
in shirou/gopsutil#1612process
- [process][freebsd]: re-generate types on freebsd arm64 by
@shirou
in shirou/gopsutil#1609New Contributors
@majorteach
made their first contribution in shirou/gopsutil#1615@eric1234
made their first contribution in shirou/gopsutil#1612Full Changelog: https://github.com/shirou/gopsutil/compare/v3.24.2...v3.24.3
Commits
428fe9b
Merge pull request #1635 from shirou/dependabot/github_actions/golangci/golan...8d67022
chore(deps): bump golangci/golangci-lint-action from 5.0.0 to 5.1.0979696a
Merge pull request #1631 from shirou/dependabot/github_actions/actions/checko...54d464d
Merge pull request #1632 from shirou/dependabot/github_actions/golangci/golan...65426fe
chore(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.0.097f2608
chore(deps): bump actions/checkout from 4.1.2 to 4.1.48803861
Merge pull request #1630 from shirou/dependabot/github_actions/actions/upload...4848eec
chore(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3df3a945
Merge pull request #1624 from camcui/master3ec3f55
chore: 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
Multiplexed
opt 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 (#2242)
@Minivera
- chore: use WithEnv option in localstack module (#2337)
@mdelapenya
- chore: check that the new version is not empty (#2331)
@mdelapenya
📦 Dependency updates
- fix: data race on container run, caused by the otelhttp dependency (#2345)
@stevenh
- chore(deps): bump github/codeql-action from 2.22.12 to 3.24.9 (#2459)
@dependabot
- chore(deps): Bumping ChromaGo client version (#2402)
@tazarov
- chore(deps): bump github.com/docker/docker from 25.0.3+incompatible to 25.0.5+incompatible (#2444) Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >