Skip to content

Commit 4de683e

Browse files
authored
Merge branch 'main' into RSDK-11031
2 parents bac8685 + 68991e0 commit 4de683e

File tree

149 files changed

+18080
-35502
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+18080
-35502
lines changed

.github/workflows/ai-updater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: AI Updater Workflow
33
on:
44
push:
55
branches:
6-
- workflow/update-proto
6+
- workflow/update-protos
77
workflow_dispatch:
88

99
jobs:
1010
call-ai-updater:
1111
uses: gabegottlob/viam-ai-updater/.github/workflows/ai-updater.yml@main
1212
with:
13-
target_branch: workflow/update-proto
13+
target_branch: workflow/update-protos
1414
sdk: cpp
1515
secrets:
1616
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@ jobs:
284284
- name: Update CMake for bullseye
285285
if: ${{ matrix.image == 'debian:bullseye' }}
286286
run: |
287-
apt-add-repository -y 'deb http://deb.debian.org/debian bullseye-backports main'
287+
sudo apt-get install -y software-properties-common
288+
apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
288289
289290
apt-get update
290291
apt-get -y install cmake

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ else()
4141
cmake_minimum_required(VERSION 3.25 FATAL_ERROR)
4242
endif()
4343

44-
set(CMAKE_PROJECT_VERSION 0.16.0)
44+
set(CMAKE_PROJECT_VERSION 0.17.0)
4545

4646
# Identify the project.
4747
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.457
1+
v0.1.473

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

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

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

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

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

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

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

Lines changed: 101 additions & 317 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.cc

Lines changed: 1530 additions & 2065 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: 1987 additions & 8067 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)