From 5380e84b01eeeebbb743ab896e4127ba0ea72770 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 13:44:01 +0000 Subject: [PATCH 1/2] chore(main): release trunnel-cli 1.0.0 --- .github/release-please-manifest.json | 2 +- packages/trunnel-cli/CHANGELOG.md | 11 +++++++++++ packages/trunnel-cli/pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index b9d2eb4..6929a24 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/trunnel-cli": "0.2.0", + "packages/trunnel-cli": "1.0.0", "packages/trunnel-infra": "0.3.0" } diff --git a/packages/trunnel-cli/CHANGELOG.md b/packages/trunnel-cli/CHANGELOG.md index 1dd757a..a1fa41e 100644 --- a/packages/trunnel-cli/CHANGELOG.md +++ b/packages/trunnel-cli/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/developmentseed/trunnel/compare/trunnel-cli-v0.2.0...trunnel-cli-v1.0.0) (2026-05-13) + + +### ⚠ BREAKING CHANGES + +* trunnel-cli finds secrets and wraps psql ([#6](https://github.com/developmentseed/trunnel/issues/6)) + +### Features + +* Trunnel-cli finds secrets and wraps psql ([#6](https://github.com/developmentseed/trunnel/issues/6)) ([d418b47](https://github.com/developmentseed/trunnel/commit/d418b4711d83ecce411a628ef5c48a05e43b171b)) + ## [0.2.0](https://github.com/developmentseed/trunnel/compare/trunnel-cli-v0.1.0...trunnel-cli-v0.2.0) (2026-04-03) diff --git a/packages/trunnel-cli/pyproject.toml b/packages/trunnel-cli/pyproject.toml index 5a9d20d..ca976f8 100644 --- a/packages/trunnel-cli/pyproject.toml +++ b/packages/trunnel-cli/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "trunnel-cli" -version = "0.2.0" +version = "1.0.0" description = "Automated SSM tunneling for RDS" readme = "README.md" requires-python = ">=3.12" From 35c20422a8802486db830c4365bb155777c0c8fa Mon Sep 17 00:00:00 2001 From: Chris Holden Date: Wed, 13 May 2026 09:55:01 -0400 Subject: [PATCH 2/2] chore: polish changelog --- packages/trunnel-cli/CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/trunnel-cli/CHANGELOG.md b/packages/trunnel-cli/CHANGELOG.md index a1fa41e..1128413 100644 --- a/packages/trunnel-cli/CHANGELOG.md +++ b/packages/trunnel-cli/CHANGELOG.md @@ -5,11 +5,12 @@ ### ⚠ BREAKING CHANGES -* trunnel-cli finds secrets and wraps psql ([#6](https://github.com/developmentseed/trunnel/issues/6)) +* `trunnel` CLI command now connects via `trunnel connect` subcommand ([#6](https://github.com/developmentseed/trunnel/issues/6)) ### Features -* Trunnel-cli finds secrets and wraps psql ([#6](https://github.com/developmentseed/trunnel/issues/6)) ([d418b47](https://github.com/developmentseed/trunnel/commit/d418b4711d83ecce411a628ef5c48a05e43b171b)) +* `trunnel secrets` finds database secrets ([#6](https://github.com/developmentseed/trunnel/issues/6)) ([d418b47](https://github.com/developmentseed/trunnel/commit/d418b4711d83ecce411a628ef5c48a05e43b171b)) +* `trunnel psql` connects to database via `psql` ([#6](https://github.com/developmentseed/trunnel/issues/6)) ([d418b47](https://github.com/developmentseed/trunnel/commit/d418b4711d83ecce411a628ef5c48a05e43b171b)) ## [0.2.0](https://github.com/developmentseed/trunnel/compare/trunnel-cli-v0.1.0...trunnel-cli-v0.2.0) (2026-04-03)