Skip to content

chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 - #575

Merged
LukasWodka merged 1 commit into
developfrom
dependabot/go_modules/develop/github.com/spf13/pflag-1.0.10
Sep 1, 2026
Merged

chore(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10#575
LukasWodka merged 1 commit into
developfrom
dependabot/go_modules/develop/github.com/spf13/pflag-1.0.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/spf13/pflag from 1.0.9 to 1.0.10.

Release notes

Sourced from github.com/spf13/pflag's releases.

v1.0.10

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.9...v1.0.10

Commits
  • 0491e57 Merge pull request #448 from thaJeztah/fix_go_version
  • 72abab1 Merge pull request #447 from thaJeztah/fix_deprecation_comment
  • 7e4dfb1 Test on Go 1.12
  • 18a9d17 move Func, BoolFunc, tests as they require go1.21
  • c5b9e98 remove uses of errors.Is, which requires go1.13
  • 45a4873 fix deprecation comment for (FlagSet.)ParseErrorsWhitelist
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](spf13/pflag@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] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the work-type:tech-debt Refactor / cleanup, no behavior change label Aug 25, 2026
@saadqbal
saadqbal requested a review from aptracebloc August 25, 2026 17:24

@aptracebloc aptracebloc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed — clean semver-patch bump of github.com/spf13/pflag 1.0.9 → 1.0.10 (go.mod + go.sum only). Both go.sum lines are updated correctly (the module h1: hash and the /go.mod hash), it's a patch release, and the sibling k8s-group bump cli#574 is already approved and green. No source changes. Approving.

— drafted with Claude Code

@LukasWodka
LukasWodka merged commit 7e170d8 into develop Sep 1, 2026
29 of 33 checks passed
@LukasWodka
LukasWodka deleted the dependabot/go_modules/develop/github.com/spf13/pflag-1.0.10 branch September 1, 2026 05:45
LukasWodka added a commit that referenced this pull request Sep 1, 2026
…kend#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 <noreply@anthropic.com>
@LukasWodka

Copy link
Copy Markdown
Contributor

/fr-pass

Functional review on staging — passed, with direct evidence.

Journey (tier A), staging · amd64, run 33494337123green end to end, every leg:

install via the real installer → client components healthy → CLI installed from its signed release and signed in → dataset ingested for every task type → use case published → model trained and the leaderboard read.

The train leg, which is the one that matters:

experiment echi0zyk (pk 4041) started
experiment echi0zyk: COMPLETED (terminal, 29 poll(s))
inference submit: submitted for inference on cycle no 2
leaderboard: found after 6 poll(s), running_score=0.9, cycle=2
submissions: our run is on the board (accuracy=0.9 loss=0.3515 captured=True); 1 row(s) total

This repo's change is on the path that run exercised, so this is functional evidence rather than an inference from code review.

Two things stated rather than glossed:

  • The run is against the deployed code. Backend f991c788 was helm upgraded into staging at 09:50:19Z and this journey started at 09:50:46Z. A separate journey (33493727497) sits red from 09:43:42 — seven minutes before that deploy — so it exercised the previous image and is not evidence about this promotion.
  • e2e-test-agent did not ship this hop (blocked by a Bugbot High, e2e-test-agent#368). So this is yesterday's agent, and the run does not exercise e2e's own unshipped changes. It exercises the platform, which is what this card needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

work-type:tech-debt Refactor / cleanup, no behavior change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants