Skip to content

Commit

Permalink
Release v1.0.0-92
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Feb 19, 2024
1 parent e6a44b5 commit 1ccca7c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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": "1.0.0-7",
"tag": "1.0.0-92",
"env": {
"TRACE": "true"
}
},
{
"name": "gnmi-server",
"path": "ghcr.io/open-traffic-generator/otg-gnmi-server",
"tag": "1.13.8"
"tag": "1.13.9"
},
{
"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.358"
"tag": "1.00.0.360"
},
{
"name": "ixhw-server",
"path": "ghcr.io/open-traffic-generator/keng-layer23-hw-server",
"tag": "1.0.0-1"
"tag": "1.0.1-4"
},
{
"name": "license-server",
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/dreadl0ck/gopcap v0.0.0-20190327214342-be2a4d78505f
github.com/open-traffic-generator/snappi/gosnappi v1.0.0
github.com/open-traffic-generator/snappi/gosnappi v1.0.1
github.com/openconfig/gnmi v0.9.1
github.com/openconfig/goyang v1.2.0
github.com/openconfig/ygnmi v0.7.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1435,8 +1435,8 @@ github.com/mitchellh/go-wordwrap v1.0.1/go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTS
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U=
github.com/open-traffic-generator/snappi/gosnappi v1.0.0 h1:q7connfudcx/ovTthD3VnyrCcTntd9vFh8nlHBFJ/2Y=
github.com/open-traffic-generator/snappi/gosnappi v1.0.0/go.mod h1:0YZGf0dUTcH9dH1/T0hQ1aDg7KwNseK+ghBFw4ODw5w=
github.com/open-traffic-generator/snappi/gosnappi v1.0.1 h1:0I2inXJpFQetaC2e7234ywv90UxHnt+w8gty9BTAyNg=
github.com/open-traffic-generator/snappi/gosnappi v1.0.1/go.mod h1:0YZGf0dUTcH9dH1/T0hQ1aDg7KwNseK+ghBFw4ODw5w=
github.com/openconfig/gnmi v0.0.0-20200414194230-1597cc0f2600/go.mod h1:M/EcuapNQgvzxo1DDXHK4tx3QpYM/uG4l591v33jG2A=
github.com/openconfig/gnmi v0.0.0-20200508230933-d19cebf5e7be/go.mod h1:M/EcuapNQgvzxo1DDXHK4tx3QpYM/uG4l591v33jG2A=
github.com/openconfig/gnmi v0.0.0-20220920173703-480bf53a74d2/go.mod h1:Y9os75GmSkhHw2wX8sMsxfI7qRGAEcDh8NTa5a8vj6E=
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ pytest
black; python_version > '3.6'
flake8
pypcapfile==0.12.0
snappi==1.0.0
snappi==1.0.1
6 changes: 3 additions & 3 deletions versions.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
release: 1.0.0-7
release: 1.0.0-92
images:
- name: controller
path: ghcr.io/open-traffic-generator/keng-controller
tag: 1.0.0-7
tag: 1.0.0-92
- name: traffic-engine
path: ghcr.io/open-traffic-generator/ixia-c-traffic-engine
tag: 1.6.0.109
- name: protocol-engine
path: ghcr.io/open-traffic-generator/ixia-c-protocol-engine
tag: 1.00.0.358
tag: 1.00.0.360
- name: license-server
path: ghcr.io/open-traffic-generator/licensed/keng-license-server
tag: latest

0 comments on commit 1ccca7c

Please sign in to comment.