chore(deps): update terraform bunnynet to ~> 0.14 #61

Merged
automation-bot merged 1 commit from renovate/bunnynet-0.x into main 2026-03-26 00:02:14 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
bunnynet (source) required_provider minor ~> 0.13~> 0.14

Release Notes

BunnyWay/terraform-provider-bunnynet (bunnynet)

v0.14.0

Compare Source

Backwards compatibility breaks
  1. All attributes under origin are now validated with regard to the origin type, which can cause errors in some configurations. Just remove the attributes as the validation suggests;

  2. The ComputeScript type does not require the url = "https://bunnycdn.com" configuration anymore;

  3. The ComputeContainer type does not require the url = "https://bunny.net" configuration anymore;

  4. Pullzones using the DnsAccelerate origin type now have to be configured via the new dns_port and dns_scheme attributes:

resource "bunnynet_pullzone" "example" {
  # ...

  origin {
    type       = "DnsAccelerate"
    dns_scheme = "https"
    dns_port   = 443
  }

  routing {
    tier = "Standard"
  }
}
Added
  • resource pullzone: origin dns_port and dns_scheme for DnsAccelerate origin types;
  • resource pullzone_access_list: support JA4 and Organization list types;
  • resource pullzone_edgerule: support EnableRequestCoalescing and DisableRequestCoalescing actions;
Changed
  • Bumped minimum Go version to 1.25;
  • resource pullzone: validate all origin attributes respective to the type;
Fixed
  • resource pullzone: the origin host_header attribute can now be removed;

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bunnynet](https://registry.terraform.io/providers/bunnyway/bunnynet) ([source](https://github.com/BunnyWay/terraform-provider-bunnynet)) | required_provider | minor | `~> 0.13` → `~> 0.14` | --- ### Release Notes <details> <summary>BunnyWay/terraform-provider-bunnynet (bunnynet)</summary> ### [`v0.14.0`](https://github.com/BunnyWay/terraform-provider-bunnynet/blob/HEAD/CHANGELOG.md#0140---2026-03-25) [Compare Source](https://github.com/BunnyWay/terraform-provider-bunnynet/compare/v0.13.4...v0.14.0) ##### Backwards compatibility breaks 1. All attributes under `origin` are now validated with regard to the origin `type`, which can cause errors in some configurations. Just remove the attributes as the validation suggests; 2. The `ComputeScript` type does not require the `url = "https://bunnycdn.com"` configuration anymore; 3. The `ComputeContainer` type does not require the `url = "https://bunny.net"` configuration anymore; 4. Pullzones using the `DnsAccelerate` origin type now have to be configured via the new [`dns_port`](https://registry.terraform.io/providers/BunnyWay/bunnynet/latest/docs/resources/pullzone#dns_port-1) and [`dns_scheme`](https://registry.terraform.io/providers/BunnyWay/bunnynet/latest/docs/resources/pullzone#dns_scheme-1) attributes: ```terraform resource "bunnynet_pullzone" "example" { # ... origin { type = "DnsAccelerate" dns_scheme = "https" dns_port = 443 } routing { tier = "Standard" } } ``` ##### Added - resource `pullzone`: origin `dns_port` and `dns_scheme` for DnsAccelerate origin types; - resource `pullzone_access_list`: support `JA4` and `Organization` list types; - resource `pullzone_edgerule`: support `EnableRequestCoalescing` and `DisableRequestCoalescing` actions; ##### Changed - Bumped minimum Go version to 1.25; - resource `pullzone`: validate all `origin` attributes respective to the `type`; ##### Fixed - resource `pullzone`: the origin `host_header` attribute can now be removed; </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45MS40IiwidXBkYXRlZEluVmVyIjoiNDMuOTEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update terraform bunnynet to ~> 0.14
Some checks failed
ci/crow/cron/update-package-index-alpine-322-amd64 Pipeline was successful
ci/crow/cron/update-package-index-alpine-322-arm64 Pipeline was successful
ci/crow/cron/update-package-index-alpine-323-amd64 Pipeline was successful
ci/crow/cron/update-package-index-alpine-323-arm64 Pipeline was successful
ci/crow/cron/update-package-index-redhat-8-amd64 Pipeline was successful
ci/crow/cron/update-package-index-redhat-8-arm64 Pipeline was successful
ci/crow/cron/update-package-index-redhat-9-amd64 Pipeline was successful
ci/crow/cron/update-package-index-redhat-9-arm64 Pipeline was successful
ci/crow/cron/update-package-index-ubuntu-2204-amd64 Pipeline failed
ci/crow/cron/update-package-index-ubuntu-2404-amd64 Pipeline was successful
ci/crow/cron/update-package-index-ubuntu-2404-arm64 Pipeline was successful
ci/crow/cron/process-updates-alpine-322-amd64 Pipeline was successful
ci/crow/cron/process-updates-alpine-322-arm64 Pipeline was successful
ci/crow/cron/process-updates-redhat-8-amd64 Pipeline was successful
ci/crow/cron/process-updates-redhat-8-arm64 Pipeline was successful
ci/crow/cron/process-updates-redhat-9-amd64 Pipeline was successful
ci/crow/cron/process-updates-alpine-323-amd64 Pipeline was successful
ci/crow/cron/process-updates-alpine-323-arm64 Pipeline was successful
ci/crow/cron/process-updates-redhat-9-arm64 Pipeline was successful
ci/crow/cron/process-updates-ubuntu-2204-amd64 Pipeline was successful
ci/crow/cron/process-updates-ubuntu-2204-arm64 Pipeline was successful
ci/crow/cron/process-updates-ubuntu-2404-amd64 Pipeline was successful
ci/crow/cron/process-updates-ubuntu-2404-arm64 Pipeline was successful
ci/crow/manual/build-all-versions-amd64/2 Pipeline failed
ci/crow/manual/build-all-versions-amd64/3 Pipeline failed
ci/crow/manual/build-all-versions-amd64/5 Pipeline failed
ci/crow/manual/build-all-versions-amd64/1 Pipeline failed
ci/crow/manual/build-all-versions-amd64/4 Pipeline failed
ci/crow/cron/update-package-index-ubuntu-2204-arm64 Pipeline failed
a700194e4a
automation-bot scheduled this pull request to auto merge when all checks succeed 2026-03-26 00:02:12 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
devxy/build-cran-binaries!61
No description provided.