Skip to content

Commit

Permalink
Bump fabric to v0.17.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Oct 4, 2023
1 parent a1de577 commit 4f0c553
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.10
go.githedgehog.com/fabric v0.17.11
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 @@ -570,6 +570,8 @@ go.githedgehog.com/fabric v0.17.9 h1:R2zPDm6EcCDfv2RmG2bsFEUFWupNthwOgtzvoecP/SA
go.githedgehog.com/fabric v0.17.9/go.mod h1:GqQEO9NfV65iL9CMheoWn2XYstV8Bsm2YjVjiI5WRts=
go.githedgehog.com/fabric v0.17.10 h1:MYos1zaIA2FlFamQrX8jnaBtxDaJWdkk/wgs/csF4G4=
go.githedgehog.com/fabric v0.17.10/go.mod h1:GqQEO9NfV65iL9CMheoWn2XYstV8Bsm2YjVjiI5WRts=
go.githedgehog.com/fabric v0.17.11 h1:WXc4xu1mrrCJ1ljRzV6zEm5fQuPaPSk9mtvnoPCQFcU=
go.githedgehog.com/fabric v0.17.11/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 @@ -74,7 +74,7 @@ var (
}

// Fabric
REF_FABRIC_VERSION = cnc.Ref{Tag: "v0.17.10"}
REF_FABRIC_VERSION = cnc.Ref{Tag: "v0.17.11"}
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 4f0c553

Please sign in to comment.