Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

chore(deps): bump github.com/FrangipaneTeam/terraform-plugin-framework-supertypes from 0.3.0 to 0.4.0 #75

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2024

Bumps github.com/FrangipaneTeam/terraform-plugin-framework-supertypes from 0.3.0 to 0.4.0.

Release notes

Sourced from github.com/FrangipaneTeam/terraform-plugin-framework-supertypes's releases.

v0.4.0

🚨 Breaking Changes

  • golang - Upgrade to Golang 1.21. (GH-71)

ℹ️ Notes

  • linters - Remove deprecated linters. (GH-71)

:dependabot: Dependencies

  • deps: bumps actions/checkout from 4.1.1 to 4.1.7 (GH-68)
  • deps: bumps actions/download-artifact from 4.1.1 to 4.1.8 (GH-67)
  • deps: bumps dependabot/fetch-metadata from 1.6.0 to 2.2.0 (GH-66)
  • deps: bumps github.com/hashicorp/terraform-plugin-go from 0.21.0 to 0.23.0 (GH-69)
  • deps: bumps github.com/stretchr/testify from 1.8.4 to 1.9.0 (GH-60)
  • deps: bumps golangci/golangci-lint-action from 3 to 6 (GH-70)
  • deps: bumps ncipollo/release-action from 1.13.0 to 1.14.0 (GH-57)

v0.3.1

🐛 Bug Fixes

  • MapNestedValueOF - Fix wrong parameter for the funcs Get() and Set(). (GH-55)

:dependabot: Dependencies

  • deps: bumps github.com/hashicorp/terraform-plugin-go from 0.20.0 to 0.21.0 (GH-54)
Changelog

Sourced from github.com/FrangipaneTeam/terraform-plugin-framework-supertypes's changelog.

0.4.0 (August 20, 2024)

🚨 Breaking Changes

  • golang - Upgrade to Golang 1.21. (GH-71)

ℹ️ Notes

  • linters - Remove deprecated linters. (GH-71)

:dependabot: Dependencies

  • deps: bumps actions/checkout from 4.1.1 to 4.1.7 (GH-68)
  • deps: bumps actions/download-artifact from 4.1.1 to 4.1.8 (GH-67)
  • deps: bumps dependabot/fetch-metadata from 1.6.0 to 2.2.0 (GH-66)
  • deps: bumps github.com/hashicorp/terraform-plugin-go from 0.21.0 to 0.23.0 (GH-69)
  • deps: bumps github.com/stretchr/testify from 1.8.4 to 1.9.0 (GH-60)
  • deps: bumps golangci/golangci-lint-action from 3 to 6 (GH-70)
  • deps: bumps ncipollo/release-action from 1.13.0 to 1.14.0 (GH-57)

0.3.1 (February 2, 2024)

🐛 Bug Fixes

  • MapNestedValueOF - Fix wrong parameter for the funcs Get() and Set(). (GH-55)

:dependabot: Dependencies

  • deps: bumps github.com/hashicorp/terraform-plugin-go from 0.20.0 to 0.21.0 (GH-54)
Commits
  • 29a7d6e chore: bump deps to the latest (#65)
  • 6647eab chore: Update CHANGELOG.md
  • 9b64874 ci: fix generate changelog
  • 449c8d1 chore!: bump go version to 1.21 (#71)
  • f5bae4e chore: update CHANGELOG.md for #70
  • 25e4905 chore(deps): bump golangci/golangci-lint-action from 3 to 6 (#70)
  • 4be1c93 chore: update CHANGELOG.md for #60
  • e472a87 chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#60)
  • a5b2806 chore: update CHANGELOG.md for #69
  • 572ae22 chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.21.0 to 0.2...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…k-supertypes

Bumps [github.com/FrangipaneTeam/terraform-plugin-framework-supertypes](https://github.com/FrangipaneTeam/terraform-plugin-framework-supertypes) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/FrangipaneTeam/terraform-plugin-framework-supertypes/releases)
- [Changelog](https://github.com/FrangipaneTeam/terraform-plugin-framework-supertypes/blob/main/CHANGELOG.md)
- [Commits](FrangipaneTeam/terraform-plugin-framework-supertypes@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: github.com/FrangipaneTeam/terraform-plugin-framework-supertypes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 20, 2024
@azrod azrod merged commit 67d8905 into main Aug 20, 2024
@azrod azrod deleted the dependabot/go_modules/main/github.com/FrangipaneTeam/terraform-plugin-framework-supertypes-0.4.0 branch August 20, 2024 16:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant