Skip to content

Latest commit

 

History

History
245 lines (185 loc) · 20.2 KB

CHANGELOG.md

File metadata and controls

245 lines (185 loc) · 20.2 KB

Change Log

v0.13.2 (2019-08-29)

Merged Pull Requests

v0.13.1 (2019-08-29)

Merged Pull Requests

  • Ensure an agreeable default value for gcp_organization_id for skipping affected tests. #175 (skpaterson)

v0.13.0 (2019-08-27)

Merged Pull Requests

v0.12.4 (2019-08-23)

Merged Pull Requests

  • Fix for regional compute disk creation and testing. #171 (skpaterson)

v0.12.3 (2019-08-23)

Merged Pull Requests

v0.12.2 (2019-08-23)

Merged Pull Requests

v0.12.1 (2019-08-23)

Merged Pull Requests

v0.12.0 (2019-08-23)

Merged Pull Requests

v0.11.0 (2019-07-18)

Merged Pull Requests

  • Add expeditor and buildkite verify pipeline #159 (miah)

v0.11.0 (2019-04-30)

Full Changelog

Closed issues:

  • google_container_cluster method has_logging_enabled? reporting wrong #136
  • Add support for google_subnetwork_iam_bindings #122
  • Add support for google_folders and related resources #111

Merged pull requests:

v0.10.0 (2019-03-20)

Full Changelog

Closed issues:

  • google_compute_router: iterating bgp.advertised_ip_ranges? #128
  • Fix dataset test display #125
  • test setup fails when specifying a region other than europe-west2 #114
  • Filter projects by ACTIVE status #108
  • JUnit, JSON Reporters not working #89
  • google_project_alert_policy doc use "name" when code ask "policy" #86
  • google_compute_firewall: can't use allow_ssh? when the the rule is a DENY rule #73
  • Support DNS record sets #66
  • Support regional clusters #65
  • Avoid dynamic property definition, or warn about it #25

Merged pull requests:

v0.9.0 (2019-01-21)

Full Changelog

Merged pull requests:

  • Add instance group manager and resource record set resources #100 (slevenick)
  • Pubsub subscription + topic #99 (slevenick)
  • Adding pagination for key rings and crypto keys resources. #97 (skpaterson)
  • Add compute disk resource #96 (slevenick)
  • Feat/pubsub magicmodule #95 (jnahelou)
  • Fix for forwarding rules with nil network and update README. #93 (skpaterson)
  • Tweaks to MM SSL policies resources and update README. #92 (skpaterson)
  • Add support for google_compute_forwarding_rules and google_compute_forwarding_rule #91 (jnahelou)
  • Add Magic Modules generated resource for SSL Policy #90 (slevenick)
  • Update README for new resources #85 (skpaterson)
  • Added support for google_compute_region_instance_group_manager #84 (jnahelou)
  • Updating README with new resources and adding CHANGELOG for v0.8.0. #83 (skpaterson)

v0.8.0 (2018-11-23)

Full Changelog

Closed issues:

  • google_storage_bucket_acl fails with "Not Found" when the ACL doesn't exist #80
  • How to Install? #77
  • Magic Modules #74
  • verifying via kitchen-terraform verifier #71
  • Using InSpec with the GCP transport crashes when used with file\(\) resources #61

Merged pull requests:

  • Update the DNS key and zone signing methods to the new key names. #82 (skpaterson)
  • Fix an error when the bucket ACL doesn't exist #81 (iangelov)
  • Add support for google_compute_vpn_tunnels and google_compute_vpn_tunnel #79 (jnahelou)
  • Improve some of the infrastructure tests that were failing under 'nor… #78 (skpaterson)
  • Improve fw resources to handle 'all' cases. #76 (skpaterson)
  • Version bump v0.7.0. #75 (skpaterson)
  • Updated README for new GCP profile initialization, pending https://gi… #70 (skpaterson)

v0.7.0 (2018-10-25)

Full Changelog

Merged pull requests:

  • Extra nil checks, some error values changed #69 (alexpop)
  • Fix nil checks in google_project_logging_audit_config resource #68 (alexpop)
  • Fix nil exception when no zones are returned for a region #67 (alexpop)
  • Bump version to v0.6.0 #64 (skpaterson)

v0.6.0 (2018-10-18)

Full Changelog

Closed issues:

  • google_project resource works with project ID/number instead of name as seen in the docs #39
  • Improved firewall rule handling #27
  • Enhancement: Support Fuzzy Match with Instance Group Name #23
  • google_compute_instance_group doesn't respond to exists? or exist? #22
  • google_compute_instance_group: location symbol doesn't exist #21
  • Node Pool fails requiring cluster_id #20
  • google_container_node_pool.rb example bug #19
  • found the documentation #17

Merged pull requests:

v0.5.0 (2018-08-21)

Full Changelog

Closed issues:

  • Unable to use resources provided by this library when invoked via test kitchen and kitchen-terraform #37

Merged pull requests:

v0.4.0 (2018-06-25)

Full Changelog

Merged pull requests:

v0.3.0 (2018-06-14)

Closed issues:

  • update google_project inline documentation #12
  • add missing documentation #11
  • google_compute_instance does not return the right value for machine_type #10

Merged pull requests:

  • Bump version and corrected minimum inspec version in root config file. #28 (skpaterson)
  • Fixes according to issues: #19, #20, #21 and #22. #24 (skpaterson)
  • Add plural resources #18 (skpaterson)
  • Added missing documentation following InSpec standards, resolves #11. #16 (skpaterson)
  • Add FAQ for inspec exec errors when gcp transport is not specified. … #15 (skpaterson)
  • Update google_project inline documentation and make other resource do… #14 (skpaterson)
  • Adding machine_size helper function to tidy up API response for machi… #13 (skpaterson)
  • add kudos for @martezr #9 (chris-rock)
  • Added minimum supported inspec version to inspec.yml #8 (skpaterson)
  • Updating Gemfile to use latest inspec release. Fix for only_if test … #7 (skpaterson)
  • update readme with api and quota settings #6 (chris-rock)
  • add travis checks #5 (chris-rock)
  • pass when terraform destory may fail #4 (chris-rock)
  • Added configuration flag to separate resources requiring elevated pri… #3 (skpaterson)
  • Inspec train gcp #2 (skpaterson)
  • update readme #1 (chris-rock)

* This Change Log was automatically generated by github_changelog_generator