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.
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.
This release dramatically improves interoperability with Go's log/slog package. In particular, logr.NewContext and logr.NewContextWithSlogLogger use the same context key, which allows logr.FromContext and logr.FromContextAsSlogLogger to return logr.Logger or *slog.Logger respectively, including transparently converting each to the other as needed.
Functions logr/slogr.NewLogr and logr/slogr.ToSlogHandler have been superceded by logr.FromSlogHandler and logr.ToSlogHandler respectively, and type logr/slogr.SlogSink has been superceded by logr.SlogSink. All of the old names in logr/slogr remain, for compatibility.
Package logr/funcr now supports logr.SlogSink, meaning that it's output passes all but one of the Slog conformance tests (that exception being that funcr handles the timestamp itself).
Users who have a logr.Logger and need a *slog.Logger can call slog.New(logr.ToSlogHandler(...)) and all output will go through the same stack.
Users who have a *slog.Logger or slog.Handler can call logr.FromSlogHandler(...) and all output will go through the same stack.
Bumps the go-modules group with 28 updates:
1.31.1
1.32.0
0.11.4
0.12.2
0.0.0-20230412183729-8602f1afc574
0.0.1
4.2.1
4.3.0
1.7.13
1.7.14
0.5.0
0.6.0
1.0.3
1.0.4
5.11.0
5.12.0
1.3.0
1.4.1
1.5.3
1.5.4
0.19.0
0.19.1
0.0.0-20230301153543-ba94b245509b
0.1.0
1.3.1
1.3.2-0.20230802210424-5b0b94c5c0d3
3.24.1
3.24.3
1.2.1
1.2.2
2.15.1
2.16.0
0.28.0
0.29.1
0.45.0
0.49.0
1.19.0
1.24.0
1.19.0
1.24.0
1.19.0
1.24.0
0.19.0
0.21.0
0.0.0-20230510235704-dd950f8aeaea
0.0.0-20231006140011-7918f672742d
0.15.0
0.16.0
0.21.0
0.22.0
0.17.0
0.18.0
0.16.1
0.19.0
1.62.0
1.62.1
Updates
github.com/onsi/gomega
from 1.31.1 to 1.32.0Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
4379951
v1.32.0a350b95
Maintain source backwards compatibilitya6c8875
Fix failing test436a197
Migrate github.com/golang/protobuf to google.golang.org/protobuf32ef35e
chore: test with Go 1.22 (#733)a0d0387
Bump golang.org/x/net from 0.19.0 to 0.20.0 (#717)b71e477
Bump github-pages and jekyll-feed in /docs (#732)f460154
docs: fix typo and broken anchor link to gstructa2862e4
docs: fix HaveEach matcher signatureUpdates
github.com/Microsoft/hcsshim
from 0.11.4 to 0.12.2Release notes
Sourced from github.com/Microsoft/hcsshim's releases.
... (truncated)
Commits
ad1ccf5
fix: move permissions to the correct job (#2080) (#2081)6588c1c
Updating permissions and github release action versions (#2078) (#2079)202f90a
Add spans and drop large size high volume trace logsfe8c673
updatenewBinaryCmd
URL path handling (#2041)85086d7
Upgrade to go1.21 + fix lint errors8039310
[deps] Omni-bus dependency update (#2039)7458e58
Update Cmd IO handling (#1937)5f9910a
Fix CodeQL pipeline failure (#2032)c56a09c
Merge pull request #1998 from yyatmsft/removeInternalTests2c767380
Don't create container scratch per base layer (#2002)Updates
github.com/anchore/stereoscope
from 0.0.0-20230412183729-8602f1afc574 to 0.0.1Release notes
Sourced from github.com/anchore/stereoscope's releases.
Commits
Updates
github.com/cenkalti/backoff/v4
from 4.2.1 to 4.3.0Commits
720b789
remove travis badge from readmea83af7f
feat(backoff): Add functional options for ExponentialBackOff Closes #136Updates
github.com/containerd/containerd
from 1.7.13 to 1.7.14Release notes
Sourced from github.com/containerd/containerd's releases.
... (truncated)
Commits
dcf2847
Merge pull request #9953 from dmcgowan/prepare-v1.7.141babe6b
Prepare release notes for v1.7.149138da4
Merge pull request #9951 from austinvazquez/release-1.7-backport-use-matrix-g...a9bbbef
Use the Go toolchain in CI matrix to build binaries17cbd50
Merge pull request #9933 from AkihiroSuda/go-1.21.8-1.74c825b3
Merge pull request #9938 from akhilerm/cherry-pick-9777-1.739caf53
Move inline PS scripts into files5613fae
Merge pull request #9944 from dmcgowan/1.7-skip-oom-test1ca9a64
update to go 1.21.8, 1.22.1630226b
Disable OOM set score unpriv test temporarilyUpdates
github.com/distribution/reference
from 0.5.0 to 0.6.0Release notes
Sourced from github.com/distribution/reference's releases.
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 SplitHostnameUpdates
github.com/felixge/httpsnoop
from 1.0.3 to 1.0.4Release notes
Sourced from github.com/felixge/httpsnoop's releases.
Commits
c5817c2
codegen: fix generated header comment (#25)661666c
Support (ignore) 1xx status codes. (#24)8b7a371
tests: refactor benchmarks to remove test server overhead (#20)dcf093d
chore: switch to github actions (#21)Updates
github.com/go-git/go-git/v5
from 5.11.0 to 5.12.0Release notes
Sourced from github.com/go-git/go-git/v5's releases.
Commits
302ddde
Merge pull request #1060 from go-git/dependabot/go_modules/github.com/gliderl...6bba34d
build: bump github.com/gliderlabs/ssh from 0.3.6 to 0.3.7feaeb36
Merge pull request #937 from matejrisek/feature/rename-short-fields7959a42
Merge pull request #1052 from go-git/dependabot/go_modules/github.com/skeema/...4c17ce7
build: bump github.com/skeema/knownhosts from 1.2.1 to 1.2.23f77e6f
Merge pull request #1048 from pjbgf/fix-reset-validation6af38e0
Merge pull request #1047 from avoidalone/mastere6c3e58
Merge pull request #1044 from pjbgf/ff-merge04f7b23
*: fix some commentsf4f1a87
Merge pull request #971 from nodivbyzero/fix-177-diff-print-file-statsUpdates
github.com/go-logr/logr
from 1.3.0 to 1.4.1Release notes
Sourced from github.com/go-logr/logr's releases.
Commits
dcdc3f2
slogr: fix unintended API break in v0.8.0 (#253)5d88f52
funcr: Add LogInfoLevel Option to skip logging level in the info log (#240)177005d
build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0e7f489a
build(deps): bump github/codeql-action from 2.22.9 to 3.22.11cf56c3b
build(deps): bump actions/setup-go from 4 to 52ad296e
build(deps): bump github/codeql-action from 2.22.8 to 2.22.9d55b4e2
Merge pull request #241 from thockin/master98ee9d9
Clean up slog testing and restore coverageb228ba8
Break examples to new file6432877
Add benchmarks for slogSinkUpdates
github.com/golang/protobuf
from 1.5.3 to 1.5.4Release notes
Sourced from github.com/golang/protobuf's releases.
Commits
75de7c0
Merge pull request #1597 from golang/updatedescb7697bb
all: update descriptor.proto to latest versionUpdates
github.com/google/go-containerregistry
from 0.19.0 to 0.19.1Release notes
Sourced from github.com/google/go-containerregistry's releases.
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)Updates
github.com/knqyf263/go-rpmdb
from 0.0.0-20230301153543-ba94b245509b to 0.1.0Commits
Updates
github.com/sergi/go-diff
from 1.3.1 to 1.3.2-0.20230802210424-5b0b94c5c0d3Commits
Updates
github.com/shirou/gopsutil/v3
from 3.24.1 to 3.24.3Release notes
Sourced from github.com/shirou/gopsutil/v3's releases.
Commits
e230f52
Merge pull request #1612 from eric1234/correct-process-countsce0395f
Merge pull request #1609 from shirou/feat/process_freebsd_arm64_type_generated1d9f956
Merge pull request #1615 from majorteach/master71b8173
chore: fix typocded180
Total Processes inMiscStat
Corrected6100124
Merge pull request #1611 from shirou/dependabot/github_actions/actions/cache-...83660da
chore(deps): bump actions/cache from 4.0.1 to 4.0.21e5c5ae
Merge pull request #1604 from shirou/dependabot/go_modules/github.com/stretch...6df531f
chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0c731c53
Merge pull request #1605 from shirou/dependabot/go_modules/golang.org/x/sys-0...Updates
github.com/skeema/knownhosts
from 1.2.1 to 1.2.2Commits
e73fcfc
Merge pull request #6 from trzsz/mainbd8e67e
HostKeyAlgorithms: add rsa-sha2-256 and rsa-sha2-512 for ssh-rsaf2b518c
docs: bump year to 2024379d675
ci: bump GOVERSION and fix golintUpdates
github.com/sylabs/sif/v2
from 2.15.1 to 2.16.0Release notes
Sourced from github.com/sylabs/sif/v2's releases.
Commits
796011b
Merge pull request #351 from tri-adam/go-1.22df206d4
refactor: simplify minID calculation7ad27b6
refactor: simplify slice logic096293c
chore: bump module Go version to 1.21dd1e34c
build(deps): bump github.com/google/go-containerregistry (#356)7d96323
build(deps): bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3 (#355)0ab3a72
build(deps): bump github.com/sigstore/sigstore from 1.8.1 to 1.8.2 (#354)7cb9507
Merge pull request #353 from tri-adam/go-1.22-ci5f2a42d
ci: test against Go 1.227cf41e5
Merge pull request #352 from tri-adam/fix-lintUpdates
github.com/testcontainers/testcontainers-go
from 0.28.0 to 0.29.1Release notes
Sourced from github.com/testcontainers/testcontainers-go's releases.