Skip to content

Commit

Permalink
release v0.1.0-158
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Dec 21, 2023
1 parent 7660d66 commit c75f7ee
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 37 deletions.
10 changes: 5 additions & 5 deletions deployments/ixia-c-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,30 @@ data:
{
"name": "controller",
"path": "ghcr.io/open-traffic-generator/keng-controller",
"tag": "0.1.0-84",
"tag": "0.1.0-158",
"env": {
"TRACE": "true"
}
},
{
"name": "gnmi-server",
"path": "ghcr.io/open-traffic-generator/otg-gnmi-server",
"tag": "1.13.2"
"tag": "1.13.4"
},
{
"name": "traffic-engine",
"path": "ghcr.io/open-traffic-generator/ixia-c-traffic-engine",
"tag": "1.6.0.100"
"tag": "1.6.0.109"
},
{
"name": "protocol-engine",
"path": "ghcr.io/open-traffic-generator/ixia-c-protocol-engine",
"tag": "1.00.0.340"
"tag": "1.00.0.348"
},
{
"name": "ixhw-server",
"path": "ghcr.io/open-traffic-generator/keng-layer23-hw-server",
"tag": "0.13.2-2"
"tag": "0.13.4-1"
},
{
"name": "license-server",
Expand Down
2 changes: 1 addition & 1 deletion do.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ KIND_VERSION=v0.20.0
METALLB_VERSION=v0.13.11
MESHNET_COMMIT=d7c306c
MESHNET_IMAGE="networkop/meshnet\:v0.3.0"
KENG_OPERATOR_VERSION="0.3.13"
KENG_OPERATOR_VERSION="0.3.14"
KENG_OPERATOR_YAML="https://github.com/open-traffic-generator/keng-operator/releases/download/v${KENG_OPERATOR_VERSION}/ixiatg-operator.yaml"
NOKIA_SRL_OPERATOR_VERSION="0.4.6"
NOKIA_SRL_OPERATOR_YAML="https://github.com/srl-labs/srl-controller/config/default?ref=v${NOKIA_SRL_OPERATOR_VERSION}"
Expand Down
14 changes: 7 additions & 7 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.2
github.com/open-traffic-generator/snappi/gosnappi v0.13.4
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.12.0
google.golang.org/grpc v1.59.0
golang.org/x/crypto v0.14.0
google.golang.org/grpc v1.60.1
gopkg.in/yaml.v2 v2.4.0
)

Expand All @@ -28,9 +28,9 @@ require (
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.14.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // 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
google.golang.org/protobuf v1.31.0 // indirect
)
Loading

0 comments on commit c75f7ee

Please sign in to comment.