From 7bb2775a1e320df8ce0866b7a8356f15141db9a6 Mon Sep 17 00:00:00 2001 From: Curt Tudor Date: Thu, 30 May 2024 12:15:29 -0600 Subject: [PATCH 1/3] enrollment bug --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cff3d6e..e2efabb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@openziti/ziti-sdk-nodejs", "description": "A NodeJS-based SDK for delivering secure applications over a Ziti Network", - "version": "0.16.0", + "version": "0.17.0", "main": "./lib/ziti", "scripts": { "build": "npm run build:init && npm run build:configure && npm run build:make", From e952c90153046453c4f2ddd447ad4e2d1c2f75cd Mon Sep 17 00:00:00 2001 From: Curt Tudor Date: Thu, 30 May 2024 12:29:24 -0600 Subject: [PATCH 2/3] adjust some cmake tooling --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79212b5..354520d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -88,13 +88,12 @@ jobs: run: echo "date=$(date)" >> $GITHUB_OUTPUT - name: Install CMake/Ninja - uses: lukka/get-cmake@latest + uses: lukka/get-cmake@v3.27.6 - name: Run VCPKG - uses: lukka/run-vcpkg@v11 + uses: lukka/run-vcpkg@v10 with: - # tag: 2023.10.19 - vcpkgGitCommitId: '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' + vcpkgGitCommitId: 'c8696863d371ab7f46e213d8f5ca923c4aef2a00' - name: gcc version run: | From 98be51cb23358261a0e158258ff85e8fc62f6744 Mon Sep 17 00:00:00 2001 From: Curt Tudor Date: Thu, 30 May 2024 14:00:26 -0600 Subject: [PATCH 3/3] adjust builtin-baseline --- vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 1b88e57..de68e6b 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -16,5 +16,5 @@ ], "features": { }, - "builtin-baseline": "f14984af3738e69f197bf0e647a8dca12de92996" + "builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00" } \ No newline at end of file