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

build(deps): bump github.com/orange-cloudavenue/terraform-plugin-framework-supertypes from 0.5.0 to 1.0.0 #288

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2025

Bumps github.com/orange-cloudavenue/terraform-plugin-framework-supertypes from 0.5.0 to 1.0.0.

Release notes

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

v1.0.0

🚀 New Features

  • Add new function for string type NewStringValueOrNull to create values or nullable values. (GH-36)
  • Add new functions for simple type NewBoolPointerValueOrNull, NewStringPointerValueOrNull, NewInt64PointerValueOrNull, NewInt32PointerValueOrNull, NewFloat64PointerValueOrNull, NewBoolPointerValueOrNull and NewStringPointerValueOrNull to create values or nullable pointer values. (GH-36)
  • Add new methods for ValueOf types to get/set values and append diags if the conversion fails. (DiagsGet, DiagsSet) (GH-36)
  • Add new methods for ValueOf types to get/set values and return panic if the conversion fails. (MustGet, MustSet) (GH-36)
  • int32 - Support new int32 type with some custom functions. (GetInt/8/16/32/64, GetInt/8/16/32/64Ptr, SetInt/8/16/32/64, SetInt/8/16/32/64Ptr) (GH-32)

:dependabot: Dependencies

  • deps: bumps github.com/fatih/color from 1.17.0 to 1.18.0 (GH-10)
  • deps: bumps github.com/google/go-cmp from 0.6.0 to 0.7.0 (GH-29)
  • deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.13.0 to 1.14.1 (GH-28)
  • deps: bumps github.com/hashicorp/terraform-plugin-go from 0.25.0 to 0.26.0 (GH-23)
  • deps: bumps github.com/stretchr/testify from 1.9.0 to 1.10.0 (GH-11)
Changelog

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

1.0.0 (March 6, 2025)

🚀 New Features

  • Add new function for string type NewStringValueOrNull to create values or nullable values. (GH-36)
  • Add new functions for simple type NewBoolPointerValueOrNull, NewStringPointerValueOrNull, NewInt64PointerValueOrNull, NewInt32PointerValueOrNull, NewFloat64PointerValueOrNull, NewBoolPointerValueOrNull and NewStringPointerValueOrNull to create values or nullable pointer values. (GH-36)
  • Add new methods for ValueOf types to get/set values and append diags if the conversion fails. (DiagsGet, DiagsSet) (GH-36)
  • Add new methods for ValueOf types to get/set values and return panic if the conversion fails. (MustGet, MustSet) (GH-36)
  • int32 - Support new int32 type with some custom functions. (GetInt/8/16/32/64, GetInt/8/16/32/64Ptr, SetInt/8/16/32/64, SetInt/8/16/32/64Ptr) (GH-32)

:dependabot: Dependencies

  • deps: bumps github.com/fatih/color from 1.17.0 to 1.18.0 (GH-10)
  • deps: bumps github.com/google/go-cmp from 0.6.0 to 0.7.0 (GH-29)
  • deps: bumps github.com/hashicorp/terraform-plugin-framework from 1.13.0 to 1.14.1 (GH-28)
  • deps: bumps github.com/hashicorp/terraform-plugin-go from 0.25.0 to 0.26.0 (GH-23)
  • deps: bumps github.com/stretchr/testify from 1.9.0 to 1.10.0 (GH-11)
Commits
  • 8d57f55 chore: Update CHANGELOG.md
  • 39c7094 feat: add MustGet/Set & DiagsGet/Set (#36)
  • 6d6dfd6 chore: Update CHANGELOG.md
  • 3bd323b feat: add new int32 type (#34)
  • 0108f73 chore: add codeowner file (#35)
  • 0255c5c feat: Add generic Encode/Decode func (beta) (#33)
  • 2a652a1 feat: Add generic Encode/Decode func (beta) (#30)
  • d36256e chore: Update CHANGELOG.md
  • c111c69 chore(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#29)
  • c79a736 chore: synced file(s) with orange-cloudavenue/workflows (#31)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file deps/go Pull requests that update Go code labels Mar 7, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 7, 2025 01:44
…ework-supertypes

Bumps [github.com/orange-cloudavenue/terraform-plugin-framework-supertypes](https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes) from 0.5.0 to 1.0.0.
- [Release notes](https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/releases)
- [Changelog](https://github.com/orange-cloudavenue/terraform-plugin-framework-supertypes/blob/main/CHANGELOG.md)
- [Commits](orange-cloudavenue/terraform-plugin-framework-supertypes@v0.5.0...v1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/orange-cloudavenue/terraform-plugin-framework-supertypes-1.0.0 branch from aeb967f to 2d0411e Compare March 7, 2025 03:19
Copy link

github-actions bot commented Mar 7, 2025

Code Coverage

Package Line Rate Complexity Health
github.com/microsoft/terraform-provider-fabric/internal/auth 89% 0
github.com/microsoft/terraform-provider-fabric/internal/framework/customtypes 75% 0
github.com/microsoft/terraform-provider-fabric/internal/framework/planmodifiers 69% 0
github.com/microsoft/terraform-provider-fabric/internal/framework/typeutils 63% 0
github.com/microsoft/terraform-provider-fabric/internal/framework/validators 80% 0
github.com/microsoft/terraform-provider-fabric/internal/functions 72% 0
github.com/microsoft/terraform-provider-fabric/internal/pkg/fabricitem 82% 0
github.com/microsoft/terraform-provider-fabric/internal/pkg/transforms 64% 0
github.com/microsoft/terraform-provider-fabric/internal/pkg/utils 87% 0
github.com/microsoft/terraform-provider-fabric/internal/provider 85% 0
github.com/microsoft/terraform-provider-fabric/internal/provider/client 78% 0
github.com/microsoft/terraform-provider-fabric/internal/provider/config 100% 0
github.com/microsoft/terraform-provider-fabric/internal/provider/utils 69% 0
github.com/microsoft/terraform-provider-fabric/internal/services/activator 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/capacity 87% 0
github.com/microsoft/terraform-provider-fabric/internal/services/dashboard 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/datamart 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/datapipeline 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/domain 73% 0
github.com/microsoft/terraform-provider-fabric/internal/services/environment 87% 0
github.com/microsoft/terraform-provider-fabric/internal/services/eventhouse 93% 0
github.com/microsoft/terraform-provider-fabric/internal/services/eventstream 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/graphqlapi 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/kqldashboard 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/kqldatabase 82% 0
github.com/microsoft/terraform-provider-fabric/internal/services/kqlqueryset 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/lakehouse 86% 0
github.com/microsoft/terraform-provider-fabric/internal/services/mirroredwarehouse 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/mlexperiment 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/mlmodel 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/notebook 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/paginatedreport 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/report 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/semanticmodel 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/spark 75% 0
github.com/microsoft/terraform-provider-fabric/internal/services/sparkjobdefinition 92% 0
github.com/microsoft/terraform-provider-fabric/internal/services/sqldatabase 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/sqlendpoint 100% 0
github.com/microsoft/terraform-provider-fabric/internal/services/warehouse 92% 0
github.com/microsoft/terraform-provider-fabric/internal/services/workspace 79% 0
Summary 79% (4387 / 5532) 0

Minimum allowed line rate is 40%

@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.84%. Comparing base (f718768) to head (2d0411e).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #288      +/-   ##
==========================================
+ Coverage   81.73%   81.84%   +0.11%     
==========================================
  Files         165      165              
  Lines       13454    13460       +6     
==========================================
+ Hits        10997    11017      +20     
+ Misses       2452     2438      -14     
  Partials        5        5              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DariuszPorowski DariuszPorowski enabled auto-merge (squash) March 7, 2025 03:44
@DariuszPorowski DariuszPorowski merged commit e722712 into main Mar 7, 2025
25 checks passed
@DariuszPorowski DariuszPorowski deleted the dependabot/go_modules/github.com/orange-cloudavenue/terraform-plugin-framework-supertypes-1.0.0 branch March 7, 2025 03:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file deps/go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants