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

terraform-provider-azurerm/4.16.0 package update #39759

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions terraform-provider-azurerm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: terraform-provider-azurerm
version: "4.15.0"
version: "4.16.0"
epoch: 0
description: Terraform provider for Azure Resource Manager
copyright:
Expand All @@ -14,13 +14,15 @@ package:
pipeline:
- uses: git-checkout
with:
expected-commit: 1756d4c0648e1adf0498aa1a5fba7ff21c8094aa
expected-commit: f54480d7ee71730bcee6af01fbd50e129a78eb05
repository: https://github.com/hashicorp/terraform-provider-azurerm
tag: v${{package.version}}

- uses: go/bump
with:
deps: golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0
deps: |-
golang.org/x/crypto@v0.31.0
golang.org/x/net@v0.33.0

- uses: go/build
with:
Expand Down
Loading