Skip to content

0.2.1

Choose a tag to compare

@github-actions github-actions released this 10 May 21:12
· 28 commits to main since this release
405138c

Fixed

  • SDK credentials: persist rotated refresh_token from OIDC refresh responses across all three SDKs (Rust, Go, TypeScript). Previously, a rotated token returned by the IdP was discarded, causing subsequent refreshes to fail once the original refresh token expired.

Security

  • SDK credentials: enforce 0o600 mode on credentials.json writes (refresh and login flows) so the file is readable only by its owner.

Dependencies

  • Bump @bufbuild/protobuf to 2.12.0 (#464)
  • Update Terraform terraform-aws-modules/key-pair/aws to v3 (#459)
  • Update Terraform terraform-aws-modules/vpc/aws to v6.6.1 (#439)
  • Update Terraform aws provider to v6.44.0 (#445)
  • Update GitHub Action softprops/action-gh-release to v3 (#449)
  • Routine Cargo lockfile maintenance (#427)

Install

curl -fsSL https://raw.githubusercontent.com/ALT-F4-LLC/vorpal/refs/heads/main/script/install.sh | sh

Documentation

Getting Started →