From 2abea5a61336528108f387017fad54a061093ce2 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:27:07 +0000 Subject: [PATCH] chore(main): release trunnel-infra 1.0.0 --- .github/release-please-manifest.json | 2 +- packages/trunnel-infra/CHANGELOG.md | 11 +++++++++++ packages/trunnel-infra/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..42abb8c 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-infra": "0.3.0" + "packages/trunnel-infra": "1.0.0" } diff --git a/packages/trunnel-infra/CHANGELOG.md b/packages/trunnel-infra/CHANGELOG.md index 1028ce8..a20c9f1 100644 --- a/packages/trunnel-infra/CHANGELOG.md +++ b/packages/trunnel-infra/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/developmentseed/trunnel/compare/trunnel-infra-v0.3.0...trunnel-infra-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)) ([29ee236](https://github.com/developmentseed/trunnel/commit/29ee23645e007a133d61994c848670798c80a36b)) + ## [0.3.0](https://github.com/developmentseed/trunnel/compare/trunnel-infra-v0.2.0...trunnel-infra-v0.3.0) (2026-04-28) diff --git a/packages/trunnel-infra/pyproject.toml b/packages/trunnel-infra/pyproject.toml index 4199d60..c00c29a 100644 --- a/packages/trunnel-infra/pyproject.toml +++ b/packages/trunnel-infra/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "trunnel-infra" -version = "0.3.0" +version = "1.0.0" description = "AWS CDK Construct for self-healing Trunnel Bastion hosts" readme = "README.md" requires-python = ">=3.12"