Skip to content

chore: Dependabot updates for other-deps (resolve PR 4979 conflicts) - #4995

Open
alleaditya wants to merge 3 commits into
GoogleCloudPlatform:masterfrom
alleaditya:resolve-dependabot-pr-4979
Open

chore: Dependabot updates for other-deps (resolve PR 4979 conflicts)#4995
alleaditya wants to merge 3 commits into
GoogleCloudPlatform:masterfrom
alleaditya:resolve-dependabot-pr-4979

Conversation

@alleaditya

@alleaditya alleaditya commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Description

Dependabot PRs.

  1. build(deps): bump the go-dependencies group across 1 directory with 15 updates #4974
  2. build(deps): bump google.golang.org/grpc from 1.81.1 to 1.82.1 #4935
  3. build(deps): bump alpine from 3.21 to 3.24 #4782

These are updates to other-deps.

Link to the issue in case of a bug fix.

NA

Testing details

  1. Manual - NA
  2. Unit tests - Automated (Built successfully)
  3. Integration tests - Automated
  4. Performance test - NA

Any backward incompatible change? If so, please explain.

NA

dependabot Bot and others added 3 commits August 3, 2026 11:11
Bumps alpine from 3.21 to 3.24.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.24'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@alleaditya
alleaditya requested a review from a team as a code owner August 7, 2026 10:11

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the base image in the Dockerfile to Alpine 3.24 and upgrades several Go dependencies in go.mod and go.sum. Feedback points out that Alpine version 3.24 does not exist, which will cause the Docker build to fail, and suggests reverting to a valid version like 3.21.

Comment thread Dockerfile
RUN build_gcsfuse . /tmp $(git log -1 --format=format:"%H")

FROM alpine:3.21
FROM alpine:3.24

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

Alpine version 3.24 does not exist. The latest stable version of Alpine is 3.21. Using a non-existent version will cause the Docker build to fail. Please revert this change or use a valid Alpine version.

FROM alpine:3.21

@anushka567 anushka567 added execute-integration-tests Run only integration tests execute-perf-test Execute performance test in PR labels Aug 7, 2026
@alleaditya alleaditya removed their assignment Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

execute-integration-tests Run only integration tests execute-perf-test Execute performance test in PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants