From 46f8374d0a7379b1f13c52c342ecf65e600e06d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 09:58:33 +0000 Subject: [PATCH 1/2] chore(deps): bump github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers Bumps [github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers](https://github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers/releases) - [Changelog](https://github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers/blob/main/CHANGELOG.md) - [Commits](https://github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers/compare/v1.3.2...v1.3.3) --- updated-dependencies: - dependency-name: github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d31c1b3f..1b5ba5dd 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/orange-cloudavenue/terraform-provider-cloudavenue go 1.20 require ( - github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers v1.3.2 + github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers v1.3.3 github.com/FrangipaneTeam/terraform-plugin-framework-superschema v1.5.3 github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.1.0 github.com/FrangipaneTeam/terraform-plugin-framework-validators v1.8.0 diff --git a/go.sum b/go.sum index 05b22710..1e036014 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers v1.3.2 h1:4Lev5yI0V2h3YU/b6fR/L6q1k20sys7lixjY7Aopmos= -github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers v1.3.2/go.mod h1:3iRjqbOOGi1VHXIKtgwD7gxNQcFyI+HZq8fhZbSYcLE= +github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers v1.3.3 h1:EN8dEPUe7ug/3YvvtSOm0V16yITZKC/aOiXXCgNRpHo= +github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers v1.3.3/go.mod h1:UVMaqiY8KZkemfQZ4NclIsIFclq9y52kvhE19sSBcmI= github.com/FrangipaneTeam/terraform-plugin-framework-superschema v1.5.3 h1:IK/b9zbnYIu3EgSCooYxLG/7QH/B0tAAYlgKyM73VvU= github.com/FrangipaneTeam/terraform-plugin-framework-superschema v1.5.3/go.mod h1:26B8AffJBj1kUTjmtC8QEYUb41umyqqVebV+XaHAZ8I= github.com/FrangipaneTeam/terraform-plugin-framework-supertypes v0.1.0 h1:QHcnFyAQy/yWcBargdCt8Eprnh7G7vOYOw7z/4LOlM8= From d5b6fede905a6a862e792cf72c66604e650da05d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 30 Aug 2023 09:58:48 +0000 Subject: [PATCH 2/2] add CHANGELOG for #505 --- .changelog/505.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/505.txt diff --git a/.changelog/505.txt b/.changelog/505.txt new file mode 100644 index 00000000..aea381b1 --- /dev/null +++ b/.changelog/505.txt @@ -0,0 +1,3 @@ +```release-note:dependency +deps: bumps github.com/FrangipaneTeam/terraform-plugin-framework-planmodifiers from 1.3.2 to 1.3.3 +```