From 2769616817cf0c0bca58f09417973f36d8f7d3dc Mon Sep 17 00:00:00 2001 From: Brandon Croft Date: Mon, 22 Jun 2026 12:08:59 -0600 Subject: [PATCH] prep v0.3.0 --- .changes/header.tpl.md | 0 .../unreleased/BUG FIXES-20260616-150538.yaml | 3 --- .../unreleased/BUG FIXES-20260616-150604.yaml | 3 --- .../ENHANCEMENTS-20260618-111524.yaml | 3 --- .../ENHANCEMENTS-20260618-145700.yaml | 3 --- .../ENHANCEMENTS-20260618-145810.yaml | 3 --- .../ENHANCEMENTS-20260618-145905.yaml | 3 --- .changes/v0.3.0.md | 20 +++++++++++++++++++ CHANGELOG.md | 20 +++++++++++++++++++ 9 files changed, 40 insertions(+), 18 deletions(-) create mode 100644 .changes/header.tpl.md delete mode 100644 .changes/unreleased/BUG FIXES-20260616-150538.yaml delete mode 100644 .changes/unreleased/BUG FIXES-20260616-150604.yaml delete mode 100644 .changes/unreleased/ENHANCEMENTS-20260618-111524.yaml delete mode 100644 .changes/unreleased/ENHANCEMENTS-20260618-145700.yaml delete mode 100644 .changes/unreleased/ENHANCEMENTS-20260618-145810.yaml delete mode 100644 .changes/unreleased/ENHANCEMENTS-20260618-145905.yaml create mode 100644 .changes/v0.3.0.md diff --git a/.changes/header.tpl.md b/.changes/header.tpl.md new file mode 100644 index 0000000..e69de29 diff --git a/.changes/unreleased/BUG FIXES-20260616-150538.yaml b/.changes/unreleased/BUG FIXES-20260616-150538.yaml deleted file mode 100644 index 94d244a..0000000 --- a/.changes/unreleased/BUG FIXES-20260616-150538.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: BUG FIXES -body: Profile configuration files are now created with read/write permissions for owner only. -time: 2026-06-16T15:05:38.766655-06:00 diff --git a/.changes/unreleased/BUG FIXES-20260616-150604.yaml b/.changes/unreleased/BUG FIXES-20260616-150604.yaml deleted file mode 100644 index 5a5adaf..0000000 --- a/.changes/unreleased/BUG FIXES-20260616-150604.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: BUG FIXES -body: Hostname telemetry is anonymized when configured with a Terraform Enterprise host. -time: 2026-06-16T15:06:04.201058-06:00 diff --git a/.changes/unreleased/ENHANCEMENTS-20260618-111524.yaml b/.changes/unreleased/ENHANCEMENTS-20260618-111524.yaml deleted file mode 100644 index eef5155..0000000 --- a/.changes/unreleased/ENHANCEMENTS-20260618-111524.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: ENHANCEMENTS -body: The `harness install` command supports shell autocompletion for supported coding agents and support for the Amp coding agent has been added. -time: 2026-06-18T11:15:24.079775-04:00 diff --git a/.changes/unreleased/ENHANCEMENTS-20260618-145700.yaml b/.changes/unreleased/ENHANCEMENTS-20260618-145700.yaml deleted file mode 100644 index b1b0c3d..0000000 --- a/.changes/unreleased/ENHANCEMENTS-20260618-145700.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: ENHANCEMENTS -body: Adds debug logging for token configuration sources. -time: 2026-06-18T14:57:00.037019-06:00 diff --git a/.changes/unreleased/ENHANCEMENTS-20260618-145810.yaml b/.changes/unreleased/ENHANCEMENTS-20260618-145810.yaml deleted file mode 100644 index b4c000a..0000000 --- a/.changes/unreleased/ENHANCEMENTS-20260618-145810.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: ENHANCEMENTS -body: Hostnames are normalized before storage within profiles. -time: 2026-06-18T14:58:10.514394-06:00 diff --git a/.changes/unreleased/ENHANCEMENTS-20260618-145905.yaml b/.changes/unreleased/ENHANCEMENTS-20260618-145905.yaml deleted file mode 100644 index cf99ebd..0000000 --- a/.changes/unreleased/ENHANCEMENTS-20260618-145905.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: ENHANCEMENTS -body: The `api` command now accepts arbitrary URLs, such as Archivist, but does not send tokens to any host except the configured API host. -time: 2026-06-18T14:59:05.436321-06:00 diff --git a/.changes/v0.3.0.md b/.changes/v0.3.0.md new file mode 100644 index 0000000..c11cbf2 --- /dev/null +++ b/.changes/v0.3.0.md @@ -0,0 +1,20 @@ +## v0.3.0 (June 22, 2026) + + +ENHANCEMENTS: + +* The `harness install` command supports shell autocompletion for supported coding agents and support for the Amp coding agent has been added. + +* Adds debug logging for token configuration sources. + +* Hostnames are normalized before storage within profiles. + +* The `api` command now accepts arbitrary URLs, such as Archivist, but does not send tokens to any host except the configured API host. + + +BUG FIXES: + +* Profile configuration files are now created with read/write permissions for owner only. + +* Hostname telemetry is anonymized when configured with a Terraform Enterprise host. + diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d61483..ffdabf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## v0.3.0 (June 22, 2026) + + +ENHANCEMENTS: + +* The `harness install` command supports shell autocompletion for supported coding agents and support for the Amp coding agent has been added. + +* Adds debug logging for token configuration sources. + +* Hostnames are normalized before storage within profiles. + +* The `api` command now accepts arbitrary URLs, such as Archivist, but does not send tokens to any host except the configured API host. + + +BUG FIXES: + +* Profile configuration files are now created with read/write permissions for owner only. + +* Hostname telemetry is anonymized when configured with a Terraform Enterprise host. + ## v0.2.0 (June 12, 2026) NOTES: