Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the gomodupdates group across 1 directory with 6 updates #153

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the gomodupdates group with 4 updates in the / directory: github.com/hashicorp/terraform-plugin-docs, github.com/hashicorp/terraform-plugin-framework, github.com/hashicorp/terraform-plugin-framework-validators and go.mondoo.com/cnquery/v11.

Updates github.com/hashicorp/terraform-plugin-docs from 0.19.4 to 0.20.0

Release notes

Sourced from github.com/hashicorp/terraform-plugin-docs's releases.

v0.20.0

NOTES:

  • all: This Go module has been updated to Go 1.22 per the Go support policy. It is recommended to review the Go 1.22 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#400)

FEATURES:

  • generate: Add support for ephemeral resources (#415)
  • migrate: Add support for ephemeral resources (#415)
  • validate: Add support for ephemeral resources (#415)

BUG FIXES:

  • validate: File extension check now runs on index.* files instead of just index.md files. (#413)
  • validate: File extension check now specifies the correct valid extensions in the error message. (#413)
  • validate: Front matter check now runs with the correct options on legacy index files. (#413)
Changelog

Sourced from github.com/hashicorp/terraform-plugin-docs's changelog.

0.20.0 (November 06, 2024)

NOTES:

  • all: This Go module has been updated to Go 1.22 per the Go support policy. It is recommended to review the Go 1.22 release notes before upgrading. Any consumers building on earlier Go versions may experience errors. (#400)

FEATURES:

  • generate: Add support for ephemeral resources (#415)
  • migrate: Add support for ephemeral resources (#415)
  • validate: Add support for ephemeral resources (#415)

BUG FIXES:

  • validate: File extension check now runs on index.* files instead of just index.md files. (#413)
  • validate: File extension check now specifies the correct valid extensions in the error message. (#413)
  • validate: Front matter check now runs with the correct options on legacy index files. (#413)
Commits
  • 439e333 Update changelog
  • 1350b10 Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 in /tools (#417)
  • 933b4ae Result of tsccr-helper -log-level=info gha update -latest .github/ (#416)
  • 97bd6c7 all: add support for ephemeral resources (#415)
  • 6c67ef2 Validate: refactor internal methods to use fs.FS interface for file handlin...
  • d70aced Bump github.com/hashicorp/terraform-json from 0.22.1 to 0.23.0 (#414)
  • 78dfe49 Result of tsccr-helper -log-level=info gha update -latest . (#412)
  • 75372b2 Bump github.com/yuin/goldmark from 1.7.4 to 1.7.7 (#410)
  • 6e81fd4 Result of tsccr-helper -log-level=info gha update -latest . (#408)
  • 377bb21 Bump github.com/bmatcuk/doublestar/v4 from 4.6.1 to 4.7.1 (#407)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-plugin-framework from 1.12.0 to 1.13.0

Release notes

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

v1.13.0

NOTES:

  • Ephemeral resource support is in technical preview and offered without compatibility promises until Terraform 1.10 is generally available. (#1050)

FEATURES:

  • ephemeral: New package for implementing ephemeral resources (#1050)
  • ephemeral/schema: New package for implementing ephemeral resource schemas (#1050)

ENHANCEMENTS:

  • provider: Added ProviderWithEphemeralResources interface for implementing ephemeral resources (#1050)
  • tfsdk: Added EphemeralResultData struct for representing ephemeral values produced by a provider, such as from an ephemeral resource (#1050)
  • provider: Added EphemeralResourceData to ConfigureResponse, to pass provider-defined data to ephemeral.EphemeralResource implementations (#1050)
Changelog

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

1.13.0 (October 31, 2024)

NOTES:

  • Ephemeral resource support is in technical preview and offered without compatibility promises until Terraform 1.10 is generally available. (#1050)

FEATURES:

  • ephemeral: New package for implementing ephemeral resources (#1050)
  • ephemeral/schema: New package for implementing ephemeral resource schemas (#1050)

ENHANCEMENTS:

  • provider: Added ProviderWithEphemeralResources interface for implementing ephemeral resources (#1050)
  • tfsdk: Added EphemeralResultData struct for representing ephemeral values produced by a provider, such as from an ephemeral resource (#1050)
  • provider: Added EphemeralResourceData to ConfigureResponse, to pass provider-defined data to ephemeral.EphemeralResource implementations (#1050)
Commits
  • 497e13a Update changelog
  • ae74f93 ephemeral: Initial ephemeral resource type implementation (#1050)
  • a2137d3 build(deps): Bump github.com/hashicorp/terraform-plugin-go (#1051)
  • b372415 Result of tsccr-helper -log-level=info gha update -latest . (#1048)
  • bca1b06 Result of tsccr-helper -log-level=info gha update -latest . (#1046)
  • ffca03d Result of tsccr-helper -log-level=info gha update -latest . (#1045)
  • See full diff in compare view

Updates github.com/hashicorp/terraform-plugin-framework-validators from 0.14.0 to 0.15.0

Release notes

Sourced from github.com/hashicorp/terraform-plugin-framework-validators's releases.

v0.15.0

FEATURES:

  • ephemeralvalidator: Introduce new package with declarative validators for ephemeral resource configurations (#242)
Changelog

Sourced from github.com/hashicorp/terraform-plugin-framework-validators's changelog.

0.15.0 (October 31, 2024)

FEATURES:

  • ephemeralvalidator: Introduce new package with declarative validators for ephemeral resource configurations (#242)
Commits
  • 987f5ac Update changelog
  • b793fd3 ephemeralvalidator: Introduce new package for common ephemeral resource confi...
  • 761f545 build(deps): bump github.com/hashicorp/terraform-plugin-framework (#243)
  • 371aa75 build(deps): bump github.com/hashicorp/terraform-plugin-go (#241)
  • 9765f80 Result of tsccr-helper -log-level=info gha update -latest . (#240)
  • See full diff in compare view

Updates github.com/hashicorp/terraform-plugin-go from 0.24.0 to 0.25.0

Release notes

Sourced from github.com/hashicorp/terraform-plugin-go's releases.

v0.25.0

NOTES:

  • tfprotov5+tfprotov6: An upcoming release will require the EphemeralResourceServer implementation as part of ProviderServer. (#441)

FEATURES:

  • tfprotov5+tfprotov6: Upgraded protocols and added types to support the new ephemeral resource type (#441)
Changelog

Sourced from github.com/hashicorp/terraform-plugin-go's changelog.

0.25.0 (October 30, 2024)

NOTES:

  • tfprotov5+tfprotov6: An upcoming release will require the EphemeralResourceServer implementation as part of ProviderServer. (#441)

FEATURES:

  • tfprotov5+tfprotov6: Upgraded protocols and added types to support the new ephemeral resource type (#441)
Commits
  • 3cebe39 Update changelog
  • 879185f tfprotov5+tfprotov6: Initial ephemeral resource type implementation (#441)
  • 8e75df6 Result of tsccr-helper -log-level=info gha update -latest . (#439)
  • ed475eb build(deps): Bump github.com/hashicorp/go-plugin from 1.6.1 to 1.6.2 (#440)
  • 4bb130f build(deps): Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 (#437)
  • 9ad05a3 Result of tsccr-helper -log-level=info gha update -latest . (#438)
  • 47d2cbf Result of tsccr-helper -log-level=info gha update -latest . (#436)
  • e20c6d1 build(deps): Bump google.golang.org/grpc from 1.67.0 to 1.67.1 (#435)
  • e814129 build(deps): Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#434)
  • See full diff in compare view

Updates go.mondoo.com/cnquery/v11 from 11.26.0 to 11.29.0

Release notes

Sourced from go.mondoo.com/cnquery/v11's releases.

v11.29.0

What's Changed

Full Changelog: mondoohq/cnquery@v11.28.1...v11.29.0

v11.28.1

What's Changed

Full Changelog: mondoohq/cnquery@v11.28.0...v11.28.1

v11.28.0

What's Changed

... (truncated)

Commits

Updates go.mondoo.com/mondoo-go from 0.0.0-20241021155857-8e59c22fe68e to 0.0.0-20241030151059-6917ac937dea

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomodupdates group with 4 updates in the / directory: [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs), [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework), [github.com/hashicorp/terraform-plugin-framework-validators](https://github.com/hashicorp/terraform-plugin-framework-validators) and [go.mondoo.com/cnquery/v11](https://github.com/mondoohq/cnquery).


Updates `github.com/hashicorp/terraform-plugin-docs` from 0.19.4 to 0.20.0
- [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-docs@v0.19.4...v0.20.0)

Updates `github.com/hashicorp/terraform-plugin-framework` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/hashicorp/terraform-plugin-framework/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-framework/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-framework@v1.12.0...v1.13.0)

Updates `github.com/hashicorp/terraform-plugin-framework-validators` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/hashicorp/terraform-plugin-framework-validators/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-framework-validators/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-framework-validators@v0.14.0...v0.15.0)

Updates `github.com/hashicorp/terraform-plugin-go` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/hashicorp/terraform-plugin-go/releases)
- [Changelog](https://github.com/hashicorp/terraform-plugin-go/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-plugin-go@v0.24.0...v0.25.0)

Updates `go.mondoo.com/cnquery/v11` from 11.26.0 to 11.29.0
- [Release notes](https://github.com/mondoohq/cnquery/releases)
- [Changelog](https://github.com/mondoohq/cnquery/blob/main/.goreleaser.yml)
- [Commits](mondoohq/cnquery@v11.26.0...v11.29.0)

Updates `go.mondoo.com/mondoo-go` from 0.0.0-20241021155857-8e59c22fe68e to 0.0.0-20241030151059-6917ac937dea
- [Commits](https://github.com/mondoohq/mondoo-go/commits)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/terraform-plugin-docs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: github.com/hashicorp/terraform-plugin-framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: github.com/hashicorp/terraform-plugin-framework-validators
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: github.com/hashicorp/terraform-plugin-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: go.mondoo.com/cnquery/v11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomodupdates
- dependency-name: go.mondoo.com/mondoo-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomodupdates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

Superseded by #155.

@dependabot dependabot bot closed this Nov 18, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomodupdates-e0254e0ae5 branch November 18, 2024 21:35
@github-actions github-actions bot locked and limited conversation to collaborators Nov 18, 2024
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.

0 participants