From a2804117d6c88c07116f5ab4227cdcaf19de1be5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:46:22 +0000 Subject: [PATCH] chore(main): release trunnel-infra 0.3.0 --- .github/release-please-manifest.json | 2 +- packages/trunnel-infra/CHANGELOG.md | 7 +++++++ packages/trunnel-infra/pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index ec3fbd7..b9d2eb4 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.2.0" + "packages/trunnel-infra": "0.3.0" } diff --git a/packages/trunnel-infra/CHANGELOG.md b/packages/trunnel-infra/CHANGELOG.md index 1143e60..1028ce8 100644 --- a/packages/trunnel-infra/CHANGELOG.md +++ b/packages/trunnel-infra/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/developmentseed/trunnel/compare/trunnel-infra-v0.2.0...trunnel-infra-v0.3.0) (2026-04-28) + + +### Features + +* UserData and default to perform unattended updates ([#4](https://github.com/developmentseed/trunnel/issues/4)) ([ddb3080](https://github.com/developmentseed/trunnel/commit/ddb3080b5decf45f3640fc32a5ba0d49c78030b1)) + ## [0.2.0](https://github.com/developmentseed/trunnel/compare/trunnel-infra-v0.1.0...trunnel-infra-v0.2.0) (2026-03-02) diff --git a/packages/trunnel-infra/pyproject.toml b/packages/trunnel-infra/pyproject.toml index bd3909a..4199d60 100644 --- a/packages/trunnel-infra/pyproject.toml +++ b/packages/trunnel-infra/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "trunnel-infra" -version = "0.2.0" +version = "0.3.0" description = "AWS CDK Construct for self-healing Trunnel Bastion hosts" readme = "README.md" requires-python = ">=3.12"