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

chore(deps): update hashicorp/azuread requirement from ~> 2.53.1 to ~> 3.1.0 in /terraform #2614

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2025

Updates the requirements on hashicorp/azuread to permit the latest version.

Release notes

Sourced from hashicorp/azuread's releases.

v3.1.0

ENHANCEMENTS:

  • dependencies - update golang.org/x/crypto to 0.31.0 (#1585)
  • data.azuread_named_location - add support for country_lookup_method (#1589)
  • azuread_conditional_access_policy - add support for the insider_risk_levels property (#1597)
  • azuread_named_location - add support for country_lookup_method (#1589)

BUG FIXES:

  • azuread_access_package_resource_catalog_association - allow origin IDs that contain / (#1592)
  • azuread_application - the password block can now correctly be removed (#1430)
  • azuread_conditional_access_policy - fix potential panic in expanding conditions (#1619)
  • azuread_group - prevent creation retry when caller hasn't been specified as an owner (#1593)
  • azuread_user - add support for employee_hire_date (#1437)
Changelog

Sourced from hashicorp/azuread's changelog.

3.1.0 (January 16, 2025)

ENHANCEMENTS:

  • dependencies - update golang.org/x/crypto to 0.31.0 (#1585)
  • data.azuread_named_location - add support for country_lookup_method (#1589)
  • azuread_conditional_access_policy - add support for the insider_risk_levels property (#1597)
  • azuread_named_location - add support for country_lookup_method (#1589)

BUG FIXES:

  • azuread_access_package_resource_catalog_association - allow origin IDs that contain / (#1592)
  • azuread_application - the password block can now correctly be removed (#1430)
  • azuread_conditional_access_policy - fix potential panic in expanding conditions (#1619)
  • azuread_group - prevent creation retry when caller hasn't been specified as an owner (#1593)
  • azuread_user - add support for employee_hire_date (#1437)

3.0.2 (October 04, 2024)

BUG FIXES:

  • azuread_group - Fix crash and memory leak (#1518)

3.0.1 (September 27, 2024)

BUG FIXES:

  • data.azuread_group - fix ID parsing bugs and some crashes (#1499)
  • azuread_conditional_access_policy - fix a parsing bug for authentication_strength_policy_id (#1499)
  • azuread_service_principal_certificate - fix a parsing bug for service_principal_id (#1499)
  • azuread_service_principal_claims_mapping_policy_assignment - fix a parsing bug for service_principal_id (#1499)
  • azuread_service_principal_password - fix a parsing bug for service_principal_id (#1499)
  • azuread_service_principal_token_signing_certificate - fix a parsing bug for service_principal_id (#1499)
  • azuread_synchronization_job - fix a parsing bug for service_principal_id (#1499)
  • azuread_synchronization_job_provision_on_demand - fix parsing bugs for service_principal_id and synchronization_job_id (#1499)
  • azuread_synchronization_secret - fix a parsing bug for service_principal_id (#1499)

3.0.0 (September 27, 2024)

NOTES:

  • Major Version: Version 3.0 of the AzureAD Provider is a major version. Some behaviors have changed and some deprecated fields/resources have been removed. Please refer to the 3.0 upgrade guide for more information.
  • When upgrading to v3.0 of the AzureAD Provider, we recommend upgrading to the latest version of Terraform Core (which can be found here).

2.53.1 (June 28, 2024)

BUG FIXES:

  • azuread_application - export the password attribute only when it is set in configuration, to prevent marking existing resources as sensitive (#1422)

... (truncated)

Commits
  • efb90bd CHANGELOG.md for v3.1.0 (#1588)
  • 16d93eb Merge pull request #1597 from sdx-jkataja/insider-risk-levels
  • a6ede9c fix docs linting error
  • f74fb14 change order of fields to pass tflint
  • 5e67abe sort list of arguments
  • aa31914 Update internal/services/conditionalaccess/migrations/conditional_access_poli...
  • 0ffade3 add support for insider_risk_levels
  • 5a5de06 Merge pull request #1621 from joshvito/main
  • 960793f Update group_member.md
  • 67a9c0e Update group_member.md
  • Additional commits viewable in compare view

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)

…> 3.1.0

Updates the requirements on [hashicorp/azuread](https://github.com/hashicorp/terraform-provider-azuread) to permit the latest version.
- [Release notes](https://github.com/hashicorp/terraform-provider-azuread/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-azuread/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-azuread@v2.53.1...v3.1.0)

---
updated-dependencies:
- dependency-name: hashicorp/azuread
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies This pull request or issue relates to dependencies label Jan 16, 2025
@dependabot dependabot bot requested a review from kashw2 January 16, 2025 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This pull request or issue relates to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants