Skip to content

prepare v0.14.0 release#106

Merged
murali-partha merged 3 commits intomainfrom
VAULT-42914-prepare-release
Mar 18, 2026
Merged

prepare v0.14.0 release#106
murali-partha merged 3 commits intomainfrom
VAULT-42914-prepare-release

Conversation

@murali-partha
Copy link
Contributor

@murali-partha murali-partha commented Mar 18, 2026

PCI review checklist

The PR introduces dependency updates as part of the plugin release process.

tag_info.sh

Screenshot 2026-03-18 at 4 43 13 PM

make dev && ~/work/projects/security-scanner/cmd/scan/scan binary ./bin/vault-plugin-secrets-terraform

Screenshot 2026-03-18 at 4 43 27 PM

make test

Screenshot 2026-03-18 at 4 43 02 PM
  • 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.

@murali-partha murali-partha marked this pull request as ready for review March 18, 2026 11:20
@murali-partha murali-partha requested a review from a team as a code owner March 18, 2026 11:20
@murali-partha murali-partha requested a review from Copilot March 18, 2026 11:30
Copy link
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.

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/api and github.com/hashicorp/vault/sdk) and refresh go.sum.
  • Add a v0.14.0 changelog 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>
Copy link

@maithyton maithyton left a comment

Choose a reason for hiding this comment

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

LGTM

@maithyton maithyton changed the title chore: updating dependencies prepare v0.14.0 release Mar 18, 2026
@murali-partha murali-partha merged commit 66bd864 into main Mar 18, 2026
4 checks passed
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.

3 participants