mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Update CHANGELOG.md to reflect the promotion of 1.35.1 to stable
This commit is contained in:
parent
914fed115e
commit
feb755933f
1 changed files with 22 additions and 20 deletions
42
CHANGELOG.md
42
CHANGELOG.md
|
@ -7,33 +7,35 @@
|
|||
- etc_hosts resource: test the contents of the /etc/hosts file [#2065](https://github.com/chef/inspec/pull/2065) ([dromazmj](https://github.com/dromazmj))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.34.1 -->
|
||||
### Changes since 1.34.1 release
|
||||
|
||||
#### Enhancements
|
||||
- port resource: support ss instead of netstat [#2110](https://github.com/chef/inspec/pull/2110) ([adamleff](https://github.com/adamleff)) <!-- 1.34.8 -->
|
||||
- pip resource: support non-default pip locations, such as virtualenvs [#2097](https://github.com/chef/inspec/pull/2097) ([tonybaloney](https://github.com/tonybaloney)) <!-- 1.34.7 -->
|
||||
|
||||
#### Bug Fixes
|
||||
- Support mixed-case group entries [#2101](https://github.com/chef/inspec/pull/2101) ([adamleff](https://github.com/adamleff)) <!-- 1.34.6 -->
|
||||
- http resource: prevent repeat calls during a control with multiple tests [#2108](https://github.com/chef/inspec/pull/2108) ([mivok](https://github.com/mivok)) <!-- 1.34.5 -->
|
||||
- auditd_rules resource: fix get_keys error on lines that have no keys [#2103](https://github.com/chef/inspec/pull/2103) ([jburns12](https://github.com/jburns12)) <!-- 1.34.4 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Add sensitive flag to resources to restrict logging output [#2017](https://github.com/chef/inspec/pull/2017) ([arothian](https://github.com/arothian)) <!-- 1.34.3 -->
|
||||
|
||||
#### New Resources
|
||||
- etc_hosts resource: test the contents of the /etc/hosts file [#2065](https://github.com/chef/inspec/pull/2065) ([dromazmj](https://github.com/dromazmj)) <!-- 1.34.10 -->
|
||||
- Add support for XML files [#2107](https://github.com/chef/inspec/pull/2107) ([jonathanmorley](https://github.com/jonathanmorley)) <!-- 1.34.9 -->
|
||||
- aide_conf resource: test configuration of the AIDE file integrity tool [#2063](https://github.com/chef/inspec/pull/2063) ([jburns12](https://github.com/jburns12)) <!-- 1.34.2 -->
|
||||
<!-- release_rollup since=1.35.1 -->
|
||||
### Changes since 1.35.1 release
|
||||
<!-- release_rollup -->
|
||||
|
||||
<!-- latest_stable_release -->
|
||||
## [v1.35.1](https://github.com/chef/inspec/tree/v1.35.1) (2017-08-31)
|
||||
|
||||
#### New Resources
|
||||
- aide_conf resource: test configuration of the AIDE file integrity tool [#2063](https://github.com/chef/inspec/pull/2063) ([jburns12](https://github.com/jburns12))
|
||||
- Add support for XML files [#2107](https://github.com/chef/inspec/pull/2107) ([jonathanmorley](https://github.com/jonathanmorley))
|
||||
- etc_hosts resource: test the contents of the /etc/hosts file [#2065](https://github.com/chef/inspec/pull/2065) ([dromazmj](https://github.com/dromazmj))
|
||||
|
||||
#### Enhancements
|
||||
- pip resource: support non-default pip locations, such as virtualenvs [#2097](https://github.com/chef/inspec/pull/2097) ([tonybaloney](https://github.com/tonybaloney))
|
||||
- port resource: support ss instead of netstat [#2110](https://github.com/chef/inspec/pull/2110) ([adamleff](https://github.com/adamleff))
|
||||
|
||||
#### Bug Fixes
|
||||
- auditd_rules resource: fix get_keys error on lines that have no keys [#2103](https://github.com/chef/inspec/pull/2103) ([jburns12](https://github.com/jburns12))
|
||||
- http resource: prevent repeat calls during a control with multiple tests [#2108](https://github.com/chef/inspec/pull/2108) ([mivok](https://github.com/mivok))
|
||||
- Support mixed-case group entries [#2101](https://github.com/chef/inspec/pull/2101) ([adamleff](https://github.com/adamleff))
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Add sensitive flag to resources to restrict logging output [#2017](https://github.com/chef/inspec/pull/2017) ([arothian](https://github.com/arothian))
|
||||
<!-- latest_stable_release -->
|
||||
|
||||
## [v1.34.1](https://github.com/chef/inspec/tree/v1.34.1) (2017-08-24)
|
||||
|
||||
#### Enhancements
|
||||
- Refine the profile/test summary output of the CLI formatter [#2094](https://github.com/chef/inspec/pull/2094) ([adamleff](https://github.com/adamleff))
|
||||
<!-- latest_stable_release -->
|
||||
|
||||
## [v1.33.12](https://github.com/chef/inspec/tree/v1.33.12) (2017-08-18)
|
||||
|
||||
|
|
Loading…
Reference in a new issue