Merged
Conversation
…err-fix PBM-1660: Passing correct cause error when finding default credentials fails
Release 2.13.0
boris-ilijic
approved these changes
Mar 3, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This is a release preparation PR for PBM (Percona Backup for MongoDB) version 2.13.0. It bumps the version number, fixes a bug where ADC (Application Default Credentials) errors were silently masked in the GCS storage backend, and updates the Go version used in the packaging build script.
Changes:
- Version bump from
2.12.0to2.13.0in the version constant - Bug fix: wrap
adcErrinstead of the unrelated outererrvariable when returning errors from ADC credential lookup and validation in the GCS client - Go toolchain update from
1.25.3to1.25.7in the packaging builder script
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
pbm/version/version.go |
Version constant bumped to 2.13.0 |
pbm/storage/gcs/google_client.go |
Bug fix: correctly wrap adcErr in error returns instead of the outer err (which was nil at those points) |
packaging/scripts/mongodb-backup_builder.sh |
Go toolchain version updated from 1.25.3 to 1.25.7 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.