Skip to content

Commit

Permalink
Bump fabric to v0.17.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Oct 5, 2023
1 parent ea66cda commit d91002b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/ulikunitz/xz v0.5.11
github.com/urfave/cli/v2 v2.25.7
github.com/vbauerster/mpb/v8 v8.6.1
go.githedgehog.com/fabric v0.17.13
go.githedgehog.com/fabric v0.17.14
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
golang.org/x/sync v0.3.0
k8s.io/api v0.28.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,8 @@ go.githedgehog.com/fabric v0.17.11 h1:WXc4xu1mrrCJ1ljRzV6zEm5fQuPaPSk9mtvnoPCQFc
go.githedgehog.com/fabric v0.17.11/go.mod h1:GqQEO9NfV65iL9CMheoWn2XYstV8Bsm2YjVjiI5WRts=
go.githedgehog.com/fabric v0.17.13 h1:Ys/FjrwiBj4kyqQr++6AXwqdefZcjsADHqEdS0cKaCo=
go.githedgehog.com/fabric v0.17.13/go.mod h1:GqQEO9NfV65iL9CMheoWn2XYstV8Bsm2YjVjiI5WRts=
go.githedgehog.com/fabric v0.17.14 h1:2y5uD5FT8VtjXOIQay0Ac/H5ZPvkqSoJnNEH/l4IctE=
go.githedgehog.com/fabric v0.17.14/go.mod h1:GqQEO9NfV65iL9CMheoWn2XYstV8Bsm2YjVjiI5WRts=
go.mongodb.org/mongo-driver v1.7.3/go.mod h1:NqaYOwnXWr5Pm7AOpO5QFxKJ503nbMse/R79oO62zWg=
go.mongodb.org/mongo-driver v1.7.5/go.mod h1:VXEWRZ6URJIkUq2SCAyapmhH0ZLRBP+FT4xhp5Zvxng=
go.mongodb.org/mongo-driver v1.10.0/go.mod h1:wsihk0Kdgv8Kqu1Anit4sfK+22vSFbUrAVEYRhCXrA8=
Expand Down
2 changes: 1 addition & 1 deletion pkg/fab/assemly.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var (
}

// Fabric
REF_FABRIC_VERSION = cnc.Ref{Tag: "v0.17.13"}
REF_FABRIC_VERSION = cnc.Ref{Tag: "v0.17.14"}
REF_FABRIC_API_CHART = cnc.Ref{Name: "fabric/charts/fabric-api"}
REF_FABRIC_CHART = cnc.Ref{Name: "fabric/charts/fabric"}
REF_FABRIC_IMAGE = cnc.Ref{Name: "fabric/fabric"}
Expand Down

0 comments on commit d91002b

Please sign in to comment.