Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Jan 24, 2019
2 parents c810e8c + f79effb commit ae2bb20
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [v0.9.0](https://github.com/inspec/inspec-gcp/tree/v0.9.0) (2019-01-21)
[Full Changelog](https://github.com/inspec/inspec-gcp/compare/v0.8.0...v0.9.0)

**Merged pull requests:**

- Add instance group manager and resource record set resources [\#100](https://github.com/inspec/inspec-gcp/pull/100) ([slevenick](https://github.com/slevenick))
- Pubsub subscription + topic [\#99](https://github.com/inspec/inspec-gcp/pull/99) ([slevenick](https://github.com/slevenick))
- Adding pagination for key rings and crypto keys resources. [\#97](https://github.com/inspec/inspec-gcp/pull/97) ([skpaterson](https://github.com/skpaterson))
- Add compute disk resource [\#96](https://github.com/inspec/inspec-gcp/pull/96) ([slevenick](https://github.com/slevenick))
- Feat/pubsub magicmodule [\#95](https://github.com/inspec/inspec-gcp/pull/95) ([jnahelou](https://github.com/jnahelou))
- Fix for forwarding rules with nil network and update README. [\#93](https://github.com/inspec/inspec-gcp/pull/93) ([skpaterson](https://github.com/skpaterson))
- Tweaks to MM SSL policies resources and update README. [\#92](https://github.com/inspec/inspec-gcp/pull/92) ([skpaterson](https://github.com/skpaterson))
- Add support for google\_compute\_forwarding\_rules and google\_compute\_forwarding\_rule [\#91](https://github.com/inspec/inspec-gcp/pull/91) ([jnahelou](https://github.com/jnahelou))
- Add Magic Modules generated resource for SSL Policy [\#90](https://github.com/inspec/inspec-gcp/pull/90) ([slevenick](https://github.com/slevenick))
- Update README for new resources [\#85](https://github.com/inspec/inspec-gcp/pull/85) ([skpaterson](https://github.com/skpaterson))
- Added support for google\_compute\_region\_instance\_group\_manager [\#84](https://github.com/inspec/inspec-gcp/pull/84) ([jnahelou](https://github.com/jnahelou))
- Updating README with new resources and adding CHANGELOG for v0.8.0. [\#83](https://github.com/inspec/inspec-gcp/pull/83) ([skpaterson](https://github.com/skpaterson))

## [v0.8.0](https://github.com/inspec/inspec-gcp/tree/v0.8.0) (2018-11-23)
[Full Changelog](https://github.com/inspec/inspec-gcp/compare/v0.7.0...v0.8.0)

Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,17 @@ supports:
The following resources are available in the InSpec GCP Profile
- [google_compute_address](docs/resources/google_compute_address.md)
- [google_compute_disk](docs/resources/google_compute_disk.md)
- [google_compute_disks](docs/resources/google_compute_disks.md)
- [google_compute_firewall](docs/resources/google_compute_firewall.md)
- [google_compute_firewalls](docs/resources/google_compute_firewalls.md)
- [google_compute_forwarding_rule](docs/resources/google_compute_forwarding_rule.md)
- [google_compute_forwarding_rules](docs/resources/google_compute_forwarding_rules.md)
- [google_compute_image](docs/resources/google_compute_image.md)
- [google_compute_instance](docs/resources/google_compute_instance.md)
- [google_compute_instance_group](docs/resources/google_compute_instance_group.md)
- [google_compute_instance_group_manager](docs/resources/google_compute_instance_group_manager.md)
- [google_compute_instance_group_managers](docs/resources/google_compute_instance_group_managers.md)
- [google_compute_instance_groups](docs/resources/google_compute_instance_groups.md)
- [google_compute_instances](docs/resources/google_compute_instances.md)
- [google_compute_network](docs/resources/google_compute_network.md)
Expand All @@ -174,6 +178,8 @@ The following resources are available in the InSpec GCP Profile
- [google_container_node_pools](docs/resources/google_container_node_pools.md)
- [google_dns_managed_zone](docs/resources/google_dns_managed_zone.md)
- [google_dns_managed_zones](docs/resources/google_dns_managed_zones.md)
- [google_dns_resource_record_set](docs/resources/google_dns_resource_record_set.md)
- [google_dns_resource_record_sets](docs/resources/google_dns_resource_record_sets.md)
- [google_kms_crypto_key](docs/resources/google_kms_crypto_key.md)
- [google_kms_crypto_key_iam_binding](docs/resources/google_kms_crypto_key_iam_binding.md)
- [google_kms_crypto_key_iam_bindings](docs/resources/google_kms_crypto_key_iam_bindings.md)
Expand All @@ -196,6 +202,10 @@ The following resources are available in the InSpec GCP Profile
- [google_project_metric](docs/resources/google_project_metric.md)
- [google_project_metrics](docs/resources/google_project_metrics.md)
- [google_projects](docs/resources/google_projects.md)
- [google_pubsub_subscription](docs/resources/google_pubsub_subscription.md)
- [google_pubsub_subscriptions](docs/resources/google_pubsub_subscriptions.md)
- [google_pubsub_topic](docs/resources/google_pubsub_topic.md)
- [google_pubsub_topics](docs/resources/google_pubsub_topics.md)
- [google_service_account](docs/resources/google_service_account.md)
- [google_service_account_key](docs/resources/google_service_account_key.md)
- [google_service_account_keys](docs/resources/google_service_account_keys.md)
Expand Down
2 changes: 1 addition & 1 deletion inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ maintainer: [email protected],[email protected]
summary: This resource pack provides compliance resources_old_ignore for Google Cloud Platform
copyright: [email protected],[email protected]
copyright_email: [email protected],[email protected]
version: 0.8.0
version: 0.9.0
license: Apache-2.0
inspec_version: '>= 3.0.25'
supports:
Expand Down
2 changes: 1 addition & 1 deletion test/integration/verify/inspec.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: inspec-gcp-integration-tests
version: 0.8.0
version: 0.9.0
inspec_version: '>= 3.0.25'
depends:
- name: inspec-gcp
Expand Down

0 comments on commit ae2bb20

Please sign in to comment.