Skip to content
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

NO-ISSUE: Bump the go-minor-models-dependencies group in /models with 5 updates #6123

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2024

Bumps the go-minor-models-dependencies group in /models with 5 updates:

Package From To
github.com/go-openapi/errors 0.20.3 0.22.0
github.com/go-openapi/strfmt 0.21.3 0.23.0
github.com/go-openapi/swag 0.22.3 0.23.0
github.com/go-openapi/validate 0.22.0 0.24.0
gorm.io/gorm 1.24.5 1.25.9

Updates github.com/go-openapi/errors from 0.20.3 to 0.22.0

Commits
  • f5f5f82 chore(go): go-openapi requires go.1.20 across the board
  • a4c2691 chore(lint): relinted tests
  • 596aca2 fix(ci): remove dependency-type from dependabot groups
  • b024686 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • e9447f5 Bump the development-dependencies group with 1 update
  • 6c740da ci: remove paths-ignore
  • fc9ca80 Bump the development-dependencies group with 1 update
  • 5c8cda9 chore(ci): prevents duplicate workflow runs
  • 26b65e2 ci: fixed typo in dependabot.yaml
  • d61a37a Chore/ci automate updates (#42)
  • Additional commits viewable in compare view

Updates github.com/go-openapi/strfmt from 0.21.3 to 0.23.0

Commits
  • f72fdf0 chore(go): go-openapi requires go.1.20 across the board
  • be4ecdf updated dependencies
  • e949e33 fix(ci): remove dependency-type from dependabot groups
  • 5238521 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • 6729407 chore(linting): fixed unnessary use of fmt.Errorf
  • 59dbfa2 Bump the other-dependencies group with 1 update
  • f7d57e2 Bump the development-dependencies group with 1 update
  • 83a372a ci: remove paths-ignore
  • cd1244b Bump the development-dependencies group with 1 update
  • cf8eef5 chore(ci): prevents duplicate workflow runs
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag from 0.22.3 to 0.23.0

Commits
  • 53e32e8 chore(go): go-openapi requires go.1.20 across the board
  • 5e655d8 fix(ci): remove dependency-type from dependabot groups
  • 54f3f80 chore(lint): relinted
  • 4896833 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • 6b32215 Bump the development-dependencies group with 1 update
  • db91acc ci: remove paths-ignores
  • fec0b4e Bump the development-dependencies group with 1 update
  • 14fcae4 chore(ci): prevents duplicate workflow runs
  • d33767c Bump the development-dependencies group with 1 update
  • c877230 ci(dependencies): automate dependencies updates
  • Additional commits viewable in compare view

Updates github.com/go-openapi/validate from 0.22.0 to 0.24.0

Commits
  • afe2925 chore(go): go-openapi requires go.1.20 across the board
  • 3deae16 ci: give tests with race more time to complete, esp on windows
  • 190ed6b updated dependencies
  • 238809f fix: fixed data race in result (schemata caching)
  • e818230 fix(ci): remove dependency-type from dependabot groups
  • beacc0f chore(lint): relinted
  • 69f070e fix: fixed memory pools & race issues
  • f563d1c Bump the go-openapi-dependencies group with 1 update
  • 630d556 Bump the development-dependencies group with 1 update
  • 64cabff ci: remove paths-ignore
  • Additional commits viewable in compare view

Updates gorm.io/gorm from 1.24.5 to 1.25.9

Commits
  • 26195e6 fix: remove callback from callbacks if Remove() called (#6916)
  • 956f7ce fix: 'type XXXX int' will print wrong sql to terminal (#6917)
  • 0d6c534 Don't close prepared stmt for normal db error
  • 5760388 Only close bad conn prepared stmt
  • 81536f8 Fix insert id into map results, fix #6812
  • 1b0aa80 Fix AutoMigrate for bool fields with default value
  • e0c3be0 Fix tests in local
  • 303de6e chore: optimize regEnLetterAndMidline regular (#6908)
  • f7ebf04 fix(create): fix insert column order (#6855)
  • ab89d54 chore: UnixNano convert to UnixMilli (#6907)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. go lgtm Indicates that a PR is ready to be merged. labels Mar 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2024

The following labels could not be found: dependabot.

@openshift-ci-robot
Copy link

@dependabot[bot]: This pull request explicitly references no jira issue.

In response to this:

Bumps the go-minor-models-dependencies group in /models with 5 updates:

Package From To
github.com/go-openapi/errors 0.20.3 0.22.0
github.com/go-openapi/strfmt 0.21.3 0.23.0
github.com/go-openapi/swag 0.22.3 0.23.0
github.com/go-openapi/validate 0.22.0 0.24.0
gorm.io/gorm 1.24.5 1.25.9

Updates github.com/go-openapi/errors from 0.20.3 to 0.22.0

Commits
  • f5f5f82 chore(go): go-openapi requires go.1.20 across the board
  • a4c2691 chore(lint): relinted tests
  • 596aca2 fix(ci): remove dependency-type from dependabot groups
  • b024686 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • e9447f5 Bump the development-dependencies group with 1 update
  • 6c740da ci: remove paths-ignore
  • fc9ca80 Bump the development-dependencies group with 1 update
  • 5c8cda9 chore(ci): prevents duplicate workflow runs
  • 26b65e2 ci: fixed typo in dependabot.yaml
  • d61a37a Chore/ci automate updates (#42)
  • Additional commits viewable in compare view

Updates github.com/go-openapi/strfmt from 0.21.3 to 0.23.0

Commits
  • f72fdf0 chore(go): go-openapi requires go.1.20 across the board
  • be4ecdf updated dependencies
  • e949e33 fix(ci): remove dependency-type from dependabot groups
  • 5238521 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • 6729407 chore(linting): fixed unnessary use of fmt.Errorf
  • 59dbfa2 Bump the other-dependencies group with 1 update
  • f7d57e2 Bump the development-dependencies group with 1 update
  • 83a372a ci: remove paths-ignore
  • cd1244b Bump the development-dependencies group with 1 update
  • cf8eef5 chore(ci): prevents duplicate workflow runs
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag from 0.22.3 to 0.23.0

Commits
  • 53e32e8 chore(go): go-openapi requires go.1.20 across the board
  • 5e655d8 fix(ci): remove dependency-type from dependabot groups
  • 54f3f80 chore(lint): relinted
  • 4896833 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • 6b32215 Bump the development-dependencies group with 1 update
  • db91acc ci: remove paths-ignores
  • fec0b4e Bump the development-dependencies group with 1 update
  • 14fcae4 chore(ci): prevents duplicate workflow runs
  • d33767c Bump the development-dependencies group with 1 update
  • c877230 ci(dependencies): automate dependencies updates
  • Additional commits viewable in compare view

Updates github.com/go-openapi/validate from 0.22.0 to 0.24.0

Commits
  • afe2925 chore(go): go-openapi requires go.1.20 across the board
  • 3deae16 ci: give tests with race more time to complete, esp on windows
  • 190ed6b updated dependencies
  • 238809f fix: fixed data race in result (schemata caching)
  • e818230 fix(ci): remove dependency-type from dependabot groups
  • beacc0f chore(lint): relinted
  • 69f070e fix: fixed memory pools & race issues
  • f563d1c Bump the go-openapi-dependencies group with 1 update
  • 630d556 Bump the development-dependencies group with 1 update
  • 64cabff ci: remove paths-ignore
  • Additional commits viewable in compare view

Updates gorm.io/gorm from 1.24.5 to 1.25.9

Commits
  • 26195e6 fix: remove callback from callbacks if Remove() called (#6916)
  • 956f7ce fix: 'type XXXX int' will print wrong sql to terminal (#6917)
  • 0d6c534 Don't close prepared stmt for normal db error
  • 5760388 Only close bad conn prepared stmt
  • 81536f8 Fix insert id into map results, fix #6812
  • 1b0aa80 Fix AutoMigrate for bool fields with default value
  • e0c3be0 Fix tests in local
  • 303de6e chore: optimize regEnLetterAndMidline regular (#6908)
  • f7ebf04 fix(create): fix insert column order (#6855)
  • ab89d54 chore: UnixNano convert to UnixMilli (#6907)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Mar 28, 2024
@openshift-ci openshift-ci bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Mar 28, 2024
Copy link

openshift-ci bot commented Mar 28, 2024

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

openshift-ci bot commented Mar 28, 2024

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 97df3be and 2 for PR HEAD 54500a7 in total

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 1fe2b77 and 1 for PR HEAD 54500a7 in total

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 96f5fdb and 0 for PR HEAD 54500a7 in total

@openshift-ci-robot
Copy link

/hold

Revision 54500a7 was retested 3 times: holding

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Mar 29, 2024
@openshift-ci-robot
Copy link

@dependabot[bot]: This pull request explicitly references no jira issue.

In response to this:

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the go-minor-models-dependencies group in /models with 5 updates:

Package From To
github.com/go-openapi/errors 0.20.3 0.22.0
github.com/go-openapi/strfmt 0.21.3 0.23.0
github.com/go-openapi/swag 0.22.3 0.23.0
github.com/go-openapi/validate 0.22.0 0.24.0
gorm.io/gorm 1.24.5 1.25.9

Updates github.com/go-openapi/errors from 0.20.3 to 0.22.0

Commits
  • f5f5f82 chore(go): go-openapi requires go.1.20 across the board
  • a4c2691 chore(lint): relinted tests
  • 596aca2 fix(ci): remove dependency-type from dependabot groups
  • b024686 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • e9447f5 Bump the development-dependencies group with 1 update
  • 6c740da ci: remove paths-ignore
  • fc9ca80 Bump the development-dependencies group with 1 update
  • 5c8cda9 chore(ci): prevents duplicate workflow runs
  • 26b65e2 ci: fixed typo in dependabot.yaml
  • d61a37a Chore/ci automate updates (#42)
  • Additional commits viewable in compare view

Updates github.com/go-openapi/strfmt from 0.21.3 to 0.23.0

Commits
  • f72fdf0 chore(go): go-openapi requires go.1.20 across the board
  • be4ecdf updated dependencies
  • e949e33 fix(ci): remove dependency-type from dependabot groups
  • 5238521 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • 6729407 chore(linting): fixed unnessary use of fmt.Errorf
  • 59dbfa2 Bump the other-dependencies group with 1 update
  • f7d57e2 Bump the development-dependencies group with 1 update
  • 83a372a ci: remove paths-ignore
  • cd1244b Bump the development-dependencies group with 1 update
  • cf8eef5 chore(ci): prevents duplicate workflow runs
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag from 0.22.3 to 0.23.0

Commits
  • 53e32e8 chore(go): go-openapi requires go.1.20 across the board
  • 5e655d8 fix(ci): remove dependency-type from dependabot groups
  • 54f3f80 chore(lint): relinted
  • 4896833 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • 6b32215 Bump the development-dependencies group with 1 update
  • db91acc ci: remove paths-ignores
  • fec0b4e Bump the development-dependencies group with 1 update
  • 14fcae4 chore(ci): prevents duplicate workflow runs
  • d33767c Bump the development-dependencies group with 1 update
  • c877230 ci(dependencies): automate dependencies updates
  • Additional commits viewable in compare view

Updates github.com/go-openapi/validate from 0.22.0 to 0.24.0

Commits
  • afe2925 chore(go): go-openapi requires go.1.20 across the board
  • 3deae16 ci: give tests with race more time to complete, esp on windows
  • 190ed6b updated dependencies
  • 238809f fix: fixed data race in result (schemata caching)
  • e818230 fix(ci): remove dependency-type from dependabot groups
  • beacc0f chore(lint): relinted
  • 69f070e fix: fixed memory pools & race issues
  • f563d1c Bump the go-openapi-dependencies group with 1 update
  • 630d556 Bump the development-dependencies group with 1 update
  • 64cabff ci: remove paths-ignore
  • Additional commits viewable in compare view

Updates gorm.io/gorm from 1.24.5 to 1.25.9

Commits
  • 26195e6 fix: remove callback from callbacks if Remove() called (#6916)
  • 956f7ce fix: 'type XXXX int' will print wrong sql to terminal (#6917)
  • 0d6c534 Don't close prepared stmt for normal db error
  • 5760388 Only close bad conn prepared stmt
  • 81536f8 Fix insert id into map results, fix #6812
  • 1b0aa80 Fix AutoMigrate for bool fields with default value
  • e0c3be0 Fix tests in local
  • 303de6e chore: optimize regEnLetterAndMidline regular (#6908)
  • f7ebf04 fix(create): fix insert column order (#6855)
  • ab89d54 chore: UnixNano convert to UnixMilli (#6907)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository.

@dependabot dependabot bot force-pushed the dependabot/go_modules/models/go-minor-models-dependencies-b9c5de05ee branch from 54500a7 to c868243 Compare March 29, 2024 14:27
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Mar 29, 2024
Copy link

openshift-ci bot commented Mar 29, 2024

New changes are detected. LGTM label has been removed.

@dependabot dependabot bot force-pushed the dependabot/go_modules/models/go-minor-models-dependencies-b9c5de05ee branch from c868243 to 7bfa717 Compare April 1, 2024 14:48
@dependabot dependabot bot force-pushed the dependabot/go_modules/models/go-minor-models-dependencies-b9c5de05ee branch 4 times, most recently from 4011781 to 4b6e473 Compare April 9, 2024 14:19
@dependabot dependabot bot force-pushed the dependabot/go_modules/models/go-minor-models-dependencies-b9c5de05ee branch 4 times, most recently from 771e94a to c41a6d0 Compare April 19, 2024 14:31
@dependabot dependabot bot force-pushed the dependabot/go_modules/models/go-minor-models-dependencies-b9c5de05ee branch 2 times, most recently from 407c63f to d64c3f6 Compare April 23, 2024 14:21
Bumps the go-minor-models-dependencies group in /models with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-openapi/errors](https://github.com/go-openapi/errors) | `0.20.3` | `0.22.0` |
| [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) | `0.21.3` | `0.23.0` |
| [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.22.3` | `0.23.0` |
| [github.com/go-openapi/validate](https://github.com/go-openapi/validate) | `0.22.0` | `0.24.0` |
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.24.5` | `1.25.9` |


Updates `github.com/go-openapi/errors` from 0.20.3 to 0.22.0
- [Commits](go-openapi/errors@v0.20.3...v0.22.0)

Updates `github.com/go-openapi/strfmt` from 0.21.3 to 0.23.0
- [Commits](go-openapi/strfmt@v0.21.3...v0.23.0)

Updates `github.com/go-openapi/swag` from 0.22.3 to 0.23.0
- [Commits](go-openapi/swag@v0.22.3...v0.23.0)

Updates `github.com/go-openapi/validate` from 0.22.0 to 0.24.0
- [Commits](go-openapi/validate@v0.22.0...v0.24.0)

Updates `gorm.io/gorm` from 1.24.5 to 1.25.9
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.24.5...v1.25.9)

---
updated-dependencies:
- dependency-name: github.com/go-openapi/errors
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-models-dependencies
- dependency-name: github.com/go-openapi/strfmt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-models-dependencies
- dependency-name: github.com/go-openapi/swag
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-models-dependencies
- dependency-name: github.com/go-openapi/validate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-models-dependencies
- dependency-name: gorm.io/gorm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-models-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/models/go-minor-models-dependencies-b9c5de05ee branch from d64c3f6 to 8844c39 Compare April 24, 2024 14:58
Copy link

openshift-ci bot commented Apr 24, 2024

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/edge-verify-generated-code 8844c39 link true /test edge-verify-generated-code
ci/prow/edge-lint 8844c39 link true /test edge-lint
ci/prow/edge-images 8844c39 link true /test edge-images
ci/prow/edge-unit-test 8844c39 link true /test edge-unit-test

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 26, 2024

Superseded by #6247.

@dependabot dependabot bot closed this Apr 26, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/models/go-minor-models-dependencies-b9c5de05ee branch April 26, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. go jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant