update CHANGELOG for v1.9.0 release (#797)

This commit is contained in:
Kory Prince
2022-01-29 14:58:21 -06:00
committed by GitHub
parent ba387818b0
commit dece2dc616

View File

@@ -1,3 +1,28 @@
## [Unreleased](https://github.com/micromdm/micromdm/compare/v1.9.0...main)
## [v1.9.0](https://github.com/micromdm/micromdm/compare/v1.8.0...v1.9.0) January 27, 2022
- Add new fields for the ScheduleOSUpdate command (#793)
- Use HTTPS for retrieving Apple certificates (#792)
- Add CLI help for `mdmctl config switch` (#791)
- Update builder to Go 1.17 (#783)
- Replace gogo/protobuf with Google protobuf (#773)
- Add GHCR container workflow. Add ARM build. (#745)
- New in-memory-only command queue (#736)
- Bootstrap token support (#781, #782)
- Fix potential DEP sync data loss (#779)
- Support logging proxy IP headers `X-Forwarded-For`, `X-Real-IP`. Enable with `-http-proxy-headers` switch (#744)
- Allow MDM check-in messages to return data (#764)
- Added support for SetRecoveryLock and VerifyRecoveryLock (#757)
- Fix SetFirmwarePassword and VerifyFirmwarePassword parameters (#743)
- Command UUID can now be passed in as as a request parameter (#754)
- Update to SCEP v2, switch to Mozilla PKCS7, interface cleanup (#737, #772, #778)
- Fix panic when using DEP mdmctl commands with no DEP tokens configured (#750)
- Spruce up built-in landing page including better accessibility (#721, #751)
- Documentation & CLI usage improvements (#729, #730, #748, #749)
Thanks to our contributors for this release: @discentem, @korylprince, @williamtheaker, @bpmcneilly, @daemonsy, @ivanhata, @networkpanic, @HernanPaez
## [v1.9.0-beta](https://github.com/micromdm/micromdm/compare/v1.8.0...v1.9.0-beta) October, 2021
- Replace gogo/protobuf with Google protobuf (#773)