Skip to content

Commit

Permalink
Release v1.16.0-2 (#2305)
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal authored Nov 22, 2024
1 parent aaee747 commit f835531
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/lab-examples/ixiacone-srl.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| **Resource requirements**[^1] | :fontawesome-solid-microchip: 2 <br/>:fontawesome-solid-memory: 2 GB |
| **Topology file** | [ixiacone-srl.clab.yaml][topofile] |
| **Name** | ixiac01 |
| **Version information**[^2] | `containerlab:0.46.2`, `ixia-c-one:1.14.0-1`, `srlinux:23.10.1`, `docker-ce:20.10.2` |
| **Version information**[^2] | `containerlab:0.46.2`, `ixia-c-one:1.16.0-2`, `srlinux:23.10.1`, `docker-ce:20.10.2` |

## Description

Expand Down
2 changes: 1 addition & 1 deletion lab-examples/ixiac01/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

toolchain go1.23.0

require github.com/open-traffic-generator/snappi/gosnappi v1.14.0
require github.com/open-traffic-generator/snappi/gosnappi v1.16.0

require (
github.com/Masterminds/semver/v3 v3.3.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions lab-examples/ixiac01/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/open-traffic-generator/snappi/gosnappi v1.14.0 h1:8AhZGGJ6/PIp8+O7xYYtwIGb2A+HByzU19W3cWdPbxY=
github.com/open-traffic-generator/snappi/gosnappi v1.14.0/go.mod h1:J1Cdre0Z140OBc2UTrSXUG69Hx81AA3qhnWLT3kAAX0=
github.com/open-traffic-generator/snappi/gosnappi v1.16.0 h1:nEISDHK3aqx3midAUk8vZo91pw2UsB5dqpxMhwniOFk=
github.com/open-traffic-generator/snappi/gosnappi v1.16.0/go.mod h1:J1Cdre0Z140OBc2UTrSXUG69Hx81AA3qhnWLT3kAAX0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=
Expand Down
2 changes: 1 addition & 1 deletion lab-examples/ixiac01/ixiac01.clab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ topology:
nodes:
ixia-c:
kind: keysight_ixia-c-one
image: ghcr.io/open-traffic-generator/ixia-c-one:1.14.0-1
image: ghcr.io/open-traffic-generator/ixia-c-one:1.16.0-2
srl:
kind: nokia_srlinux
image: ghcr.io/nokia/srlinux:23.10.1
Expand Down

0 comments on commit f835531

Please sign in to comment.