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

Version bump 0100 #133

Merged
merged 2 commits into from
Mar 28, 2019
Merged
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
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Change Log

## [0.10.0](https://github.com/inspec/inspec-gcp/tree/0.10.0) (2019-03-26)
[Full Changelog](https://github.com/inspec/inspec-gcp/compare/v0.9.0...0.10.0)

**Closed issues:**

- google\_compute\_router: iterating bgp.advertised\_ip\_ranges? [\#128](https://github.com/inspec/inspec-gcp/issues/128)
- Fix dataset test display [\#125](https://github.com/inspec/inspec-gcp/issues/125)
- test setup fails when specifying a region other than europe-west2 [\#114](https://github.com/inspec/inspec-gcp/issues/114)
- Add support for google\_folders and related resources [\#111](https://github.com/inspec/inspec-gcp/issues/111)
- Filter projects by ACTIVE status [\#108](https://github.com/inspec/inspec-gcp/issues/108)
- JUnit, JSON Reporters not working [\#89](https://github.com/inspec/inspec-gcp/issues/89)
- google\_project\_alert\_policy doc use "name" when code ask "policy" [\#86](https://github.com/inspec/inspec-gcp/issues/86)
- google\_compute\_firewall: can't use allow\_ssh? when the the rule is a DENY rule [\#73](https://github.com/inspec/inspec-gcp/issues/73)
- Support DNS record sets [\#66](https://github.com/inspec/inspec-gcp/issues/66)
- Support regional clusters [\#65](https://github.com/inspec/inspec-gcp/issues/65)
- Avoid dynamic property definition, or warn about it [\#25](https://github.com/inspec/inspec-gcp/issues/25)

**Merged pull requests:**

- Move region to MM generated [\#129](https://github.com/inspec/inspec-gcp/pull/129) ([slevenick](https://github.com/slevenick))
- to\_s updates [\#127](https://github.com/inspec/inspec-gcp/pull/127) ([slevenick](https://github.com/slevenick))
- Add folder resource [\#120](https://github.com/inspec/inspec-gcp/pull/120) ([slevenick](https://github.com/slevenick))
- Update for google\_container\_regional\_clusters control. [\#118](https://github.com/inspec/inspec-gcp/pull/118) ([skpaterson](https://github.com/skpaterson))
- Update google\_container\_regional\_cluster control to use correct region. [\#117](https://github.com/inspec/inspec-gcp/pull/117) ([skpaterson](https://github.com/skpaterson))
- Ensure region selection works as expected. [\#116](https://github.com/inspec/inspec-gcp/pull/116) ([skpaterson](https://github.com/skpaterson))
- improve test info in README [\#115](https://github.com/inspec/inspec-gcp/pull/115) ([bleything](https://github.com/bleything))
- Add BigQuery, Source Repositories [\#113](https://github.com/inspec/inspec-gcp/pull/113) ([slevenick](https://github.com/slevenick))
- Update google\_organization\(s\) controls only\_if condition to include o… [\#112](https://github.com/inspec/inspec-gcp/pull/112) ([skpaterson](https://github.com/skpaterson))
- Add ability to test individual as well as multiple organisations [\#110](https://github.com/inspec/inspec-gcp/pull/110) ([walterdolce](https://github.com/walterdolce))
- Implement ability to filter GCP projects by lifecycle state [\#109](https://github.com/inspec/inspec-gcp/pull/109) ([walterdolce](https://github.com/walterdolce))
- Master updated [\#107](https://github.com/inspec/inspec-gcp/pull/107) ([slevenick](https://github.com/slevenick))
- Merge most recent Magic Modules generated master [\#105](https://github.com/inspec/inspec-gcp/pull/105) ([slevenick](https://github.com/slevenick))
- Http hc backend [\#104](https://github.com/inspec/inspec-gcp/pull/104) ([slevenick](https://github.com/slevenick))
- Trigger healthcheck additions [\#103](https://github.com/inspec/inspec-gcp/pull/103) ([slevenick](https://github.com/slevenick))
- Target pools autoscalers [\#102](https://github.com/inspec/inspec-gcp/pull/102) ([slevenick](https://github.com/slevenick))
- Version bump 090 [\#101](https://github.com/inspec/inspec-gcp/pull/101) ([skpaterson](https://github.com/skpaterson))

## [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)

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.9.0
version: 0.10.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.9.0
version: 0.10.0
inspec_version: '>= 3.0.25'
depends:
- name: inspec-gcp
Expand Down