From 80098e3624eab001c5c5ae57f9e54a5d518a7281 Mon Sep 17 00:00:00 2001 From: Stuart Paterson Date: Tue, 21 Aug 2018 09:18:38 +0100 Subject: [PATCH] Bump version to v0.5.0 Signed-off-by: Stuart Paterson --- CHANGELOG.md | 58 ++++++++++++++++++++++++++++++ inspec.yml | 2 +- test/integration/verify/inspec.yml | 2 +- 3 files changed, 60 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29bb..ba5b33730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,58 @@ +# Change Log + +## [v0.5.0](https://github.com/inspec/inspec-gcp/tree/v0.5.0) (2018-08-21) +[Full Changelog](https://github.com/inspec/inspec-gcp/compare/v0.4.0...v0.5.0) + +**Closed issues:** + +- Unable to use resources provided by this library when invoked via test kitchen and kitchen-terraform [\#37](https://github.com/inspec/inspec-gcp/issues/37) + +**Merged pull requests:** + +- Resolve Debian 8 EOL issue, now pin all tf module versions explicitly. [\#43](https://github.com/inspec/inspec-gcp/pull/43) ([skpaterson](https://github.com/skpaterson)) +- Added project logging resources [\#42](https://github.com/inspec/inspec-gcp/pull/42) ([skpaterson](https://github.com/skpaterson)) +- Add storage bucket IAM resources [\#41](https://github.com/inspec/inspec-gcp/pull/41) ([skpaterson](https://github.com/skpaterson)) +- Update the google\_project version as per \#39. Also udpate the associ… [\#40](https://github.com/inspec/inspec-gcp/pull/40) ([skpaterson](https://github.com/skpaterson)) +- Add kms resources [\#36](https://github.com/inspec/inspec-gcp/pull/36) ([skpaterson](https://github.com/skpaterson)) +- Bump version to 0.4.0 [\#34](https://github.com/inspec/inspec-gcp/pull/34) ([skpaterson](https://github.com/skpaterson)) +- Add iam resources [\#33](https://github.com/inspec/inspec-gcp/pull/33) ([skpaterson](https://github.com/skpaterson)) + +## [v0.4.0](https://github.com/inspec/inspec-gcp/tree/v0.4.0) (2018-06-25) +[Full Changelog](https://github.com/inspec/inspec-gcp/compare/v0.3.0...v0.4.0) + +**Merged pull requests:** + +- Add more resources [\#32](https://github.com/inspec/inspec-gcp/pull/32) ([skpaterson](https://github.com/skpaterson)) +- Fw small fix [\#31](https://github.com/inspec/inspec-gcp/pull/31) ([skpaterson](https://github.com/skpaterson)) +- Improved firewall resource [\#30](https://github.com/inspec/inspec-gcp/pull/30) ([skpaterson](https://github.com/skpaterson)) +- README improvements and update resource docs to make more accessible. [\#29](https://github.com/inspec/inspec-gcp/pull/29) ([skpaterson](https://github.com/skpaterson)) + +## [v0.3.0](https://github.com/inspec/inspec-gcp/tree/v0.3.0) (2018-06-14) +**Closed issues:** + +- update google\_project inline documentation [\#12](https://github.com/inspec/inspec-gcp/issues/12) +- add missing documentation [\#11](https://github.com/inspec/inspec-gcp/issues/11) +- google\_compute\_instance does not return the right value for machine\_type [\#10](https://github.com/inspec/inspec-gcp/issues/10) + +**Merged pull requests:** + +- Bump version and corrected minimum inspec version in root config file. [\#28](https://github.com/inspec/inspec-gcp/pull/28) ([skpaterson](https://github.com/skpaterson)) +- Fixes according to issues: \#19, \#20, \#21 and \#22. [\#24](https://github.com/inspec/inspec-gcp/pull/24) ([skpaterson](https://github.com/skpaterson)) +- Add plural resources [\#18](https://github.com/inspec/inspec-gcp/pull/18) ([skpaterson](https://github.com/skpaterson)) +- Added missing documentation following InSpec standards, resolves \#11. [\#16](https://github.com/inspec/inspec-gcp/pull/16) ([skpaterson](https://github.com/skpaterson)) +- Add FAQ for inspec exec errors when gcp transport is not specified. … [\#15](https://github.com/inspec/inspec-gcp/pull/15) ([skpaterson](https://github.com/skpaterson)) +- Update google\_project inline documentation and make other resource do… [\#14](https://github.com/inspec/inspec-gcp/pull/14) ([skpaterson](https://github.com/skpaterson)) +- Adding machine\_size helper function to tidy up API response for machi… [\#13](https://github.com/inspec/inspec-gcp/pull/13) ([skpaterson](https://github.com/skpaterson)) +- add kudos for @martezr [\#9](https://github.com/inspec/inspec-gcp/pull/9) ([chris-rock](https://github.com/chris-rock)) +- Added minimum supported inspec version to inspec.yml [\#8](https://github.com/inspec/inspec-gcp/pull/8) ([skpaterson](https://github.com/skpaterson)) +- Updating Gemfile to use latest inspec release. Fix for only\_if test … [\#7](https://github.com/inspec/inspec-gcp/pull/7) ([skpaterson](https://github.com/skpaterson)) +- update readme with api and quota settings [\#6](https://github.com/inspec/inspec-gcp/pull/6) ([chris-rock](https://github.com/chris-rock)) +- add travis checks [\#5](https://github.com/inspec/inspec-gcp/pull/5) ([chris-rock](https://github.com/chris-rock)) +- pass when terraform destory may fail [\#4](https://github.com/inspec/inspec-gcp/pull/4) ([chris-rock](https://github.com/chris-rock)) +- Added configuration flag to separate resources requiring elevated pri… [\#3](https://github.com/inspec/inspec-gcp/pull/3) ([skpaterson](https://github.com/skpaterson)) +- Inspec train gcp [\#2](https://github.com/inspec/inspec-gcp/pull/2) ([skpaterson](https://github.com/skpaterson)) +- update readme [\#1](https://github.com/inspec/inspec-gcp/pull/1) ([chris-rock](https://github.com/chris-rock)) + + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/inspec.yml b/inspec.yml index 3ad10c66f..88a5a8ec3 100644 --- a/inspec.yml +++ b/inspec.yml @@ -4,7 +4,7 @@ maintainer: spaterson@chef.io,russell.seymour@turtlesystems.co.uk summary: This resource pack provides compliance resources_old_ignore for Google Cloud Platform copyright: spaterson@chef.io,russell.seymour@turtlesystems.co.uk copyright_email: spaterson@chef.io,russell.seymour@turtlesystems.co.uk -version: 0.4.0 +version: 0.5.0 license: Apache-2.0 inspec_version: '>= 2.2.10' supports: diff --git a/test/integration/verify/inspec.yml b/test/integration/verify/inspec.yml index a4f76f295..4668bc9af 100644 --- a/test/integration/verify/inspec.yml +++ b/test/integration/verify/inspec.yml @@ -1,5 +1,5 @@ name: inspec-gcp-integration-tests -version: 0.4.0 +version: 0.5.0 inspec_version: '>= 2.2.10' depends: - name: inspec-gcp