Releases: hashicorp/hcp
Releases · hashicorp/hcp
v0.8.0
v0.7.0
0.7.0 (November 04, 2024)
BREAKING CHANGES:
- waypoint: Remove type field from variable options config file. [GH-174]
FEATURES:
- waypoint: Add ability for variable options on an add-on definition to be configured with an HCL file. [GH-170]
- waypoint: Add flags to make execution mode configurable for Waypoint templates and add-on definitions. [GH-163]
- waypoint: Support setting variables when creating apps. [GH-172]
- waypoint: Support setting variables when installing add-ons. [GH-173]
IMPROVEMENTS:
v0.6.0
v0.5.0
0.5.0 (September 3, 2024)
FEATURES:
- vault-secrets: CRUD operations for vault-secrets gateway pools [GH-131]
IMPROVEMENTS:
- Support loading all variables from Waypoint server in Waypoint agent CLI [GH-148]
- vault-secrets: Enhances dynamic secrets output [GH-129]
- vault-secrets: adding list gateway pools gateways command to vault-secrets gateway-pools [GH-133]
- vault-secrets: improving vault-secrets gateway-pools read to include associated integrations [GH-132]
- vault-secrets: storing credentials and config files for gateway create [GH-135]
- waypoint: Add support for creating/updating Waypoint Templates with Variables [GH-130]
- waypoint: Remove module version flag from templates and add-on definitions commands. Remove module source from update commands. [GH-118]
BUG FIXES:
- include all secrets from paginated respoonses when invoking
hcp vs run
command [GH-147] - security: address vulnerabilities for docker image CVE-2024-7264 (curl) and CVE-2024-43374 (vim) [GH-151]
- security: address vulnerability for docker image CVE-2024-43790 / CVE-2024-43802 (vim) [GH-152]
- vault-secrets: issue an error if formatted secret names collide during a run command [GH-127]
v0.4.0
0.4.0 (June 25, 2024)
FEATURES:
- vault-secrets: Adds support for dynamic secrets to the
secrets open
andrun
commands. [GH-119]
IMPROVEMENTS:
- Run auto-detection of organization ID even if project ID is configured in the profile. [GH-122]
- Turn actions and agents sub-commands in waypoint back on [GH-120]
- profile: Add a core/quiet property which allows disabling prompting in the profile. [GH-121]
- vault-secrets: Adds secret type to the
secrets read
andsecrets list
output. [GH-119]
v0.3.0
0.3.0 (June 11, 2024)
FEATURES:
- iam: Adds
read-policy
,set-policy
,add-binding
, anddelete-binding
subcommands tohcp iam groups iam
which allow the ability to manage an IAM policy on a group.
read-policy
Reads an IAM policy for a specified group.set-policy
Sets an IAM policy for a group using a JSON file.add-binding
Adds a single role binding to a user principal.delete-binding
Removes a single role binding from a user principal. [GH-113]
- vault-secrets: Add
vault-secrets
CLI for managing Vault Secrets resources. [GH-105]
v0.2.0
0.2.0 (May 31, 2024)
BREAKING CHANGES:
- Removing waypoint actions and agents sub-command [GH-100]
- Renames the -application-name flag for creating waypoint add-ons to just -app [GH-77]
FEATURES:
- iam groups: Add update group command. [GH-41]
- waypoint: Add
hcp waypoint add-ons definitions
CLI for managing HCP Waypoint add-on definitions. [GH-44] - waypoint: Add
hcp waypoint add-ons
CLI for managing HCP Waypoint add-ons. [GH-52] - waypoint: Add
waypoint applications
CLI for managing HCP Waypoint applications. [GH-48] - waypoint: Add
waypoint templates
CLI for managing HCP Waypoint templates. [GH-40]
IMPROVEMENTS:
- A better error message is now returned if a user attempts to read a Waypoint TFC Config when one has not been set [GH-63]
- Adds opinionated sorting to the listing of iam roles [GH-67]
- Detect new versions of the CLI and prompt for update. [GH-91]
- auth: If authenticating as a service principal, automatically populate the profile with the organization and project ID. This allows using the CLI without instantiating the profile. [GH-46]
- format: Improved table output when length exceeds terminal width. [GH-90]
- waypoint: Rename HCP Waypoint action config command group. [GH-61]
- waypoint: change template list format to use a table [GH-60]
BUG FIXES:
- Fix rare panic that could occur on authentication error when running a command that had quoted arguments. [GH-98]
- profile: Some profile and profiles commands required authentication unnecessarily. [GH-47]
- waypoint: Fix table output for agent group list command [GH-59]
- waypoint: Update API client to use correct field names for action run id. [GH-57]
v0.1.0
Fix build.yml to pickup the correct version when creating the Linux p…