test - #17
Closed
bstoll wants to merge 14 commits into
Closed
Conversation
* Modified proto/topo/topo.proto * add Ciena vendor and ciena_saos type * Modified proto/topo/topo.pb.go * changes generated by topo.proto * Modified topo/topo.go * add ciena node into import * Added topo/node/ciena/ciena.go * ciena node implementation * Added proto/ciena.proto * add Ciena proto - define Ciena specific vendor data for KNE * Added proto/ciena/ciena.pb.go * file generated by proto/ciena.proto
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.4.0 to 6.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@4a36011...924ae3a) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@df4cb1c...9c091bb) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.10.0 to 4.2.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@b5ca514...bb05f3f) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add cloudbuild config to release meshnet This builds a docker image and pushes it to artifact registry * Fix lint warning * check err return of cloudbuild Close() * prettier format YAML * Don't spellcheck go.sum * Update build so it executes in Github Actions env * Remove unwanted references to master branch * Separate interactive element from help function Review comment - remove side effect IO from helper function, return a descriptive error then handle it in the main function. I preserved the prompt behavior because this code is based on openconfig/lemming/cmd/release/release.go, so I thought it best to maintain consistent behavior to that existing code. * Add the release command under 'internal' Make the release command a subcommand within 'internal'. This follows the pattern established in lemming and avoids a separate main.
This is cleanup that resolves some Google-internal linter warnings. There should be no change in behavior.
* Have KNE reference its internal fork of meshnet * Remove default dependence on networkop/meshnet-cni Use the images we now publish from internal code instead * Update package version after release * Use third_party/meshnet/v0.3.3 as the tag format This is to match Go's expectation on package version * The tag convention is ga rather than latest * Fix lint errors
Coverage Report for CI Build 29897695645Coverage increased (+0.08%) to 42.141%Details
Uncovered Changes
Coverage Regressions1 previously-covered line in 1 file lost coverage.
Coverage Stats
💛 - Coveralls |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.