Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Feb 2, 2024
1 parent 69630e3 commit df356c0
Show file tree
Hide file tree
Showing 5 changed files with 427 additions and 27 deletions.
8 changes: 4 additions & 4 deletions deployments/ixia-c-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ data:
{
"name": "controller",
"path": "ghcr.io/open-traffic-generator/keng-controller",
"tag": "0.1.0-222",
"tag": "1.0.0-7",
"env": {
"TRACE": "true"
}
},
{
"name": "gnmi-server",
"path": "ghcr.io/open-traffic-generator/otg-gnmi-server",
"tag": "1.13.7"
"tag": "1.13.8"
},
{
"name": "traffic-engine",
Expand All @@ -29,12 +29,12 @@ data:
{
"name": "protocol-engine",
"path": "ghcr.io/open-traffic-generator/ixia-c-protocol-engine",
"tag": "1.00.0.355"
"tag": "1.00.0.358"
},
{
"name": "ixhw-server",
"path": "ghcr.io/open-traffic-generator/keng-layer23-hw-server",
"tag": "0.13.7-1"
"tag": "1.0.0-7"
},
{
"name": "license-server",
Expand Down
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ go 1.18

require (
github.com/dreadl0ck/gopcap v0.0.0-20190327214342-be2a4d78505f
github.com/open-traffic-generator/snappi/gosnappi v0.13.7
github.com/open-traffic-generator/snappi/gosnappi v1.0.0
github.com/openconfig/gnmi v0.9.1
github.com/openconfig/goyang v1.2.0
github.com/openconfig/ygnmi v0.7.7
github.com/openconfig/ygot v0.25.6
golang.org/x/crypto v0.14.0
google.golang.org/grpc v1.60.1
golang.org/x/crypto v0.15.0
google.golang.org/grpc v1.61.0
gopkg.in/yaml.v2 v2.4.0
)

Expand All @@ -21,16 +21,16 @@ require (
github.com/ghodss/yaml v1.0.0 // indirect
github.com/golang/glog v1.1.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/miekg/pcap v1.0.1 // indirect
github.com/openconfig/gocloser v0.0.0-20220310182203-c6c950ed3b0b // indirect
github.com/pkg/errors v0.9.1 // indirect
go.universe.tf/netboot v0.0.0-20210617221821-fc2840fa7b05 // indirect
golang.org/x/net v0.16.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/protobuf v1.32.0 // indirect
)
Loading

0 comments on commit df356c0

Please sign in to comment.