From 56bcd7795f6e33382c6e373d3f8389853fb0bdd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 04:04:37 +0000 Subject: [PATCH 1/2] Bump github.com/docker/cli in /cli Bumps [github.com/docker/cli](https://github.com/docker/cli) from 28.3.3+incompatible to 29.2.0+incompatible. - [Commits](https://github.com/docker/cli/compare/v28.3.3...v29.2.0) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 29.2.0+incompatible dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/go.mod | 2 +- cli/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/go.mod b/cli/go.mod index f82ce8fc..0fa8f108 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -25,7 +25,7 @@ require ( github.com/Masterminds/sprig/v3 v3.3.0 github.com/a8m/envsubst v1.4.3 github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 - github.com/docker/cli v28.3.3+incompatible + github.com/docker/cli v29.2.0+incompatible github.com/docker/docker v28.3.3+incompatible github.com/docker/go-connections v0.6.0 github.com/dustin/go-humanize v1.0.1 diff --git a/cli/go.sum b/cli/go.sum index eae0cc36..229bbaa2 100644 --- a/cli/go.sum +++ b/cli/go.sum @@ -163,8 +163,8 @@ github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5Qvfr github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E= github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxKI= github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8= -github.com/docker/cli v28.3.3+incompatible h1:fp9ZHAr1WWPGdIWBM1b3zLtgCF+83gRdVMTJsUeiyAo= -github.com/docker/cli v28.3.3+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= +github.com/docker/cli v29.2.0+incompatible h1:9oBd9+YM7rxjZLfyMGxjraKBKE4/nVyvVfN4qNl9XRM= +github.com/docker/cli v29.2.0+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/docker v28.3.3+incompatible h1:Dypm25kh4rmk49v1eiVbsAtpAsYURjYkaKubwuBdxEI= github.com/docker/docker v28.3.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker-credential-helpers v0.8.2 h1:bX3YxiGzFP5sOXWc3bTPEXdEaZSeVMrFgOr3T+zrFAo= From 3353686ab1f51fafe8154ccf7d0610907be3a8a1 Mon Sep 17 00:00:00 2001 From: John Stairs Date: Fri, 13 Mar 2026 21:42:46 +0000 Subject: [PATCH 2/2] Update NOTICE --- .notice-metadata.txt | 4 ++-- NOTICE.txt | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.notice-metadata.txt b/.notice-metadata.txt index 89a450fd..0ed75c26 100644 --- a/.notice-metadata.txt +++ b/.notice-metadata.txt @@ -1,5 +1,5 @@ -a03e072b1dffe06dda562592f1582df6bd57b6d31eefeea841f8610474bf893e cli/go.sum +68729448b3b70f74a1be786e9a2e761335e4caf9c1a8d4044ce31c162939fdc3 cli/go.sum 2445cdf7f0165c1dccbe3ad8e8652b868b1e7901bc629c1d8e33c4d9890ad7c7 server/ControlPlane/packages.lock.json 8a61e6fadd8f336d262161674d0ada617ba9e295047d097adddd4cab3e036f76 server/DataPlane/packages.lock.json 201d533615b833962d871e998a69367e6ec64aaa3871555054451f760a6bfd18 scripts/generate-notice.sh -afed4327d270a576ebe1eec22eb68a951d9445e4a3b66246095efcdd97901479 NOTICE.txt +c885b33ac8926100f625111ea29910eb31b1eb0f92c3282122b7d746d363e672 NOTICE.txt diff --git a/NOTICE.txt b/NOTICE.txt index 5b277d15..8bbcdfdf 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -24080,7 +24080,10 @@ SOFTWARE ================================================================================ +** Azure.Identity; version 1.18.0 -- +(c) Microsoft Corporation +LicenseRef-scancode-generic-cla AND MIT ================================================================================ @@ -24696,7 +24699,17 @@ limitations under the License. ================================================================================ +** Swashbuckle.AspNetCore; version 10.1.4 -- + +MIT License + +Copyright (c) +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ================================================================================