From 25b9bafadcac7f1c24661f2cc39b717c6a161653 Mon Sep 17 00:00:00 2001 From: Tyler Wendlandt Date: Tue, 25 Jun 2024 10:17:58 -0600 Subject: [PATCH] Add changelog for 0.4.0 updates (#124) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d87087..6de5e844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.4.0 (June 25, 2024) + +FEATURES: + +* vault-secrets: Adds support for dynamic secrets to the `secrets open` and `run` commands. [[GH-119](https://github.com/hashicorp/hcp/issues/119)] + +IMPROVEMENTS: + +* Run auto-detection of organization ID even if project ID is configured in the profile. [[GH-122](https://github.com/hashicorp/hcp/issues/122)] +* Turn actions and agents sub-commands in waypoint back on [[GH-120](https://github.com/hashicorp/hcp/issues/120)] +* profile: Add a core/quiet property which allows disabling prompting in the profile. [[GH-121](https://github.com/hashicorp/hcp/issues/121)] +* vault-secrets: Adds secret type to the `secrets read` and `secrets list` output. [[GH-119](https://github.com/hashicorp/hcp/issues/119)] + ## 0.3.0 (June 11, 2024) FEATURES: