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 #6247

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 26, 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.10

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.10

Commits
  • 9d370bc Fix handling of unknown column types (#6540)
  • 7892019 Fix panic bug in migrator due to lack of nil check for stmt.Schema (#6932)
  • ac59252 Add new error for "Violation Check Constraint" (#6992)
  • 207f1ac fix: not clause with or condition (#6984)
  • 85299bf perf: merge nested preload query when using join (#6990)
  • 5553ff3 downgrade mssql driver
  • bc49365 Faster utils.FileWithLineNum (#6981)
  • d0b4ceb Added comment describing Unscoped() method (#6969)
  • 9a61ef2 fix: duplicated preload (#6948)
  • 1e13fd7 Fix duplicated columns in INSERT SQL for some fields with default value
  • 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 Apr 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 26, 2024

The following labels could not be found: dependabot.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Apr 26, 2024
@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.10

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.10

Commits
  • 9d370bc Fix handling of unknown column types (#6540)
  • 7892019 Fix panic bug in migrator due to lack of nil check for stmt.Schema (#6932)
  • ac59252 Add new error for "Violation Check Constraint" (#6992)
  • 207f1ac fix: not clause with or condition (#6984)
  • 85299bf perf: merge nested preload query when using join (#6990)
  • 5553ff3 downgrade mssql driver
  • bc49365 Faster utils.FileWithLineNum (#6981)
  • d0b4ceb Added comment describing Unscoped() method (#6969)
  • 9a61ef2 fix: duplicated preload (#6948)
  • 1e13fd7 Fix duplicated columns in INSERT SQL for some fields with default value
  • 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 openshift-ci bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Apr 26, 2024
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD a03cd2c and 2 for PR HEAD de74e89 in total

@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.10

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.10

Commits
  • 9d370bc Fix handling of unknown column types (#6540)
  • 7892019 Fix panic bug in migrator due to lack of nil check for stmt.Schema (#6932)
  • ac59252 Add new error for "Violation Check Constraint" (#6992)
  • 207f1ac fix: not clause with or condition (#6984)
  • 85299bf perf: merge nested preload query when using join (#6990)
  • 5553ff3 downgrade mssql driver
  • bc49365 Faster utils.FileWithLineNum (#6981)
  • d0b4ceb Added comment describing Unscoped() method (#6969)
  • 9a61ef2 fix: duplicated preload (#6948)
  • 1e13fd7 Fix duplicated columns in INSERT SQL for some fields with default value
  • 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
Copy link

/retest-required

Remaining retests: 0 against base HEAD 8c73c0e and 1 for PR HEAD de74e89 in total

@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.10

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.10

Commits
  • 9d370bc Fix handling of unknown column types (#6540)
  • 7892019 Fix panic bug in migrator due to lack of nil check for stmt.Schema (#6932)
  • ac59252 Add new error for "Violation Check Constraint" (#6992)
  • 207f1ac fix: not clause with or condition (#6984)
  • 85299bf perf: merge nested preload query when using join (#6990)
  • 5553ff3 downgrade mssql driver
  • bc49365 Faster utils.FileWithLineNum (#6981)
  • d0b4ceb Added comment describing Unscoped() method (#6969)
  • 9a61ef2 fix: duplicated preload (#6948)
  • 1e13fd7 Fix duplicated columns in INSERT SQL for some fields with default value
  • 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-b8820bab9c branch from de74e89 to 4cf20c5 Compare April 30, 2024 14:18
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Apr 30, 2024
Copy link

openshift-ci bot commented Apr 30, 2024

New changes are detected. LGTM label has been removed.

@dependabot dependabot bot force-pushed the dependabot/go_modules/models/go-minor-models-dependencies-b8820bab9c branch 5 times, most recently from 913d392 to e36bd26 Compare May 7, 2024 14:32
@dependabot dependabot bot force-pushed the dependabot/go_modules/models/go-minor-models-dependencies-b8820bab9c branch from e36bd26 to 178b81e Compare May 8, 2024 14:57
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.10` |


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.10
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.24.5...v1.25.10)

---
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-b8820bab9c branch from 178b81e to 18a21ea Compare May 9, 2024 14:55
Copy link

openshift-ci bot commented May 9, 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 May 9, 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-unit-test 18a21ea link true /test edge-unit-test
ci/prow/edge-lint 18a21ea link true /test edge-lint
ci/prow/edge-images 18a21ea link true /test edge-images
ci/prow/edge-verify-generated-code 18a21ea link true /test edge-verify-generated-code

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-sigs/prow repository. I understand the commands that are listed here.

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. 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