Skip to content

Commit 2dc3df4

Browse files
committed
bump: fabric to v0.75.3
This is an automated commit created by GitHub Actions workflow, in the fabric repository. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 05c8f54 commit 2dc3df4

File tree

6 files changed

+28
-10
lines changed

6 files changed

+28
-10
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
github.com/urfave/cli/v2 v2.27.6
4040
github.com/vbauerster/mpb/v8 v8.10.0
4141
github.com/vishvananda/netlink v1.3.0
42-
go.githedgehog.com/fabric v0.75.2
42+
go.githedgehog.com/fabric v0.75.3
4343
go.githedgehog.com/gateway v0.5.0
4444
golang.org/x/crypto v0.38.0
4545
golang.org/x/mod v0.24.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -895,8 +895,8 @@ github.com/zeebo/errs v1.4.0 h1:XNdoD/RRMKP7HD0UhJnIzUy74ISdGGxURlYG8HSWSfM=
895895
github.com/zeebo/errs v1.4.0/go.mod h1:sgbWHsvVuTPHcqJJGQ1WhI5KbWlHYz+2+2C/LSEtCw4=
896896
go.etcd.io/bbolt v1.3.11 h1:yGEzV1wPz2yVCLsD8ZAiGHhHVlczyC9d1rP43/VCRJ0=
897897
go.etcd.io/bbolt v1.3.11/go.mod h1:dksAq7YMXoljX0xu6VF5DMZGbhYYoLUalEiSySYAS4I=
898-
go.githedgehog.com/fabric v0.75.2 h1:p2lHaGOLvCLABg4WtnOF88fYtCIzS91v60w7cSaTWTc=
899-
go.githedgehog.com/fabric v0.75.2/go.mod h1:n43z9LyXN/ZX9zCa8ogQuU0RvmzNnlf3EoUhtEms3ow=
898+
go.githedgehog.com/fabric v0.75.3 h1:qYmA1x58T5cDFmZNEI6aa8JczIELyMCrZo7vMqCOLcA=
899+
go.githedgehog.com/fabric v0.75.3/go.mod h1:n43z9LyXN/ZX9zCa8ogQuU0RvmzNnlf3EoUhtEms3ow=
900900
go.githedgehog.com/fabric-bcm-ygot v0.4.0-4.4.2 h1:tJPhb415JUafEZKdDAxjGqvHdTdhGGmHUIdA5KDlhP0=
901901
go.githedgehog.com/fabric-bcm-ygot v0.4.0-4.4.2/go.mod h1:o1ek4WK+BKUXfqNUQ0ru3joO/17yXEHU8eJdS5Uf6g4=
902902
go.githedgehog.com/gateway v0.5.0 h1:PUaOlgGmu0/p4VlxO1Z5jZhSk+Zc0wvTo0mQOsUJwbk=

pkg/fab/versions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
var (
1515
FabricatorVersion = meta.Version(version.Version)
16-
FabricVersion = meta.Version("v0.75.2")
16+
FabricVersion = meta.Version("v0.75.3")
1717
GatewayVersion = meta.Version("v0.5.0")
1818
)
1919

vendor/go.githedgehog.com/fabric/pkg/agent/dozer/bcm/state.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/go.githedgehog.com/fabric/pkg/ctrl/switchprofile/profile_vs.go

Lines changed: 20 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ github.com/zeebo/errs
16831683
# go.etcd.io/bbolt v1.3.11
16841684
## explicit; go 1.22
16851685
go.etcd.io/bbolt
1686-
# go.githedgehog.com/fabric v0.75.2
1686+
# go.githedgehog.com/fabric v0.75.3
16871687
## explicit; go 1.24.2
16881688
go.githedgehog.com/fabric/api/agent/v1beta1
16891689
go.githedgehog.com/fabric/api/dhcp/v1beta1

0 commit comments

Comments
 (0)