Skip to content

Commit dbfee65

Browse files
author
dev-sec CI
committed
update inspec.yml and changelog
1 parent 0ba36af commit dbfee65

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1-
# Change Log
1+
# Changelog
2+
3+
## [0.4.1](https://github.com/dev-sec/windows-patch-baseline/tree/0.4.1) (2020-06-18)
4+
5+
[Full Changelog](https://github.com/dev-sec/windows-patch-baseline/compare/0.5.0...0.4.1)
6+
7+
**Closed issues:**
8+
9+
- Query for control verify-kb [\#14](https://github.com/dev-sec/windows-patch-baseline/issues/14)
10+
11+
**Merged pull requests:**
12+
13+
- github actions release [\#15](https://github.com/dev-sec/windows-patch-baseline/pull/15) ([micheelengronne](https://github.com/micheelengronne))
14+
15+
## [0.5.0](https://github.com/dev-sec/windows-patch-baseline/tree/0.5.0) (2019-05-16)
216

3-
## [0.5.0](https://github.com/dev-sec/windows-patch-baseline/tree/0.5.0) (2019-05-14)
417
[Full Changelog](https://github.com/dev-sec/windows-patch-baseline/compare/0.4.0...0.5.0)
518

619
**Closed issues:**
@@ -9,10 +22,12 @@
922

1023
**Merged pull requests:**
1124

25+
- Bump version to 0.5.0 and switch to inspec 3 for check [\#12](https://github.com/dev-sec/windows-patch-baseline/pull/12) ([alexpop](https://github.com/alexpop))
1226
- Update issue templates [\#11](https://github.com/dev-sec/windows-patch-baseline/pull/11) ([rndmh3ro](https://github.com/rndmh3ro))
1327
- Modify `\#fetch\_updates` to always return an Array [\#10](https://github.com/dev-sec/windows-patch-baseline/pull/10) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
1428

1529
## [0.4.0](https://github.com/dev-sec/windows-patch-baseline/tree/0.4.0) (2017-05-08)
30+
1631
[Full Changelog](https://github.com/dev-sec/windows-patch-baseline/compare/0.3.1...0.4.0)
1732

1833
**Merged pull requests:**
@@ -21,6 +36,7 @@
2136
- improve code style [\#6](https://github.com/dev-sec/windows-patch-baseline/pull/6) ([chris-rock](https://github.com/chris-rock))
2237

2338
## [0.3.1](https://github.com/dev-sec/windows-patch-baseline/tree/0.3.1) (2017-03-01)
39+
2440
[Full Changelog](https://github.com/dev-sec/windows-patch-baseline/compare/0.3.0...0.3.1)
2541

2642
**Merged pull requests:**
@@ -29,9 +45,13 @@
2945
- trying to fix line 166 [\#2](https://github.com/dev-sec/windows-patch-baseline/pull/2) ([rojomisin](https://github.com/rojomisin))
3046

3147
## [0.3.0](https://github.com/dev-sec/windows-patch-baseline/tree/0.3.0) (2016-09-08)
48+
3249
[Full Changelog](https://github.com/dev-sec/windows-patch-baseline/compare/0.2.0...0.3.0)
3350

3451
## [0.2.0](https://github.com/dev-sec/windows-patch-baseline/tree/0.2.0) (2016-08-23)
3552

53+
[Full Changelog](https://github.com/dev-sec/windows-patch-baseline/compare/76c51143fdf53b2a5fa4e9c617b85ce13b0fbfc1...0.2.0)
54+
55+
3656

37-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
57+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

inspec.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
---
12
name: windows-patch-baseline
23
title: DevSec Windows Patch Baseline
34
summary: Verifies all patches are applied
4-
version: 0.5.0
5-
5+
version: 0.4.1
66
maintainer: Christoph Hartmann
77
copyright: Christoph Hartmann
88
copyright_email: chris@lollyrock.com
99
license: MPLv2
10-
1110
supports:
12-
- os-family: windows
11+
- os-family: windows

0 commit comments

Comments
 (0)