Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: openconfig/kne

Tags

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix to push http servers config from KNE and remove OC config and req…

…uest-response config (#656)

* Fix to push http servers config from KNE and remove OC config and request-response config

* removed another line

* removing test of legacy config

* fixed testdata files as per new configuration

* added cert to the node juniper-ncptx

* added config to enable 300 connections

* added 3 separate servers for ports 9339, 9340 and 9559

* updated separate servers for ports 9339/9340/9559

* fixed formatting errors

* modified server list to limit one for the port 9339

* updated testdata and default port number

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix err check on create (#642)

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add changes to alpine to use new flag for disabling arp/ipv6 (#628)

also changes all images to use the kne hosted init-wait

There will need to be follow up's for all nodes to use this
new image it will also need to be pushed to operators

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+inco…

…mpatible (#560)

Bump github.com/docker/docker

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.4+incompatible to 26.1.5+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v26.1.4...v26.1.5)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#555)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.64.0...v1.64.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.18

Toggle v0.1.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Defer cEOS-lab pod check, update operator version (#534)

* Arista node to implement Status

The Arista node is waiting for its pod to come up in Create(). This is
problematic in high-scale scenarious because we create the pods
sychronously.

Move the check to Status() so checkNodeStatus() handles things instead.

* Update ceoslab operator to v2.0.2 to v2.1.2

See release notes: https://github.com/aristanetworks/arista-ceoslab-operator/releases/tag/v2.1.2

Increased the number of workers in the operator to the number of cores
(from the default value of 1). This may improve performance in
high-scale scenarios. Most of their time is spent generating RSA certificates.

v0.1.17

Toggle v0.1.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Work towards cptx deprecation (#497)

* work towards cptx deprecation

* fix test

* fix vendors test

* fix bad default for arista

v0.1.16

Toggle v0.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add useful tools to provisioners (#473)

v0.1.15

Toggle v0.1.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update ubuntu 20.04 LTS base image (#433)

v0.1.14

Toggle v0.1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add default constraints for cpu, memory all nodes (#407)

Co-authored-by: Neha Manjunath <[email protected]>