-
Notifications
You must be signed in to change notification settings - Fork 53
chore(deps): update module github.com/spf13/pflag to v1.0.10 #1324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(deps): update module github.com/spf13/pflag to v1.0.10 #1324
Conversation
|
/retest |
4fe7d91 to
e07da31
Compare
e07da31 to
26ea680
Compare
|
/retest |
2 similar comments
|
/retest |
|
/retest |
26ea680 to
d749d4f
Compare
a4e2efa to
d749d4f
Compare
|
/retest |
d749d4f to
db99e31
Compare
af3fd96 to
92419f8
Compare
|
/retest |
dd0f505 to
92419f8
Compare
b3e197b to
92419f8
Compare
|
/retest |
1 similar comment
|
/retest |
92419f8 to
f4759cf
Compare
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
/retest |
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
f4759cf to
d279271
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1324 +/- ##
==========================================
+ Coverage 74.12% 74.17% +0.04%
==========================================
Files 51 51
Lines 6347 6347
==========================================
+ Hits 4705 4708 +3
+ Misses 1178 1172 -6
- Partials 464 467 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
de019c8 to
d279271
Compare
|
@red-hat-konflux[bot]: The following test has Failed, say /retest to rerun failed tests.
Inspecting Test ArtifactsTo inspect your test artifacts, follow these steps:
mkdir -p oras-artifacts
cd oras-artifacts
oras pull quay.io/konflux-test-storage/konflux-team/integration-service:konflux-e2e-kftg7Test results analysis🚨 Error occurred while running the E2E tests, list of failed Spec(s): ➡️ [ Click to view logsError when waiting for an integration pipelinerun for snapshot stat-rep-phvx/integ-app-vlhu-rtmkz to finish
Expected success, but got an error:
<*errors.errorString | 0xc001095e90>:
Pipelinerun 'my-integration-test-vcsp-wvl4w' didn't succeed
{
s: "Pipelinerun 'my-integration-test-vcsp-wvl4w' didn't succeed\n",
}➡️ [ Click to view logsExpected success, but got an error:
<*errors.errorString | 0xc0019ee640>:
error occurred while waiting for Integration PLR (associated with IntegrationTestScenario: my-integration-test-vsxk) to get finished in integration1-bduw namespace. Error: Pipelinerun 'my-integration-test-vsxk-kntc2' didn't succeed
{
s: "error occurred while waiting for Integration PLR (associated with IntegrationTestScenario: my-integration-test-vsxk) to get finished in integration1-bduw namespace. Error: Pipelinerun 'my-integration-test-vsxk-kntc2' didn't succeed\n",
}➡️ [ Click to view logsTimed out after 1200.001s.
timeout while waiting for component snapshot and integration pipelinerun to be cancelled
Expected success, but got an error:
<*errors.errorString | 0xc000981120>:
older snapshot has not been cancelled as expected
{
s: "older snapshot has not been cancelled as expected",
}OCI Artifact Browser URL<not enabled> |
This PR contains the following updates:
v1.0.6->v1.0.10Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
spf13/pflag (github.com/spf13/pflag)
v1.0.10Compare Source
What's Changed
New Contributors
Full Changelog: spf13/pflag@v1.0.9...v1.0.10
v1.0.9Compare Source
What's Changed
Full Changelog: spf13/pflag@v1.0.8...v1.0.9
v1.0.8Compare Source
This version, while only a patch bump, includes a (very minor) breaking change: the
flag.ParseErrorsWhiteliststruct and correspondingFlagSet.parseErrorsWhitelistfield have been renamed toParseErrorsAllowlist.This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.
The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.
What's Changed
New Contributors
Full Changelog: spf13/pflag@v1.0.7...v1.0.8
v1.0.7Compare Source
What's Changed
New Contributors
Full Changelog: spf13/pflag@v1.0.6...v1.0.7
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.