Skip to content

build(deps): bump the docker group across 5 directories with 4 updates#20142

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/docker/lite/docker-bafdebefea
Closed

build(deps): bump the docker group across 5 directories with 4 updates#20142
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/docker/lite/docker-bafdebefea

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps the docker group with 3 updates in the /docker/lite directory: node, golang and debian.
Bumps the docker group with 1 update in the /docker/vttestserver directory: debian.
Bumps the docker group with 1 update in the /go/mysql/collations/tools/colldump directory: debian.
Bumps the docker group with 3 updates in the /test/antithesis/compose directory: node, golang and debian.
Bumps the docker group with 1 update in the /test/antithesis/compose/antithesis-client directory: library/debian.

Updates node from 6517bd7 to 300fd3a

Updates golang from d08bf3e to a085df6

Updates debian from 109e2c6 to b6e2a15

Updates debian from 67b30a6 to 0104b33

Updates debian from e2d08da to 4ae6766

Updates node from 6517bd7 to 300fd3a

Updates golang from d08bf3e to a085df6

Updates debian from 109e2c6 to b6e2a15

Updates library/debian from 67b30a6 to 0104b33

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

Bumps the docker group with 3 updates in the /docker/lite directory: node, golang and debian.
Bumps the docker group with 1 update in the /docker/vttestserver directory: debian.
Bumps the docker group with 1 update in the /go/mysql/collations/tools/colldump directory: debian.
Bumps the docker group with 3 updates in the /test/antithesis/compose directory: node, golang and debian.
Bumps the docker group with 1 update in the /test/antithesis/compose/antithesis-client directory: library/debian.


Updates `node` from `6517bd7` to `300fd3a`

Updates `golang` from `d08bf3e` to `a085df6`

Updates `debian` from `109e2c6` to `b6e2a15`

Updates `debian` from `67b30a6` to `0104b33`

Updates `debian` from `e2d08da` to `4ae6766`

Updates `node` from `6517bd7` to `300fd3a`

Updates `golang` from `d08bf3e` to `a085df6`

Updates `debian` from `109e2c6` to `b6e2a15`

Updates `library/debian` from `67b30a6` to `0104b33`

---
updated-dependencies:
- dependency-name: node
  dependency-version: 25-trixie-slim
  dependency-type: direct:production
  dependency-group: docker
- dependency-name: golang
  dependency-version: 1.26.3-trixie
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
- dependency-name: debian
  dependency-version: trixie-slim
  dependency-type: direct:production
  dependency-group: docker
- dependency-name: debian
  dependency-version: bookworm-slim
  dependency-type: direct:production
  dependency-group: docker
- dependency-name: debian
  dependency-version: latest
  dependency-type: direct:production
  dependency-group: docker
- dependency-name: node
  dependency-version: 25-trixie-slim
  dependency-type: direct:production
  dependency-group: docker
- dependency-name: golang
  dependency-version: 1.26.3-trixie
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
- dependency-name: debian
  dependency-version: trixie-slim
  dependency-type: direct:production
  dependency-group: docker
- dependency-name: library/debian
  dependency-version: bookworm-slim
  dependency-type: direct:production
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels May 20, 2026
Copilot AI review requested due to automatic review settings May 20, 2026 03:37
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 20, 2026
@dependabot dependabot Bot added the docker Pull requests that update docker code label May 20, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@github-actions github-actions Bot added this to the v25.0.0 milestone May 20, 2026
@vitess-bot vitess-bot Bot added NeedsWebsiteDocsUpdate What it says NeedsDescriptionUpdate The description is not clear or comprehensive enough, and needs work NeedsIssue A linked issue is missing for this Pull Request NeedsBackportReason If backport labels have been applied to a PR, a justification is required labels May 20, 2026
@vitess-bot
Copy link
Copy Markdown
Contributor

vitess-bot Bot commented May 20, 2026

Review Checklist

Hello reviewers! 👋 Please follow this checklist when reviewing this Pull Request.

General

  • Ensure that the Pull Request has a descriptive title.
  • Ensure there is a link to an issue (except for internal cleanup and flaky test fixes), new features should have an RFC that documents use cases and test cases.

Tests

  • Bug fixes should have at least one unit or end-to-end test, enhancement and new features should have a sufficient number of tests.

Documentation

  • Apply the release notes (needs details) label if users need to know about this change.
  • New features should be documented.
  • There should be some code comments as to why things are implemented the way they are.
  • There should be a comment at the top of each new or modified test to explain what the test does.

New flags

  • Is this flag really necessary?
  • Flag names must be clear and intuitive, use dashes (-), and have a clear help text.

If a workflow is added or modified:

  • Each item in Jobs should be named in order to mark it as required.
  • If the workflow needs to be marked as required, the maintainer team must be notified.

Backward compatibility

  • Protobuf changes should be wire-compatible.
  • Changes to _vt tables and RPCs need to be backward compatible.
  • RPC changes should be compatible with vitess-operator
  • If a flag is removed, then it should also be removed from vitess-operator and arewefastyet, if used there.
  • vtctl command output order should be stable and awk-able.

@mattlord mattlord removed NeedsDescriptionUpdate The description is not clear or comprehensive enough, and needs work NeedsWebsiteDocsUpdate What it says NeedsIssue A linked issue is missing for this Pull Request NeedsBackportReason If backport labels have been applied to a PR, a justification is required labels May 22, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 27, 2026

Superseded by #20190.

@dependabot dependabot Bot closed this May 27, 2026
@dependabot dependabot Bot deleted the dependabot/docker/docker/lite/docker-bafdebefea branch May 27, 2026 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: Docker dependencies Pull requests that update a dependency file docker Pull requests that update docker code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants