From fe1b14060df48db4d1215bffef8cef7c2538bfbb Mon Sep 17 00:00:00 2001 From: Liam-Doodson <114480811+Liam-Doodson@users.noreply.github.com> Date: Thu, 24 Sep 2026 09:11:21 +0000 Subject: [PATCH] Release v1.9.0 --- .changes/unreleased/Minor-20260911-154754.yaml | 3 --- .changes/unreleased/Patch-20260911-161200.yaml | 3 --- .changes/unreleased/Patch-20260911-171500.yaml | 3 --- .changes/v1.9.0.md | 6 ++++++ CHANGELOG.md | 7 +++++++ 5 files changed, 13 insertions(+), 9 deletions(-) delete mode 100644 .changes/unreleased/Minor-20260911-154754.yaml delete mode 100644 .changes/unreleased/Patch-20260911-161200.yaml delete mode 100644 .changes/unreleased/Patch-20260911-171500.yaml create mode 100644 .changes/v1.9.0.md diff --git a/.changes/unreleased/Minor-20260911-154754.yaml b/.changes/unreleased/Minor-20260911-154754.yaml deleted file mode 100644 index c9e4b083..00000000 --- a/.changes/unreleased/Minor-20260911-154754.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Minor -body: Rename agent create/update/replace --is-private flag to --is-public (not treated as breaking; agent commands are beta) -time: 2026-09-11T15:47:54.411699+01:00 diff --git a/.changes/unreleased/Patch-20260911-161200.yaml b/.changes/unreleased/Patch-20260911-161200.yaml deleted file mode 100644 index ae673726..00000000 --- a/.changes/unreleased/Patch-20260911-161200.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Patch -body: Reject resource identifiers containing ".." path segments and surface a clear error when base-url is misconfigured, instead of building an unintended request path -time: 2026-09-11T16:12:00.000000+01:00 diff --git a/.changes/unreleased/Patch-20260911-171500.yaml b/.changes/unreleased/Patch-20260911-171500.yaml deleted file mode 100644 index df46abbe..00000000 --- a/.changes/unreleased/Patch-20260911-171500.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Patch -body: Fixed a bug where removing the default project would randomly pick another project as the new default instead of clearing it; use `config project use` to set a new one -time: 2026-09-11T17:15:00.000000+01:00 diff --git a/.changes/v1.9.0.md b/.changes/v1.9.0.md new file mode 100644 index 00000000..96f62a33 --- /dev/null +++ b/.changes/v1.9.0.md @@ -0,0 +1,6 @@ +## v1.9.0 - 2026-09-24 +### Minor +* Rename agent create/update/replace --is-private flag to --is-public (not treated as breaking; agent commands are beta) +### Patch +* Reject resource identifiers containing ".." path segments and surface a clear error when base-url is misconfigured, instead of building an unintended request path +* Fixed a bug where removing the default project would randomly pick another project as the new default instead of clearing it; use `config project use` to set a new one diff --git a/CHANGELOG.md b/CHANGELOG.md index ce47d891..05c2437f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v1.9.0 - 2026-09-24 +### Minor +* Rename agent create/update/replace --is-private flag to --is-public (not treated as breaking; agent commands are beta) +### Patch +* Reject resource identifiers containing ".." path segments and surface a clear error when base-url is misconfigured, instead of building an unintended request path +* Fixed a bug where removing the default project would randomly pick another project as the new default instead of clearing it; use `config project use` to set a new one + ## v1.8.1 - 2026-09-03 ### Patch * Secrets are now redacted from CLI error output and credential list display