Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fabric to v0.62.0 #377

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,17 @@ jobs:
strategy:
fail-fast: false
matrix:
multiplier:
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
include:
- fabricmode: spine-leaf
includeonie: true
Expand Down Expand Up @@ -428,7 +439,7 @@ jobs:
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: show-tech-hlab-${{ matrix.fabricmode }}-${{ matrix.includeonie }}-${{ matrix.buildmode }}
name: show-tech-hlab-${{ matrix.fabricmode }}-${{ matrix.includeonie }}-${{ matrix.buildmode }}-${{ matrix.multiplier }}
path: show-tech-output

- name: Dump local registry logs
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ require (
github.com/urfave/cli/v2 v2.27.5
github.com/vbauerster/mpb/v8 v8.9.1
github.com/vishvananda/netlink v1.3.0
go.githedgehog.com/fabric v0.61.1
go.githedgehog.com/fabric v0.62.0
golang.org/x/crypto v0.32.0
golang.org/x/sync v0.10.0
golang.org/x/term v0.28.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -872,8 +872,8 @@ github.com/zealic/xignore v0.3.3 h1:EpLXUgZY/JEzFkTc+Y/VYypzXtNz+MSOMVCGW5Q4CKQ=
github.com/zealic/xignore v0.3.3/go.mod h1:lhS8V7fuSOtJOKsvKI7WfsZE276/7AYEqokv3UiqEAU=
go.etcd.io/bbolt v1.3.11 h1:yGEzV1wPz2yVCLsD8ZAiGHhHVlczyC9d1rP43/VCRJ0=
go.etcd.io/bbolt v1.3.11/go.mod h1:dksAq7YMXoljX0xu6VF5DMZGbhYYoLUalEiSySYAS4I=
go.githedgehog.com/fabric v0.61.1 h1:NsI/ghTkHLuwXppzK6bhvEuEAlx/Huk24+0nViUgPMk=
go.githedgehog.com/fabric v0.61.1/go.mod h1:n7jiGJW2LnZnxPVqLBvZWzMZ52WNnYJuD37Y+NDlmG0=
go.githedgehog.com/fabric v0.62.0 h1:gIHe1KVxPeSVWCFZucm5m2WQIwoDkfA1h3+3KtNu5n0=
go.githedgehog.com/fabric v0.62.0/go.mod h1:hMRB0jfAFTgsO8TNk4V4F7M0xHG/+RfdRiI9c9yK0Go=
go.githedgehog.com/fabric-bcm-ygot v0.2.0-4.4.0 h1:vxflsKB6+aIrXGeuWxagL82Eze8N2eGJzQ9bCazvcPU=
go.githedgehog.com/fabric-bcm-ygot v0.2.0-4.4.0/go.mod h1:P/rTRtJedD3Pw72xgXYLPZAP8RpK2YmUR15qHGHxQWE=
go.mongodb.org/mongo-driver v1.14.0 h1:P98w8egYRjYe3XDjxhYJagTokP/H6HzlsnojRgZRd80=
Expand Down
2 changes: 1 addition & 1 deletion pkg/fab/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

var (
FabricatorVersion = meta.Version(version.Version)
FabricVersion = meta.Version("v0.61.1")
FabricVersion = meta.Version("v0.62.0")
)

var Versions = fabapi.Versions{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions vendor/go.githedgehog.com/fabric/pkg/hhfctl/switch.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ github.com/zealic/xignore
# go.etcd.io/bbolt v1.3.11
## explicit; go 1.22
go.etcd.io/bbolt
# go.githedgehog.com/fabric v0.61.1
# go.githedgehog.com/fabric v0.62.0
## explicit; go 1.23.0
go.githedgehog.com/fabric/api/agent/v1beta1
go.githedgehog.com/fabric/api/dhcp/v1beta1
Expand Down
Loading