-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #155 from open-traffic-generator/dev-14th-sep
Release v0.0.1-4478
- Loading branch information
Showing
9 changed files
with
53 additions
and
23 deletions.
There are no files selected for viewing
Submodule conformance
updated
9 files
+6 −6 | deployments/ixia-c-config.yaml | |
+1 −1 | do.sh | |
+8 −0 | feature/b2b/bgp/ebgp_route_prefix_test.go | |
+299 −0 | feature/b2b/bgp/ibgp_route_prefix_test.go | |
+7 −7 | go.mod | |
+229 −12 | go.sum | |
+29 −1 | helpers/otg/states.go | |
+1 −1 | requirements.txt | |
+5 −5 | versions.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
apiVersion: kustomize.config.k8s.io/v1alpha1 | ||
kind: Component | ||
|
||
# Release: https://github.com/open-traffic-generator/ixia-c/releases/tag/v0.0.1-4435 | ||
# Release: https://github.com/open-traffic-generator/ixia-c/releases/tag/v0.0.1-4478 | ||
images: | ||
- name: ixia-c-controller | ||
newName: ghcr.io/open-traffic-generator/ixia-c-controller | ||
newTag: "0.0.1-4435" | ||
newTag: "0.0.1-4478" | ||
- name: ixia-c-gnmi-server | ||
newName: ghcr.io/open-traffic-generator/ixia-c-gnmi-server | ||
newTag: "1.12.4" | ||
newTag: "1.12.5" | ||
- name: ixia-c-traffic-engine | ||
newName: ghcr.io/open-traffic-generator/ixia-c-traffic-engine | ||
newTag: "1.6.0.35" | ||
newTag: "1.6.0.45" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,31 @@ | ||
# Ixia-c Release Notes and Version Compatibility | ||
|
||
## Release v0.0.1-4435 (Latest) | ||
## Release v0.0.1-4478 (Latest) | ||
> 1st September, 2023 | ||
#### About | ||
|
||
This build includes stability fixes. | ||
|
||
#### Build Details | ||
|
||
| Component | Version | | ||
|-------------------------------|---------------| | ||
| Open Traffic Generator API | [0.12.3](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/open-traffic-generator/models/v0.12.3/artifacts/openapi.yaml) | | ||
| snappi | [0.12.3](https://pypi.org/project/snappi/0.12.3) | | ||
| gosnappi | [0.12.3](https://pkg.go.dev/github.com/open-traffic-generator/snappi/[email protected]) | | ||
| ixia-c-controller | [0.0.1-4478](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-controller) | | ||
| ixia-c-traffic-engine | [1.6.0.45](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-traffic-engine) | | ||
| ixia-c-app-usage-reporter | [0.0.1-37](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-app-usage-reporter) | | ||
| ixia-c-protocol-engine | [1.00.0.326](https://github.com/orgs/open-traffic-generator/packages/container/package/licensed%2Fixia-c-protocol-engine) | | ||
| ixia-c-ixhw-server | [0.12.3-2](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-ixhw-server) | | ||
| ixia-c-operator | [0.3.6](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-operator) | | ||
| ixia-c-gnmi-server | [1.12.5](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-gnmi-server) | | ||
| ixia-c-one | [0.0.1-4478](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-one/) | | ||
` | ||
|
||
|
||
## Release v0.0.1-4435 | ||
> 1st September, 2023 | ||
#### About | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters