-
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.
* v0.0.1-3798 * upgrade versions * adding latest conformance --------- Co-authored-by: biplamal <[email protected]>
- Loading branch information
Showing
8 changed files
with
69 additions
and
25 deletions.
There are no files selected for viewing
Submodule conformance
updated
80 files
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-3724 | ||
# Release: https://github.com/open-traffic-generator/ixia-c/releases/tag/v0.0.1-3807 | ||
images: | ||
- name: ixia-c-controller | ||
newName: ghcr.io/open-traffic-generator/ixia-c-controller | ||
newTag: "0.0.1-3724" | ||
- name: ixia-c-gnmi-server | ||
newName: ghcr.io/open-traffic-generator/ixia-c-gnmi-server | ||
newTag: "1.10.6" | ||
- name: ixia-c-traffic-engine | ||
newName: ghcr.io/open-traffic-generator/ixia-c-traffic-engine | ||
newTag: "1.6.0.24" | ||
- name: ixia-c-controller | ||
newName: ghcr.io/open-traffic-generator/ixia-c-controller | ||
newTag: "0.0.1-3807" | ||
- name: ixia-c-gnmi-server | ||
newName: ghcr.io/open-traffic-generator/ixia-c-gnmi-server | ||
newTag: "1.10.14" | ||
- name: ixia-c-traffic-engine | ||
newName: ghcr.io/open-traffic-generator/ixia-c-traffic-engine | ||
newTag: "1.6.0.30" |
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,42 @@ | ||
# Ixia-c Release Notes and Version Compatibility | ||
|
||
## Release v0.0.1-3767 (Latest) | ||
## Release v0.0.1-3807 (Latest) | ||
> 17th February, 2023 | ||
#### Announcement | ||
|
||
`ixia-c` container images are hosted on [GitHub Container Registry](https://github.com/orgs/open-traffic-generator/packages), We stopped publishing `ixia-c` container images to [DockerHub](https://hub.docker.com/r/ixiacom). | ||
|
||
#### About | ||
|
||
This build contains bug fixes. | ||
|
||
#### Build Details | ||
|
||
| Component | Version | | ||
|-------------------------------|---------------| | ||
| Open Traffic Generator API | [0.10.9](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/open-traffic-generator/models/v0.10.9/artifacts/openapi.yaml) | | ||
| snappi | [0.10.7](https://pypi.org/project/snappi/0.10.7) | | ||
| gosnappi | [0.10.7](https://pkg.go.dev/github.com/open-traffic-generator/snappi/[email protected]) | | ||
| ixia-c-controller | [0.0.1-3807](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-controller) | | ||
| ixia-c-traffic-engine | [1.6.0.30](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.271](https://github.com/orgs/open-traffic-generator/packages/container/package/licensed%2Fixia-c-protocol-engine) | | ||
| ixia-c-ixhw-server | [0.10.7-8](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-ixhw-server) | | ||
| ixia-c-operator | [0.3.1](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-operator) | | ||
| ixia-c-gnmi-server | [1.10.14](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-gnmi-server) | | ||
| ixia-c-one | [0.0.1-3807](https://github.com/orgs/open-traffic-generator/packages/container/package/ixia-c-one/) | | ||
|
||
### Bug Fix(s) | ||
* Concurrent API calls (where at least one call was `set_config`) to `ixia-c-controller` was resulting in crash. | ||
|
||
#### Known Issues | ||
* Supported value for `flows[i].metrics.latency.mode` is `cut_through`. | ||
* The metric `loss` in flow metrics is currently not supported. | ||
* When flow transmit is started, transmission will be restarted on any existing flows already transmitting packets. | ||
* [#118](https://github.com/open-traffic-generator/ixia-c/issues/118) | ||
|
||
## Release v0.0.1-3767 | ||
> 2nd February, 2023 | ||
#### Announcement | ||
|
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