chore(deps): bump github.com/privateerproj/privateer-sdk from 1.25.0 to 1.31.0 in the dependencies group across 1 directory#272
Conversation
Root CauseSDK v1.26.0 added a persistent --output / -o flag on the root command (base.go:39): cmd.PersistentFlags().StringP("output", "o", "yaml", "...") Because it's a PersistentFlag, it propagates to all subcommands, including generate-plugin. Then in cmd/generate-plugin.go:28 in this repo: genPluginCmd.Flags().StringP("output-dir", "o", "generated-plugin/", "...") ...tries to claim -o again on the same flagset, causing the cobra panic. This crashes every generate-plugin invocation with exit code 2 instead of the expected exit codes, which fails all 5 generate-plugin integration test assertions. Fix OptionsOption A -- Drop the -o shorthand from --output-dir in this repo (simplest) Option B -- Rename the shorthand to something else, like -d Option C -- Fix it in the SDK by removing -o from the persistent --output flag |
16e8a35 to
3cf45bd
Compare
Bumps the dependencies group with 1 update in the / directory: [github.com/privateerproj/privateer-sdk](https://github.com/privateerproj/privateer-sdk). Updates `github.com/privateerproj/privateer-sdk` from 1.25.0 to 1.31.0 - [Release notes](https://github.com/privateerproj/privateer-sdk/releases) - [Commits](privateerproj/privateer-sdk@v1.25.0...v1.31.0) --- updated-dependencies: - dependency-name: github.com/privateerproj/privateer-sdk dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
3cf45bd to
9d96cb6
Compare
Bumps the dependencies group with 1 update in the / directory: github.com/privateerproj/privateer-sdk.
Updates
github.com/privateerproj/privateer-sdkfrom 1.25.0 to 1.31.0Release notes
Sourced from github.com/privateerproj/privateer-sdk's releases.
... (truncated)
Commits
43643c9feat(install): migrate to grc.store verified install; remove GitHub-releases ...eb8fda6feat(publish): add plugin publishing pipeline to grc.store (#238)a469b34feat(pluginkit): add publish-manifest generation for plugins (#237)e527225feat(auth): add OIDC login, keyless signing, and token store for the hub (#236)6f0748efeat(verify): add keyless signature + identity verification with digest walk ...cc31fbcfeat(oci): add grc.store OCI client (pull, push, sign, discovery, index) (#234)3df1657feat(config): add getters for services, autoinstall, and binaries path (#233)b1b0aaefeat(utils): add WriteFileAtomic for crash-safe file writes (#232)b895eaefeat(ai): add AI evidence packet writer (#229)e785024feat(ai): add AI dry-run mode and SDK config integration (#227)