Skip to content

Commit f5a4b58

Browse files
committed
Update CHANGELOG.md
1 parent 7ae0f2a commit f5a4b58

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
44

55

6-
## [Unreleased](Unreleased)
6+
## [1.7.0] - 2020-10-06
77

88
### Added
99
- Added pre-commit-macadmin change log (this file)
1010
- Ensure no superclass processors (e.g. URLGetter) are used, as these are intended to be referred to by other processors rather than directly used in recipes
1111
- Warn if setting a MinimumVersion greater than or equal to 2 in AutoPkg recipes, because some administrators may be running 1.4.1 and waiting for processor authors to add Python 3 compatibility
12+
- Validate `minimum_os_version` and `maximum_os_version` keys in Munki pkginfo files
13+
14+
### Changed
15+
- Set MinimumVersion needed for [C]URL* processors to 1.4, to ensure utilization of URLGetter
16+
- Updated valid Munki script shebangs to include Munki embedded Python symlink and path
1217

1318

1419
## [1.6.2] - 2020-01-20
@@ -183,7 +188,8 @@ All notable changes to this project will be documented in this file. This projec
183188
- Initial release
184189

185190

186-
[Unreleased]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.6.2...HEAD
191+
[Unreleased]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.7.0...HEAD
192+
[1.6.2]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.6.2...v1.7.0
187193
[1.6.2]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.6.1...v1.6.2
188194
[1.6.1]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.6.0...v1.6.1
189195
[1.6.0]: https://github.com/homebysix/pre-commit-macadmin/compare/v1.5.2...v1.6.0

0 commit comments

Comments
 (0)