Releases: openconfig/gnoi
Releases · openconfig/gnoi
v0.8.0
What's Changed
- chore(all): update dependency protobuf to v32.1 by @renovate-bot in #305
- chore(all): update actions/checkout action to v6 by @renovate-bot in #316
- chore(all): update dependency protobuf to v33 by @renovate-bot in #313
- chore(all): update deps by @renovate-bot in #310
- Adding location field for starting and listing containers by @alshabib in #303
- updating containerz error handling by @alshabib in #317
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- New param auto_negotiation in otdrconfiguartion message for otdr.proto by @ganesh8074 in #272
- Clarify Packet Link Qualification generator and reflector packet forwarding by @dplore in #277
- Bump google.golang.org/grpc from 1.69.4 to 1.73.0 by @dependabot[bot] in #279
- Generated and Updating otdr.pb.go with latest otdr.proto by @ganesh8074 in #283
- Update GRPC & Protobuf dependencies by @bstoll in #282
- Update gNOI.bgp.proto with HARD_RESET and GRACEFUL_RESET by @sachendras in #214
- Configure Renovate by @renovate-bot in #286
- chore(all): update deps by @renovate-bot in #287
- chore(all): update deps by @renovate-bot in #289
- chore(all): update dependency io_bazel_rules_go to v0.56.0 by @renovate-bot in #290
- chore(all): update protobuf monorepo to v32 (major) by @renovate-bot in #298
- chore(all): update actions/checkout action to v5 by @renovate-bot in #295
- chore(all): update deps by @renovate-bot in #291
- Remove WORKSPACE by @swufygoog in #304
- chore(all): update deps by @renovate-bot in #306
New Contributors
- @ganesh8074 made their first contribution in #272
- @renovate-bot made their first contribution in #286
- @swufygoog made their first contribution in #304
Full Changelog: v0.6.2...v0.7.0
v0.6.2
v0.6.1
What's Changed
- Bump bazelbuild/setup-bazelisk from 2 to 3 by @dependabot in #245
- Bump google.golang.org/protobuf from 1.36.1 to 1.36.2 by @dependabot in #246
- Bump google.golang.org/grpc from 1.69.2 to 1.69.4 by @dependabot in #247
- [containerz]: make image_size required by @brianneville in #230
- Bump google.golang.org/grpc from 1.69.4 to 1.70.0 by @dependabot in #255
- Bump github.com/openconfig/gnsi from 1.7.0 to 1.8.0 by @dependabot in #251
- Adding options for custom volume plugins by @alshabib in #254
- add custom volume driver enum by @alshabib in #259
- Update StartContainer RPC for containerz.proto by @skomajwa in #262
- Added support for devices in StartContainerRequest by @gpollep in #264
New Contributors
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Bump openconfig/common-ci from 125b6b58286d116b216e45c33cb859f547965d61 to 66c8f8f6a58d5f9c9e84efe89f542b08cb6a0a33 by @dependabot in #201
- Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 by @dependabot in #202
- Bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in #205
- Bump github.com/openconfig/gnsi from 1.4.5 to 1.6.0 by @dependabot in #206
- Deprecate gnoi cert service by @marcushines in #208
- Bump google.golang.org/grpc from 1.65.0 to 1.67.1 by @dependabot in #215
- Add bootconfig to Activate. This allows the caller to provide by @marcushines in #218
- Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #217
- fix pb.go files by @marcushines in #219
- Update go.yml by @marcushines in #220
- Ignore deprecated warnings in staticcheck configuration. by @robshakir in #232
- Adding metadata to container listing by @alshabib in #225
- Adding limits to container start operations by @alshabib in #234
- Update dependencies. by @robshakir in #242
- Bump github.com/openconfig/gnsi from 1.6.0 to 1.7.0 by @dependabot in #236
- Update ci-cpp-build-gnoi.yml by @marcushines in #243
- adding support for plugins by @alshabib in #238
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Bump google.golang.org/protobuf from 1.34.0 to 1.34.1 by @dependabot in #196
- Bump google.golang.org/grpc from 1.63.2 to 1.64.0 by @dependabot in #198
- Bump github.com/openconfig/gnsi from 1.4.4 to 1.4.5 by @dependabot in #199
- Update RPC and other start parameters. by @alshabib in #200
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- Adding support for volumes in containerz by @alshabib in #162
- change "types" target for healthz by @rlucus in #174
- Bump github.com/golang/protobuf from 1.5.3 to 1.5.4 by @dependabot in #176
- Bump google.golang.org/grpc from 1.59.0 to 1.62.1 by @dependabot in #178
- Add bazelversion into repo to make the bazel version by @marcushines in #172
- Bump actions/cache from 3 to 4 by @dependabot in #158
- Bump github.com/openconfig/bootz from 0.1.1 to 0.2.1 by @dependabot in #167
- Fix import paths and regen code by @DanG100 in #180
- Bump github.com/openconfig/bootz from 0.2.1 to 0.3.0 by @dependabot in #182
- Bump google.golang.org/grpc from 1.62.1 to 1.63.2 by @dependabot in #184
- Bump golang.org/x/net from 0.20.0 to 0.23.0 by @dependabot in #185
- Bump github.com/openconfig/gnsi from 1.2.5 to 1.4.3 by @dependabot in #187
- Bump github.com/openconfig/bootz from 0.3.0 to 0.3.1 by @dependabot in #189
- Readd grpc.pb.go based on compiler standardization in OC repos by @marcushines in #190
- Add README to containerz by @alshabib in #191
- fix copy in regenerate-files script by @brianneville in #194
- Bump github.com/openconfig/gnsi from 1.4.3 to 1.4.4 by @dependabot in #192
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.0 by @dependabot in #193
- Update README.md to indicate expected ArtifactResponses by @mymanchan in #195
- Deprecate bootconfig certz message to align with bootz by @marcushines in #197
New Contributors
- @rlucus made their first contribution in #174
- @DanG100 made their first contribution in #180
- @mymanchan made their first contribution in #195
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Adds auto_restart to containerz.StopRequest. by @tomek-US in #139
- Create dependabot.yml by @marcushines in #140
- Bump openconfig/common-ci from c2294c3c86c90e75e58c24a40d6f7f3364bbae9d to 125b6b58286d116b216e45c33cb859f547965d61 by @dependabot in #141
- Bump actions/checkout from 2 to 4 by @dependabot in #142
- Bump actions/cache from 2 to 3 by @dependabot in #143
- [System] Clarify fields in the SwitchControlProcessorResponse by @hellt in #114
- Clarify VerifyResponse version string by @dplore in #122
- system: add icmp_ext_data field to TracerouteResponse by @brianneville in #117
- Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 by @dependabot in #144
- Bump plexsystems/protolint-action from 0.3.0 to 0.7.0 by @dependabot in #145
- Bump google.golang.org/grpc from 1.56.3 to 1.59.0 by @dependabot in #146
- Create Debug gNOI service for interacting with devices for debugging by @marcushines in #147
- Update grpc bazel library and rerun gazelle by @marcushines in #148
- Adding information about image and container purging by containerz service by @alshabib in #152
- fix Workspace by @marcushines in #157
- Add gNOI API to access Boot config namespace in Bootz by @xw-g in #156
- Update ci-cpp-build-gnoi.yml by @marcushines in #164
- Fix build imports by @marcushines in #171
- Update bootconfig.proto new by @sachendras in #168
New Contributors
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Bump google.golang.org/grpc from 1.47.0 to 1.56.3 by @dependabot in #137
- Add the ability to return reboot result and failure information in RebootStatusResponse message by @akarshgupta25 in #138
New Contributors
- @dependabot made their first contribution in #137
- @akarshgupta25 made their first contribution in #138
Full Changelog: v0.2.0...v0.3.0
Release v0.2.0
What's Changed
- Update index.md by @sachendras in #125
- Update index.md by @sachendras in #126
- Initial commit of a gNOI containerz service. by @alshabib in #123
- Add gNOI Packet Capture service by @Raj998 in #67
- updating containerz proto by @alshabib in #127
- Use common workflow by @wenovus in #129
- Add source_vrf field. by @vsadv-google in #132
- Update types.proto by @marcushines in #135
- Clarify RebootMethod by @dplore in #136
- Added VRF option to Ping and Traceroute requests by @charanjith-anet in #134
New Contributors
- @sachendras made their first contribution in #125
- @alshabib made their first contribution in #123
- @Raj998 made their first contribution in #67
- @wenovus made their first contribution in #129
- @vsadv-google made their first contribution in #132
- @dplore made their first contribution in #136
- @charanjith-anet made their first contribution in #134
Full Changelog: v0.1.0...v0.2.0