Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the plugin’s Go toolchain and Go module dependencies as part of the release/PCI checklist process.
Changes:
- Bump the Go version used by the module/tooling to 1.26.1.
- Update key dependencies (notably
github.com/hashicorp/vault/apiandgithub.com/hashicorp/vault/sdk) and refreshgo.sum. - Add a
v0.14.0changelog entry documenting the dependency upgrades.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
go.mod |
Bumps Go version and upgrades Vault API/SDK + other indirect deps. |
go.sum |
Updates module checksums to match the upgraded dependencies. |
CHANGELOG.md |
Adds release notes for v0.14.0 dependency/toolchain updates. |
.go-version |
Updates the Go toolchain version used by CI/dev tooling. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+3
to
+10
| go 1.26.1 | ||
|
|
||
| require ( | ||
| github.com/hashicorp/go-hclog v1.6.3 | ||
| github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 | ||
| github.com/hashicorp/go-tfe v1.93.0 | ||
| github.com/hashicorp/vault/api v1.21.0 | ||
| github.com/hashicorp/vault/sdk v0.19.0 | ||
| github.com/hashicorp/vault/api v1.22.0 | ||
| github.com/hashicorp/vault/sdk v0.23.0 |
Comment on lines
+6
to
+16
| * Update dependencies(#106) | ||
| * go 1.25.0 => 1.26.1 | ||
| * golang.org/x/time v0.12.0 => v0.14.0 | ||
| * golang.org/x/sync v0.17.0 => v0.19.0 | ||
| * github.com/hashicorp/vault/sdk v0.19.0 => v0.23.0 | ||
| * golang.org/x/text v0.27.0 => v0.31.0 | ||
| * golang.org/x/sys v0.34.0 => v0.38.0 | ||
| * golang.org/x/crypto v0.40.0 => v0.45.0 | ||
| * golang.org/x/net v0.42.0 => v0.47.0 | ||
| * github.com/google/go-querystring v1.1.0 => v1.2.0 | ||
| * github.com/hashicorp/vault/api v1.21.0 => v1.22.0 |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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.
PCI review checklist
The PR introduces dependency updates as part of the plugin release process.
tag_info.sh
make dev && ~/work/projects/security-scanner/cmd/scan/scan binary ./bin/vault-plugin-secrets-terraform
make test
I have documented a clear reason for, and description of, the change I am making.
If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.
If applicable, I've documented the impact of any changes to security controls.
Changelog entry added. See Updating the Changelog.
Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.