From 8e24921e42edd22ad04f8e01108e533e11637894 Mon Sep 17 00:00:00 2001 From: Joseph Rajewski <83741749+paladin-devops@users.noreply.github.com> Date: Wed, 9 Aug 2023 14:46:39 -0400 Subject: [PATCH] changelog: Release v0.11.4. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 468407fcd92..2dd5713f5dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ IMPROVEMENTS: BUG FIXES: +## 0.11.4 (August 9, 2023) + +IMPROVEMENTS: + +* plugin/aws/ecr-pull: Support entrypoint injection in ecr-pull builder [[GH-4847](https://github.com/hashicorp/waypoint/issues/4847)] + +BUG FIXES: + +* cli: Fix possible issues with deleted applications or projects failing to render in output [[GH-4867](https://github.com/hashicorp/waypoint/issues/4867)] +* runneruninstall/aws-ecs: Fix installing runners in new AWS accounts by fixing an inline policy syntax error. [[GH-4873](https://github.com/hashicorp/waypoint/issues/4873)] + ## 0.11.3 (July 18, 2023) IMPROVEMENTS: