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

Prepare for v3.7.0 release #651

Merged
merged 6 commits into from
Feb 24, 2025
Merged

Prepare for v3.7.0 release #651

merged 6 commits into from
Feb 24, 2025

Conversation

austinvalle
Copy link
Member

Follow-up to #649 and #650

This PR should be reflective of a normal preparation for a provider release, just need to run changie batch 3.7.0 && changie merge since all changelogs are ready to go in main

@austinvalle austinvalle added this to the v3.7.0 milestone Feb 13, 2025
Base automatically changed from av/3-7-0-alpha1 to main February 19, 2025 14:02
@austinvalle
Copy link
Member Author

austinvalle commented Feb 24, 2025

Follow-up from #650, since this PR is the second release through CRT

Alpha release was successfully promoted through CRT:

Some other confirmed checks:

I ran a local terraform init and then terraform validate on the following config:

terraform {
  required_providers {
    random = {
      source  = "hashicorp/random"
      version = "3.7.0-alpha1"
    }
  }
}

ephemeral "random_password" "example" {
  length = 10
}

@austinvalle austinvalle marked this pull request as ready for review February 24, 2025 22:17
@austinvalle austinvalle requested a review from a team as a code owner February 24, 2025 22:17
@austinvalle austinvalle merged commit a007eec into main Feb 24, 2025
67 checks passed
@austinvalle austinvalle deleted the av/3-7-0 branch February 24, 2025 23:04
austinvalle added a commit that referenced this pull request Feb 25, 2025
austinvalle added a commit that referenced this pull request Feb 25, 2025
austinvalle added a commit that referenced this pull request Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants