Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 8 updates#5

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/minor-and-patch-7f2ec49e5d
Open

build(deps): bump the minor-and-patch group across 1 directory with 8 updates#5
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/minor-and-patch-7f2ec49e5d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2026

Bumps the minor-and-patch group with 7 updates in the / directory:

Package From To
github.com/uptrace/bun 1.2.16 1.2.17
github.com/uptrace/bun/dialect/pgdialect 1.2.16 1.2.17
github.com/uptrace/bun/driver/pgdriver 1.2.16 1.2.17
github.com/xraph/relay 0.0.1 0.1.0
golang.org/x/time 0.12.0 0.14.0
k8s.io/api 0.35.0 0.35.1
k8s.io/client-go 0.35.0 0.35.1

Updates github.com/uptrace/bun from 1.2.16 to 1.2.17

Release notes

Sourced from github.com/uptrace/bun's releases.

v1.2.17

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun's changelog.

1.2.17 (2026-02-21)

Bug Fixes

  • migrator exec error propagation (#1320) (b40f603)
  • OrderAscNullsFirst mapping (fixes #1305) (43b6af2)
  • panic in indirectAsKey when loading complex models. TypeOf(v) returns nil (2788c5b)
  • RunMigration marks migration as applied after running (#1330) (990c2eb)

Features

  • add Tuple and List (#1331) (5c2b3d1)
  • create unique index on migration name column in Migrator.Init (#1332) (44ac056)
  • update: use DEFAULT instead of NULL on databases that support it (#1315) (cabcffd)
Commits
  • 3c9f8fb chore: remove Go 1.24 from CI build matrix
  • 43d07be chore: release v1.2.17 (release.sh) (#1333)
  • a94579f chore: add doc comments for exported identifiers across sub-packages
  • b19d8f7 chore: add doc comments for package, type, and exported functions
  • 415f372 chore: re-order features by category and add missing documentation
  • 44ac056 feat: create unique index on migration name column in Migrator.Init (#1332)
  • 5c2b3d1 feat: add Tuple and List (#1331)
  • 990c2eb fix: RunMigration marks migration as applied after running (#1330)
  • 2c572dd Merge pull request #1327 from Aoang/chore/ci-go-version
  • 6aa05a6 chore(ci): update GitHub Actions to v6
  • Additional commits viewable in compare view

Updates github.com/uptrace/bun/dialect/pgdialect from 1.2.16 to 1.2.17

Release notes

Sourced from github.com/uptrace/bun/dialect/pgdialect's releases.

v1.2.17

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/dialect/pgdialect's changelog.

1.2.17 (2026-02-21)

Bug Fixes

  • migrator exec error propagation (#1320) (b40f603)
  • OrderAscNullsFirst mapping (fixes #1305) (43b6af2)
  • panic in indirectAsKey when loading complex models. TypeOf(v) returns nil (2788c5b)
  • RunMigration marks migration as applied after running (#1330) (990c2eb)

Features

  • add Tuple and List (#1331) (5c2b3d1)
  • create unique index on migration name column in Migrator.Init (#1332) (44ac056)
  • update: use DEFAULT instead of NULL on databases that support it (#1315) (cabcffd)
Commits
  • 3c9f8fb chore: remove Go 1.24 from CI build matrix
  • 43d07be chore: release v1.2.17 (release.sh) (#1333)
  • a94579f chore: add doc comments for exported identifiers across sub-packages
  • b19d8f7 chore: add doc comments for package, type, and exported functions
  • 415f372 chore: re-order features by category and add missing documentation
  • 44ac056 feat: create unique index on migration name column in Migrator.Init (#1332)
  • 5c2b3d1 feat: add Tuple and List (#1331)
  • 990c2eb fix: RunMigration marks migration as applied after running (#1330)
  • 2c572dd Merge pull request #1327 from Aoang/chore/ci-go-version
  • 6aa05a6 chore(ci): update GitHub Actions to v6
  • Additional commits viewable in compare view

Updates github.com/uptrace/bun/driver/pgdriver from 1.2.16 to 1.2.17

Release notes

Sourced from github.com/uptrace/bun/driver/pgdriver's releases.

v1.2.17

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/driver/pgdriver's changelog.

1.2.17 (2026-02-21)

Bug Fixes

  • migrator exec error propagation (#1320) (b40f603)
  • OrderAscNullsFirst mapping (fixes #1305) (43b6af2)
  • panic in indirectAsKey when loading complex models. TypeOf(v) returns nil (2788c5b)
  • RunMigration marks migration as applied after running (#1330) (990c2eb)

Features

  • add Tuple and List (#1331) (5c2b3d1)
  • create unique index on migration name column in Migrator.Init (#1332) (44ac056)
  • update: use DEFAULT instead of NULL on databases that support it (#1315) (cabcffd)
Commits
  • 3c9f8fb chore: remove Go 1.24 from CI build matrix
  • 43d07be chore: release v1.2.17 (release.sh) (#1333)
  • a94579f chore: add doc comments for exported identifiers across sub-packages
  • b19d8f7 chore: add doc comments for package, type, and exported functions
  • 415f372 chore: re-order features by category and add missing documentation
  • 44ac056 feat: create unique index on migration name column in Migrator.Init (#1332)
  • 5c2b3d1 feat: add Tuple and List (#1331)
  • 990c2eb fix: RunMigration marks migration as applied after running (#1330)
  • 2c572dd Merge pull request #1327 from Aoang/chore/ci-go-version
  • 6aa05a6 chore(ci): update GitHub Actions to v6
  • Additional commits viewable in compare view

Updates github.com/xraph/relay from 0.0.1 to 0.1.0

Release notes

Sourced from github.com/xraph/relay's releases.

v0.1.0

Changes

  • feat(sqlite): implement SQLite store with Grove ORM (0aafb18)
  • feat: Implement Grove ORM and migrations for Relay store (6655574)
  • fix: Update BINARY_NAME and CMD_DIR in Makefile for consistency (4d4b878)

Installation

go get github.com/xraph/relay@v0.1.0

Full Changelog: xraph/relay@v0.0.2...v0.1.0

v0.0.2

Changes

  • fix: Add G704 to gosec excludes for endpoint URL handling (574e029)
  • fix: Correct latency type in EndDeliverySpan and remove unnecessary gosec directive (9268835)
  • refactor: Remove unused Prometheus dependencies from go.mod and go.sum (e8bb3a4)
  • chore: Update Go version to 1.25.7 in CI and release workflows (cbc62e7)
  • feat: Integrate observability metrics and tracing into delivery engine and relay options (3657622)
  • refactor: Update Makefile to change binary name and command directory for consistency fix: Update go.mod and go.sum to use the latest version of xraph/forge (a70a4c9)

Installation

go get github.com/xraph/relay@v0.0.2

Full Changelog: xraph/relay@v0.0.1...v0.0.2

Commits
  • 0aafb18 feat(sqlite): implement SQLite store with Grove ORM
  • 6655574 feat: Implement Grove ORM and migrations for Relay store
  • 4d4b878 fix: Update BINARY_NAME and CMD_DIR in Makefile for consistency
  • 574e029 fix: Add G704 to gosec excludes for endpoint URL handling
  • 9268835 fix: Correct latency type in EndDeliverySpan and remove unnecessary gosec dir...
  • e8bb3a4 refactor: Remove unused Prometheus dependencies from go.mod and go.sum
  • cbc62e7 chore: Update Go version to 1.25.7 in CI and release workflows
  • 3657622 feat: Integrate observability metrics and tracing into delivery engine and re...
  • a70a4c9 refactor: Update Makefile to change binary name and command directory for con...
  • See full diff in compare view

Updates golang.org/x/time from 0.12.0 to 0.14.0

Commits
  • 2b4e439 rate: use time.Time.Equal instead of ==
  • c0b0320 all: upgrade go directive to at least 1.24.0 [generated]
  • See full diff in compare view

Updates k8s.io/api from 0.35.0 to 0.35.1

Commits

Updates k8s.io/apimachinery from 0.35.0 to 0.35.1

Commits

Updates k8s.io/client-go from 0.35.0 to 0.35.1

Commits

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

… updates

Bumps the minor-and-patch group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/uptrace/bun](https://github.com/uptrace/bun) | `1.2.16` | `1.2.17` |
| [github.com/uptrace/bun/dialect/pgdialect](https://github.com/uptrace/bun) | `1.2.16` | `1.2.17` |
| [github.com/uptrace/bun/driver/pgdriver](https://github.com/uptrace/bun) | `1.2.16` | `1.2.17` |
| [github.com/xraph/relay](https://github.com/xraph/relay) | `0.0.1` | `0.1.0` |
| [golang.org/x/time](https://github.com/golang/time) | `0.12.0` | `0.14.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.35.0` | `0.35.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.35.0` | `0.35.1` |



Updates `github.com/uptrace/bun` from 1.2.16 to 1.2.17
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.16...v1.2.17)

Updates `github.com/uptrace/bun/dialect/pgdialect` from 1.2.16 to 1.2.17
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.16...v1.2.17)

Updates `github.com/uptrace/bun/driver/pgdriver` from 1.2.16 to 1.2.17
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/master/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.16...v1.2.17)

Updates `github.com/xraph/relay` from 0.0.1 to 0.1.0
- [Release notes](https://github.com/xraph/relay/releases)
- [Commits](xraph/relay@v0.0.1...v0.1.0)

Updates `golang.org/x/time` from 0.12.0 to 0.14.0
- [Commits](golang/time@v0.12.0...v0.14.0)

Updates `k8s.io/api` from 0.35.0 to 0.35.1
- [Commits](kubernetes/api@v0.35.0...v0.35.1)

Updates `k8s.io/apimachinery` from 0.35.0 to 0.35.1
- [Commits](kubernetes/apimachinery@v0.35.0...v0.35.1)

Updates `k8s.io/client-go` from 0.35.0 to 0.35.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.35.0...v0.35.1)

---
updated-dependencies:
- dependency-name: github.com/uptrace/bun
  dependency-version: 1.2.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/uptrace/bun/dialect/pgdialect
  dependency-version: 1.2.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/uptrace/bun/driver/pgdriver
  dependency-version: 1.2.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/xraph/relay
  dependency-version: 0.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/time
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: k8s.io/api
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 26, 2026

Labels

The following labels could not be found: dependencies, go. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link

vercel bot commented Feb 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dispatch Ready Ready Preview, Comment Feb 26, 2026 4:43am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants