Skip to content

Commit 85194da

Browse files
committed
Merge branch 'main' of github.com:viamrobotics/viam-cpp-sdk into registry-member
2 parents e5cf6d0 + c5f1002 commit 85194da

File tree

15 files changed

+26933
-13193
lines changed

15 files changed

+26933
-13193
lines changed

.github/workflows/update_protos.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,16 @@ jobs:
7575
body: This is an auto-generated PR to update proto definitions. Check the commits to see which repos and commits are responsible for the changes
7676
assignees: stuqdog
7777
reviewers: stuqdog
78+
79+
- name: Notify slack of failure
80+
uses: slackapi/[email protected]
81+
if: ${{ failure() }}
82+
with:
83+
payload: |
84+
{
85+
"text": "CPP SDK update protos job has failed",
86+
"username": "CPP SDK",
87+
"icon_url": "https://media.tenor.com/bZMubztJxGkAAAAe/charlie-brown-walking-charlie-brown.png"
88+
}
89+
env:
90+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_TEAM_SDK_WEBHOOK_URL }}

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# constrained by the version of CMake available on target systems.
3535
cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
3636

37-
set(CMAKE_PROJECT_VERSION 0.2.0)
37+
set(CMAKE_PROJECT_VERSION 0.2.1)
3838

3939
# Identify the project.
4040
project(viam-cpp-sdk

src/viam/api/api_proto_tag.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.389
1+
v0.1.395

src/viam/api/app/v1/app.grpc.pb.cc

Lines changed: 674 additions & 157 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/viam/api/app/v1/app.grpc.pb.h

Lines changed: 3397 additions & 1021 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/viam/api/app/v1/app.pb.cc

Lines changed: 13282 additions & 7851 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/viam/api/app/v1/app.pb.h

Lines changed: 9328 additions & 4049 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/viam/api/app/v1/billing.pb.cc

Lines changed: 25 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/viam/api/app/v1/billing.pb.h

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/viam/api/buf.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ deps:
44
- remote: buf.build
55
owner: googleapis
66
repository: googleapis
7-
commit: e93e34f48be043dab55be31b4b47f458
7+
commit: 546238c53f7340c6a2a6099fb863bc1b
88
- remote: buf.build
99
owner: viamrobotics
1010
repository: api
11-
commit: 8240ab4b04a342cbb8fac75e3b7b7e15
11+
commit: c10b3b3d7e6447039c5ac175e231fb3b
1212
- remote: buf.build
1313
owner: viamrobotics
1414
repository: goutils

0 commit comments

Comments
 (0)