From dce336500ebb3be505cec5ba7c9c38a129920855 Mon Sep 17 00:00:00 2001 From: Hugo <10965479+hugoghx@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:33:33 +0000 Subject: [PATCH] chore(plugins): Update AWS plugin to v0.5.0 (#5421) * chore(plugins): Update AWS plugin to v0.5.0 * docs: Update CHANGELOG * docs: Update CHANGELOG language Co-authored-by: Johan Brandhorst-Satzkorn --------- Co-authored-by: Johan Brandhorst-Satzkorn --- CHANGELOG.md | 6 ++++++ plugins/boundary/mains/aws/go.mod | 2 +- plugins/boundary/mains/aws/go.sum | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ee49b3ba..748bad7430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,12 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. * GCP dynamic host catalog: Add dynamic host catalog support for discovering GCP Compute Engine VM Instances. ([PR](https://github.com/hashicorp/boundary/pull/5229)). +* Adds support for dual-stack networking for AWS operations. + ([PR](https://github.com/hashicorp/boundary-plugin-aws/pull/52)) + * **Note**: As a consequence of updating AWS SDK dependencies to enable + dual-stack support, this Boundary release may consume more memory. From our + testing, the increase seems to be around 1.6x, however this + may vary depending on your deployment architecture. ### Bug fixes diff --git a/plugins/boundary/mains/aws/go.mod b/plugins/boundary/mains/aws/go.mod index 7fac42bc1f..050f1f5615 100644 --- a/plugins/boundary/mains/aws/go.mod +++ b/plugins/boundary/mains/aws/go.mod @@ -3,7 +3,7 @@ module github.com/hashicorp/boundary/plugins/boundary/mains/aws go 1.23.3 require ( - github.com/hashicorp/boundary-plugin-aws v0.4.1 + github.com/hashicorp/boundary-plugin-aws v0.5.0 github.com/hashicorp/boundary/sdk v0.0.49 ) diff --git a/plugins/boundary/mains/aws/go.sum b/plugins/boundary/mains/aws/go.sum index 8f6a1fa20e..a6f24e7ef2 100644 --- a/plugins/boundary/mains/aws/go.sum +++ b/plugins/boundary/mains/aws/go.sum @@ -65,8 +65,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/hashicorp/boundary-plugin-aws v0.4.1 h1:I64eZcRLhndx5PnuaCFNt9B30Bb0c9WV1S+HaZzBHhE= -github.com/hashicorp/boundary-plugin-aws v0.4.1/go.mod h1:LLNJ6K149OTGteink8xatHKsWohT1cZ8lqLM0kfGolQ= +github.com/hashicorp/boundary-plugin-aws v0.5.0 h1:lHFZKBrBh4xZjOdukFqPvi4l2IQZH/eAlcz97BOMjnk= +github.com/hashicorp/boundary-plugin-aws v0.5.0/go.mod h1:LUaKIUg5yr3gGL7N1AtV4ywxYrV3ExiMcacLHdJMuy0= github.com/hashicorp/boundary/sdk v0.0.49 h1:XOb6mSKyrU/wI20+5xTYBHQUP7eIeKcLxKSCpCs4yzM= github.com/hashicorp/boundary/sdk v0.0.49/go.mod h1:IHP79to8aIi22FiY58pgBqJL96/U9D8ZAUhS2DdC+Us= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=