From 7e170d8b56b114a5ff3ac7fc3d30275586ae058d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 07:45:39 +0200 Subject: [PATCH 1/2] chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 (#575) Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](https://github.com/spf13/pflag/compare/v1.0.9...v1.0.10) --- updated-dependencies: - dependency-name: github.com/spf13/pflag dependency-version: 1.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 909aff6..5698508 100644 --- a/go.mod +++ b/go.mod @@ -42,7 +42,7 @@ require ( github.com/santhosh-tekuri/jsonschema/v6 v6.0.3 github.com/schollz/progressbar/v3 v3.19.1 github.com/spf13/cobra v1.10.2 - github.com/spf13/pflag v1.0.9 + github.com/spf13/pflag v1.0.10 golang.org/x/sys v0.47.0 golang.org/x/term v0.45.0 golang.org/x/text v0.41.0 diff --git a/go.sum b/go.sum index 97f1be1..337cfaa 100644 --- a/go.sum +++ b/go.sum @@ -96,8 +96,9 @@ github.com/schollz/progressbar/v3 v3.19.1 h1:iv8BgwOvdML/S3p84uBpy/IMigv4U9594vP github.com/schollz/progressbar/v3 v3.19.1/go.mod h1:LFL7jqimKxfhero4K1eCkUr/6R39AgQeiPCJtlTWIW8= github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU= github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4= -github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY= github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= +github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk= +github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo= From d6d6acb5a3a0da5aa4df2969a8fdfcbfccdd31bd Mon Sep 17 00:00:00 2001 From: lukasWuttke <54042461+LukasWodka@users.noreply.github.com> Date: Tue, 1 Sep 2026 10:53:00 +0200 Subject: [PATCH 2/2] chore(release): bump to 0.10.20 so the staging hop can tag again (backend#2790) (#617) v0.10.19 is already tagged and both develop and staging read 0.10.19, so the staging hop has nothing to cut and the one unshipped commit cannot ship. That commit is the Dependabot pflag 1.0.9 -> 1.0.10 bump (#575), which touches go.mod and go.sum -- both inside this repo of publish_paths: cmd/* internal/* go.mod go.sum VERSION scripts/install.sh scripts/install.ps1 So it changes a published artifact and a version bump is required rather than optional. Checked against the declaration in release-train repos.yml rather than assumed. Co-authored-by: Claude Opus 4.8 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 86c1984..566871c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.19 +0.10.20