Bump additional dependency versions

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2026-03-10 18:06:55 -06:00
committed by Christian Goll
parent 9a3533237f
commit 2699f2628f
5 changed files with 240 additions and 284 deletions

View File

@@ -20,12 +20,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Dependencies
- Bump golang.org/x/term from 0.28.0 to 0.36.0 #2037
- Bump golang.org/x/sys from 0.29.0 to 0.37.0 #2036
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.26.1 to 2.27.3 #2032
- Bump golang.org/x/term from 0.28.0 to 0.40.0 #2037
- Bump golang.org/x/sys from 0.29.0 to 0.41.0 #2036
- Bump golang.org/x/crypto from 0.31.0 to 0.48.0
- Bump golang.org/x/net from 0.33.0 to 0.49.0 #1819
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.26.1 to 2.28.0 #2032
- Bump google.golang.org/grpc from 1.70.0 to 1.79.2
- Bump google.golang.org/protobuf from 1.36.3 to 1.36.11
- Bump github.com/containers/image/v5 from 5.32.2 to 5.36.2 #1996
- Bump github.com/containers/storage from 1.57.1 to 1.59.1 #1970
- Bump golang.org/x/net from 0.33.0 to 0.41.0 #1819
- Bump github.com/coreos/ignition/v2 from 2.20.0 to 2.26.0
- Bump github.com/coreos/go-systemd/v22 from 22.5.0 to 22.7.0
- Bump github.com/spf13/cobra from 1.9.1 to 1.10.2
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.1
- Bump github.com/swaggest/openapi-go from 0.2.55 to 0.2.60
- Bump github.com/swaggest/rest from 0.2.73 to 0.2.75
- Bump github.com/swaggest/swgui from 1.8.2 to 1.8.5
- Bump github.com/hashicorp/go-version from 1.7.0 to 1.8.0
- Bump github.com/opencontainers/umoci from 0.4.7 to 0.6.0
- Migrate github.com/talos-systems/go-smbios to github.com/siderolabs/go-smbios v0.3.3 (module renamed)
### Added