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]