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: 🐝 Update SDK - Generate 0.1.6 #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.0.1
speakeasyVersion: 1.418.3
generationVersion: 2.438.3
releaseVersion: 0.1.5
configChecksum: 6d67bb65e55c3610a3b1aae3f408dc49
releaseVersion: 0.1.6
configChecksum: 7f1bac02cb382d79cad31a54ca239f1a
repoURL: https://github.com/firehydrant/terraform-provider-firehydrant-v2.git
published: true
features:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
terraform:
version: 0.1.5
version: 0.1.6
additionalDataSources: []
additionalDependencies: {}
additionalResources: []
Expand Down
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.418.3
sources:
firehydrant-oas:
sourceNamespace: firehydrant-oas
sourceRevisionDigest: sha256:ac9a95ce29b34757b540456b946fc7c6b0ad866f0dfb3ce6bd5b09cc31446142
sourceRevisionDigest: sha256:d3794a9a2f856637eadb065d8a711828c273fc28b0056a4fc88b30e68836a18d
sourceBlobDigest: sha256:11a1d4fae9bec8dcf4cb814a041610b1a1b3e8bc9c12f607141199ce6f5e2fd8
tags:
- latest
Expand All @@ -18,7 +18,7 @@ targets:
firehydrant-terraform-sdk:
source: firehydrant-oas
sourceNamespace: firehydrant-oas
sourceRevisionDigest: sha256:ac9a95ce29b34757b540456b946fc7c6b0ad866f0dfb3ce6bd5b09cc31446142
sourceRevisionDigest: sha256:d3794a9a2f856637eadb065d8a711828c273fc28b0056a4fc88b30e68836a18d
sourceBlobDigest: sha256:11a1d4fae9bec8dcf4cb814a041610b1a1b3e8bc9c12f607141199ce6f5e2fd8
workflow:
workflowVersion: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ terraform {
required_providers {
firehydrant = {
source = "firehydrant/firehydrant"
version = "0.1.5"
version = "0.1.6"
}
}
}
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,14 @@ Based on:
### Generated
- [terraform v0.1.5] .
### Releases
- [Terraform v0.1.5] https://registry.terraform.io/providers/firehydrant/firehydrant/0.1.5 - .
- [Terraform v0.1.5] https://registry.terraform.io/providers/firehydrant/firehydrant/0.1.5 - .

## 2025-01-30 00:01:05
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.418.3 (2.438.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.1.6] .
### Releases
- [Terraform v0.1.6] https://registry.terraform.io/providers/firehydrant/firehydrant/0.1.6 - .
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
firehydrant = {
source = "firehydrant/firehydrant"
version = "0.1.5"
version = "0.1.6"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
firehydrant = {
source = "firehydrant/firehydrant"
version = "0.1.5"
version = "0.1.6"
}
}
}
Expand Down