Miah Johnson
75fb488d2c
Add example properties from azure integration tests. ( #2659 )
...
Remove trailing whitespace.
Clean up formatting and some rubocop issues.
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2018-02-15 21:52:54 -05:00
Kimberly Garmoe
1e3df9d3bf
Fixes obvious formatting ( #2648 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-15 21:34:11 -05:00
Jerry Aldrich
947efd4064
Add platform
tags and remove trailing whitespace ( #2654 )
...
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2018-02-15 19:28:15 -05:00
Jared Quick
0837b1fb0d
Merge pull request #2650 from chef/kg/remove-os
...
removes OS metadata from headers
2018-02-15 17:06:27 -05:00
Chef Expeditor
75934b4f7f
Bump version to 2.0.1 by Expeditor
2018-02-15 21:57:36 +00:00
Jared Quick
fc990346f2
Merge pull request #2655 from chef/release-2.0
...
Add in release-2.0 changes to master
2018-02-15 16:57:25 -05:00
Jared Quick
6e5d0ff6de
Bump version to 2.0.0 ( #2652 )
...
Signed-off-by: Jared Quick <jquick@chef.io>
2018-02-15 14:55:52 -05:00
Jared Quick
37f5920be3
Add 1.x and 2.x release branches ( #2651 )
...
* Add 1.x and 2.x release branches
Signed-off-by: Jared Quick <jquick@chef.io>
2018-02-15 14:50:24 -05:00
Jared Quick
3623454153
Remove ruby headers from azure docs.
...
Signed-off-by: Jared Quick <jquick@chef.io>
2018-02-15 13:24:21 -05:00
kagarmoe
dc0d2727bc
removes OS metadata from headers
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-15 09:54:17 -08:00
Jared Quick
7dc9ab8445
Fixed italics link names for resources.
...
Signed-off-by: Jared Quick <jquick@chef.io>
2018-02-15 10:58:16 -05:00
Kimberly Garmoe
a966cbd2b5
Formatting on XML resource ( #2647 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-15 09:33:56 -05:00
Kimberly Garmoe
1218949d86
Normalizes terms accross resources ( #2649 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-15 09:33:22 -05:00
kagarmoe
d63d15c457
Fixes formatting on aws/azure resources
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-14 20:33:18 -08:00
kagarmoe
b9162f5c1b
Escapes and formatting
2018-02-14 20:33:18 -08:00
Clinton Wolfe
58629faf46
Document the terminology changeup for Azure creds ( #2640 )
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2018-02-14 18:52:36 -05:00
Jared Quick
ecb6d5b428
Pin inspec to train 1.1.x
...
Signed-off-by: Jared Quick <jquick@chef.io>
2018-02-14 17:37:31 -05:00
kagarmoe
11d46622cc
Changes aws docs extensions to .md.erb
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-14 13:29:27 -08:00
Clinton Wolfe
6c0422fbf0
Improvements and matcher renaming on aws_iam_password_policy ( #2638 )
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2018-02-14 15:59:57 -05:00
Clinton Wolfe
33787124a7
Two deprecations in aws_ec2_instance ( #2637 )
...
* Drop deprecation warning for old name of aws_ec2
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2018-02-14 15:08:34 -05:00
Jerry Aldrich
e77b99235f
Update inspec detect
to support APIs/Families ( #2634 )
...
This does the following to `inspec detect`:
- Modifies it to use the `platform` resource
- Changes the output to mention Platform and show the family hierarchy
- Changes the JSON output by changing `family` to `families`
- Adds better error messaging (no more stacktraces!)
- Adds support for APIs such as AWS/Azure
- Hides Arch from API platforms (not applicable)
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2018-02-14 15:06:39 -05:00
Clinton Wolfe
4f341acfbc
Catch cloud exceptions and document connection info ( #2636 )
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2018-02-14 14:15:20 -05:00
Jared Quick
59fd0e8775
Update reporter with breaking inspec 2.0 changes. ( #2487 )
...
* Update reporter with breaking inspec 2.0 changes.
Signed-off-by: Jared Quick <jquick@chef.io>
2018-02-14 11:54:20 -05:00
Jared Quick
f32c712a4c
Merge branch 'master' into release-2.0
2018-02-14 09:36:44 -05:00
kagarmoe
c741e51484
AWS resource edits
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-13 17:44:01 -08:00
kagarmoe
86652992b0
AWS resource edits
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-13 17:44:01 -08:00
Jared Quick
686b028886
Add reporters reference page ( #2617 )
...
* Add reporters reference page.
Signed-off-by: Jared Quick <jquick@chef.io>
* Cleanup reporters page with suggestions.
Signed-off-by: Jared Quick <jquick@chef.io>
* Reorder reporters.
Signed-off-by: Jared Quick <jquick@chef.io>
2018-02-13 21:27:42 +01:00
Jared Quick
fde895f74a
Merge branch 'master' into release-2.0
2018-02-13 15:11:53 -05:00
Jerry Aldrich
9ebd807ea4
http resource: Make remote worker the default ( #2520 )
...
* http resource: Make remote worker the default
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2018-02-13 12:42:16 -05:00
Franklin Webber
8f8ae290b4
Fixes the docs content for the user resource ( #2553 )
...
* Removed additional ending brackets } in a few cases
* Removed the belong_to_group
* Cleans white space and addressed a little formatting
Signed-off-by: Franklin Webber <franklin@chef.io>
2018-02-13 12:40:58 -05:00
Chef Expeditor
c0093b9b9b
Bump version to 1.51.20 by Expeditor
2018-02-13 17:40:34 +00:00
Jerry Aldrich
7f0a39a76a
package resource: Fix Windows package detection ( #2624 )
...
Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2018-02-13 12:40:20 -05:00
Miah Johnson
ecbede56fa
Ruby 2.5.0 is released and stable we need to start testing ( #2604 )
...
Add Ruby 2.5.0 to test matrix
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2018-02-13 12:39:47 -05:00
Kimberly Garmoe
925c5bca8e
Refactors kernel_parameter resource ( #2625 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-13 12:37:30 -05:00
Kimberly Garmoe
e5cacc3105
Refactors key_rsa resource ( #2627 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-13 12:35:14 -05:00
Kimberly Garmoe
78f51f8d9c
Refactors limits_conf resource ( #2629 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-13 12:34:51 -05:00
Kimberly Garmoe
2a52537196
Refactors the login_def resource ( #2630 )
...
Signed-off-by: kagarmoe <kgarmoe@chef.io>
2018-02-13 12:34:36 -05:00
Clinton Wolfe
469369fa32
Capture ResourceNotFound exception from LMF ( #2623 )
...
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2018-02-13 09:47:12 -05:00
Chef Expeditor
30e120c81d
Bump version to 1.51.19 by Expeditor
2018-02-13 14:04:41 +00:00
Jared Quick
e9db965176
Fix the /private/var osx issue causing functional tests to fail ( #2616 )
...
* Fix the /private/var osx issue casuing a test to fail.
Signed-off-by: Jared Quick <jquick@chef.io>
2018-02-13 09:04:30 -05:00
Chef Expeditor
658eb63bdd
Update CHANGELOG.md to reflect the promotion of 1.51.18
2018-02-12 19:06:20 +00:00
Chef Expeditor
9fa456eb89
Bump version to 1.51.18 by Expeditor
2018-02-12 18:34:35 +00:00
Jared Quick
f3ee680429
Add hidden json fields to schema and add tests. ( #2618 )
...
Signed-off-by: Jared Quick <jquick@chef.io>
2018-02-12 19:34:22 +01:00
Chef Expeditor
3dca4d2ee8
Bump version to 1.51.17 by Expeditor
2018-02-12 18:30:09 +00:00
Jared Quick
f5f9873bfd
Allow ad-hoc runners to use rspec formats. ( #2621 )
...
Signed-off-by: Jared Quick <jquick@chef.io>
2018-02-12 19:29:54 +01:00
Chef Expeditor
56387c96d0
Bump version to 1.51.16 by Expeditor
2018-02-12 15:23:47 +00:00
Jared Quick
da7b7e8549
Force a default reporter for ad-hoc runners ( #2610 )
...
* Force a default reporter for ad-hoc runners if not set.
Signed-off-by: Jared Quick <jquick@chef.io>
2018-02-12 10:23:34 -05:00
Chef Expeditor
60d7bf4488
Update CHANGELOG.md to reflect the promotion of 1.51.15
2018-02-09 19:11:45 +00:00
Chef Expeditor
20a46d1a40
Bump version to 1.51.15 by Expeditor
2018-02-09 18:49:41 +00:00
Jared Quick
9420204d60
Merge pull request #2601 from chef/jq/add_generic_report_output
...
Fix runner report and json newline
2018-02-09 13:49:30 -05:00