Releases: cloudflare/cf-terraforming
Releases · cloudflare/cf-terraforming
v0.12.0
What's Changed
- cmd/generate: Handle rewriting
uri.query.value
to empty strings (#546)
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- build(deps): bump github.com/hashicorp/hcl/v2 from 2.16.0 to 2.16.1 (#524)
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.60.0 to 0.61.0 (#525)
- build(deps): bump github.com/hashicorp/terraform-exec from 0.17.3 to 0.18.0 (#526)
- build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 (#527)
- bump Go to 1.20 (#528)
- bump version of action/setup-go to v3 (#529)
- Update README.md (#536)
- build(deps): bump github.com/zclconf/go-cty from 1.12.1 to 1.13.0 (#530)
- build(deps): bump github.com/hashicorp/terraform-exec from 0.18.0 to 0.18.1 (#533)
- build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#532)
- build(deps): bump github.com/hashicorp/hcl/v2 from 2.16.1 to 2.16.2 (#535)
- build(deps): bump github.com/hashicorp/terraform-json from 0.15.0 to 0.16.0 (#537)
- build(deps): bump github.com/zclconf/go-cty from 1.13.0 to 1.13.1 (#539)
- cmd/generate: remove
cloudflare_ruleset
enabled remapping (#538) - update tunnel import support (#540)
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.61.0 to 0.62.0 (#534)
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.62.0 to 0.63.0 (#541)
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- automate bumping Homebrew cask (#509)
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.58.1 to 0.59.0 (#510)
- util: prevent --account and --zone being used together (#508)
- build(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0 (#511)
- Improving block nesting logic to handle crazy rulesets (#512)
- improve the way we flatten API response (#515)
- fix Argo Smart Routing overriding Tiered Caching (#514)
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.59.0 to 0.60.0 (#517)
- feat: add import support for cloudflare_ruleset (#519)
- build(deps): bump github.com/hashicorp/hc-install from 0.4.0 to 0.5.0 (#520)
- Use hclwrite (#521)
- build(deps): bump github.com/hashicorp/hcl/v2 from 2.15.0 to 2.16.0 (#522)
- build(deps): bump github.com/hashicorp/terraform-json from 0.14.0 to 0.15.0 (#523)
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.51.0 to 0.52.0 (#472)
- build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#471)
- build(deps): bump github.com/zclconf/go-cty from 1.11.0 to 1.11.1 (#474)
- build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#477)
- build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#478)
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.52.0 to 0.53.0 (#479)
- build(deps): bump github.com/zclconf/go-cty from 1.11.1 to 1.12.0 (#483)
- build(deps): bump github.com/spf13/viper from 1.13.0 to 1.14.0 (#485)
- build(deps): bump github.com/zclconf/go-cty from 1.12.0 to 1.12.1 (#486)
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.53.0 to 0.54.0 (#487)
- generate: swap installer version to use latest version constraints (#489)
- Added the option to use an existing terraform installation (#488)
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.54.0 to 0.55.0 (#493)
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.55.0 to 0.56.0 (#497)
- Add url normalization (#498)
- Cache rules (#496)
- Escape special TF characters we might find
%{
or${
(#499) - Fix typo in count by @manatarms in #500
- fix nil pointer exception in cache rules transformation (#501)
- Action params being added to rules without action params (#502)
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.56.0 to 0.57.0 (#503)
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.57.0 to 0.57.1 (#504)
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.57.1 to 0.58.1 (#506)
- once we find an "id" use that as the ParentID for the rest of the rule (#507)
Full Changelog: v0.8.8...v0.9.0
v0.8.8
What's Changed
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.50.0 to 0.51.0 by @dependabot in #469
- don't return api_shield resource if response is empty by @jafowler in #470
Full Changelog: v0.8.7...v0.8.8
v0.8.7
Merge pull request #463 from cloudflare/user-agent-blocking-rules
v0.8.6
What's Changed
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.49.0 to 0.50.0 by @dependabot in #464
- wrap alphanumeric strings in quotes. update tests by @jafowler in #465
- Add api shield resource by @jafowler in #466
Full Changelog: v0.8.5...v0.8.6
v0.8.5
What's Changed
- limit to clone depth of 0 by @jacobbednarz in #460
- transform logging.enabled to logging.status by @jafowler in #459
- build(deps): bump github.com/spf13/viper from 1.12.0 to 1.13.0 by @dependabot in #461
Full Changelog: v0.8.4...v0.8.5
v0.8.4
What's Changed
- build(deps): bump github.com/zclconf/go-cty from 1.10.0 to 1.11.0 by @dependabot in #448
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.48.0 to 0.49.0 by @dependabot in #456
- build(deps): bump github.com/hashicorp/terraform-exec from 0.17.2 to 0.17.3 by @dependabot in #455
- only process action_parameters -> rules under skip action by @jafowler in #453
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- build(deps): bump github.com/cloudflare/cloudflare-go from 0.47.1 to 0.48.0 by @dependabot in #449
- cloudflare_ruleset: support writing map type nested blocks by @tamas-jozsa in #450
Full Changelog: v0.8.2...v0.8.3