From dece2dc616169f4776df2626ff14271fd1b39c55 Mon Sep 17 00:00:00 2001 From: Kory Prince Date: Sat, 29 Jan 2022 14:58:21 -0600 Subject: [PATCH] update CHANGELOG for v1.9.0 release (#797) --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c6930b..2aefad38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)