Skip to content

fix(deps): update all dependencies#433

Open
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/all-deps
Open

fix(deps): update all dependencies#433
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/all-deps

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Feb 8, 2026

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
filippo.io/edwards25519 v1.1.0 -> v1.2.0 age confidence indirect minor
github.com/getkin/kin-openapi v0.133.0 -> v0.134.0 age confidence require minor
github.com/go-openapi/jsonpointer v0.22.4 -> v0.22.5 age confidence indirect patch
github.com/go-openapi/swag/jsonname v0.25.4 -> v0.25.5 age confidence indirect patch
github.com/mailru/easyjson v0.9.1 -> v0.9.2 age confidence indirect patch
github.com/mattn/go-sqlite3 v1.14.33 -> v1.14.37 age confidence indirect patch
github.com/oapi-codegen/oapi-codegen/v2 v2.5.1 -> v2.6.0 age confidence require minor
github.com/oapi-codegen/runtime v1.1.2 -> v1.3.0 age confidence require minor
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 -> v0.0.1 age confidence indirect patch
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 -> v0.0.1 age confidence indirect patch
github.com/prometheus/procfs v0.19.2 -> v0.20.1 age confidence indirect minor
github.com/speakeasy-api/jsonpath v0.6.2 -> v0.6.3 age confidence indirect patch
go.yaml.in/yaml/v2 v2.4.3 -> v2.4.4 age confidence indirect patch
golang.org/x/crypto v0.47.0 -> v0.49.0 age confidence indirect minor
golang.org/x/mod v0.32.0 -> v0.34.0 age confidence indirect minor
golang.org/x/sync v0.19.0 -> v0.20.0 age confidence indirect minor
golang.org/x/sys v0.40.0 -> v0.42.0 age confidence indirect minor
golang.org/x/text v0.33.0 -> v0.35.0 age confidence indirect minor
registry.access.redhat.com/ubi9/go-toolset 1.25.5-1769430014 -> 1.25.7-1773851748 age confidence stage patch

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

FiloSottile/edwards25519 (filippo.io/edwards25519)

v1.2.0

Compare Source

v1.1.1

Compare Source

getkin/kin-openapi (github.com/getkin/kin-openapi)

v0.134.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.133.0...v0.134.0

go-openapi/jsonpointer (github.com/go-openapi/jsonpointer)

v0.22.5

Compare Source

0.22.5 - 2026-03-02

Full Changelog: go-openapi/jsonpointer@v0.22.4...v0.22.5

15 commits in this release.


Documentation
Code quality
Miscellaneous tasks
Updates

People who contributed to this release

New Contributors

jsonpointer license terms

License

go-openapi/swag (github.com/go-openapi/swag/jsonname)

v0.25.5

Compare Source

0.25.5 - 2026-03-02

Full Changelog: go-openapi/swag@v0.25.4...v0.25.5

16 commits in this release.


Documentation
Code quality
Testing
Miscellaneous tasks
Updates

People who contributed to this release

New Contributors

swag license terms

License

Per-module changes


cmdutils (0.25.5)

Testing

conv (0.25.5)

Testing
Miscellaneous tasks
Updates

fileutils (0.25.5)

Testing
Updates

jsonname (0.25.5)

Testing
Updates

jsonutils/adapters/easyjson (0.25.5)

Testing
Miscellaneous tasks
Updates

jsonutils/adapters/testintegration/benchmarks (0.25.5)

Code quality
Testing
Miscellaneous tasks
Updates

jsonutils/adapters/testintegration (0.25.5)

Testing
Miscellaneous tasks
Updates

jsonutils/fixtures_test (0.25.5)

Testing
Updates

jsonutils (0.25.5)

Code quality
Testing
Miscellaneous tasks
Updates

loading (0.25.5)

Testing
Miscellaneous tasks
Updates

mangling (0.25.5)

Code quality
Testing
Updates

netutils (0.25.5)

Testing
Updates

stringutils (0.25.5)

Testing
Updates

typeutils (0.25.5)

Testing
Updates

yamlutils (0.25.5)

Testing
Miscellaneous tasks
Updates
mailru/easyjson (github.com/mailru/easyjson)

v0.9.2

Compare Source

What's Changed

Full Changelog: mailru/easyjson@v0.9.1...v0.9.2

mattn/go-sqlite3 (github.com/mattn/go-sqlite3)

v1.14.37

Compare Source

v1.14.36

Compare Source

v1.14.35

Compare Source

v1.14.34

Compare Source

oapi-codegen/oapi-codegen (github.com/oapi-codegen/oapi-codegen/v2)

v2.6.0: : 7th anniversary release 🎂

Compare Source

For those that aren't aware, 7 years ago to the day, oapi-codegen was born!

(Well, technically it's tonight at midnight UTC, but who's splitting hairs?)

There's nothing too special planned for today, but we thought it'd be the perfect time to cut a slice of cake a release!

🎉 Notable changes

New generated code requires oapi-codegen/runtime v1.2.0+

As part of #​2256, github.com/oapi-codegen/runtime v1.2.0 is needed alongside github.com/oapi-codegen/oapi-codegen, for new generated code.

This is providing a more future-proofed means to bind parameters.

See the release notes for the runtime package, and #​2256 for more information.

oapi-codegen was part of the GitHub Secure Open Source Fund

oapi-codegen was one of the projects taking part in the third GitHub Secure Open Source Fund session.

We've written up more about what we've learned, and have some more things to share with you over the coming months about lessons we've learned and improvements we've taken that we can share.

We were pretty chuffed to be selected, and it's already helped improve our security posture as a project, which is also very important for the wider ecosystem!

go directive bump in next release

Long-time users will be aware that we work very hard to try and keep our requirement for Go source compatibility, through the go directive, especially as we recommend folks use oapi-codegen as a source-tracked dependency.

For more details about this, see our Support Model docs.

In the next minor release, we'll be setting our minimum go directive to Go 1.24 (End-of-Life on 2026-02-11), as it's required for a number of dependencies of ours to be updated any higher, and a change to the module import path for Speakeasy's OpenAPI Overlay library requires us fix this centrally for our users to be able to continue updating their libraries.

[!NOTE]
Nothing is changing as part of v2.6.0, this is a pre-announcement for v2.7.0.

Behind the scenes cleanup

There's also been some work behind-the-scenes to try and clean up outstanding issues (of which we know there are many!) that have been fixed, as well as Marcin's work on trying to do some more significant rework of the internals with help from Claude.

There's still, as ever, work to go with this - as we've mentioned before, sponsoring our work would be greatly appreciated, so we can continue to put in the work, considering this is a widely used and depended on project.

🚀 New features and improvements

🐛 Bug fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

8 changes
  • chore(deps): update module github.com/golangci/golangci-lint to v2.10.1 (makefile) (#​2153) @​renovate[bot]
  • chore(deps): update github/codeql-action action to v4.32.4 (.github/workflows) (#​2157) @​renovate[bot]
  • chore(deps): update actions/setup-go action to v6.3.0 (.github/workflows) (#​2164) @​renovate[bot]
  • chore(deps): update actions/checkout action to v6 (.github/workflows) - autoclosed (#​2165) @​renovate[bot]
  • chore(deps): update release-drafter/release-drafter action to v6.2.0 (.github/workflows) (#​2253) @​renovate[bot]
  • chore(deps): update actions/upload-artifact action to v7 (.github/workflows) (#​2254) @​renovate[bot]
  • chore(deps): update dessant/label-actions action to v5 (.github/workflows) (#​2255) @​renovate[bot]
  • chore(deps): update release-drafter/release-drafter action to v6.1.0 (.github/workflows) (#​2132) @​renovate[bot]

Sponsors

We would like to thank our sponsors for their support during this release.

DevZero logo

Cybozu logo

Details

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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.

@red-hat-konflux
Copy link
Contributor Author

red-hat-konflux bot commented Feb 8, 2026

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading github.com/sirupsen/logrus v1.9.4
go: downloading github.com/go-chi/chi/v5 v5.2.5
go: downloading github.com/joho/godotenv v1.5.1
go: downloading github.com/redhatinsights/platform-go-middlewares v1.0.0
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading gorm.io/datatypes v1.2.7
go: downloading github.com/stretchr/testify v1.11.1
go: downloading gorm.io/driver/postgres v1.6.0
go: downloading gorm.io/driver/sqlite v1.6.0
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading github.com/redhatinsights/app-common-go v1.6.9
go: downloading gorm.io/gorm v1.31.1
go: downloading github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
go: downloading github.com/jackc/pgx/v5 v5.8.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading gorm.io/driver/mysql v1.6.0
go: downloading github.com/mattn/go-sqlite3 v1.14.37
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/go-sql-driver/mysql v1.9.3
go: downloading golang.org/x/sys v0.42.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/jinzhu/now v1.1.5
go: downloading golang.org/x/text v0.35.0
go: downloading github.com/jinzhu/inflection v1.0.0
go: downloading filippo.io/edwards25519 v1.2.0
go: downloading github.com/prometheus/common v0.67.5
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/procfs v0.20.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading google.golang.org/protobuf v1.36.11
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading go.yaml.in/yaml/v2 v2.4.4
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
go: downloading github.com/jackc/puddle/v2 v2.2.2
go: downloading golang.org/x/sync v0.20.0
go: github.com/RedHatInsights/quickstarts imports
	github.com/RedHatInsights/quickstarts/pkg/generated: cannot find module providing package github.com/RedHatInsights/quickstarts/pkg/generated

File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: go.mod
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands
File name: Dockerfile
Post-upgrade command 'make generate' has not been added to the allowed list in allowedCommands

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/all-deps branch from 67f8daa to 0e8c4bc Compare February 9, 2026 04:47
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module golang.org/x/sys to v0.41.0 chore(deps): update all dependencies Feb 9, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/all-deps branch 5 times, most recently from a5510c7 to 0443435 Compare February 11, 2026 17:04
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/all-deps branch 3 times, most recently from 8e7cce3 to 7cb39dc Compare February 18, 2026 17:52
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/all-deps branch 3 times, most recently from b54e21d to d386dd9 Compare February 26, 2026 21:07
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Feb 26, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/all-deps branch 14 times, most recently from bbb2377 to 5bb297a Compare March 6, 2026 01:02
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/all-deps branch 24 times, most recently from 6985f06 to eb19be2 Compare March 16, 2026 21:26
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/all-deps branch 3 times, most recently from 3068cd9 to e64d9d9 Compare March 18, 2026 13:18
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/all-deps branch 2 times, most recently from 7a23570 to f826e92 Compare March 19, 2026 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants