Skip to content

Releases: micromdm/nanodep

v0.5.0

19 Aug 21:34
Compare
Choose a tag to compare

Thanks to our contributors for this release: @radiohertz and @JieAnthony!

New

  • depserver: Token PKI "staging": #60
  • godep: supports the new OS beta enrollment endpoint: #63

Fixes

Other

v0.4.0

09 Apr 22:22
Compare
Choose a tag to compare

Thanks to our contributors for this release: @maksymilian-lewicki!

New

Fixes

  • godep: Copy User-Agent from DEP request to auth/session request: #45
  • godep: Updates to User-Agent: #49, b1a23f2
  • depserver API: Respect consumer key change "force" mode in token PKI API: #50

Other

v0.3.0

10 Jan 22:34
Compare
Choose a tag to compare

Thanks to our contributors for this release: @alwatts!

New

  • Script updates: #20
    • New script for DEP profile assignment: ./tools/dep-assign-profile.sh
    • DEP device details script now allows specifying multiple serials
  • Default DEP version now at "7": #15, fda06cf
  • godep API: add Account Detail query: aa9d327

Other

v0.2.1

18 Nov 22:31
Compare
Choose a tag to compare

New

Fixes

  • Add missing field for Device Details response (0f4dc72)
  • Fix return type for Define a Profile endpoint (1bbcb36)

Other

  • Include original error string when backend storage can't find records for additional context (b4726a4)
  • Consistent call styles (ef2c575, 0cbf4ee)
  • Only optionally log some debug fields; log profile status (cc58356)

v0.2.0

24 Oct 18:42
Compare
Choose a tag to compare

Thank you to our contributors for this release: @lucasmrod, @Yohan460.

New

  • MySQL storage backend and tests (#5)
  • Consumer key "force" mode (#11)
    • Allows for over-writing DEP tokens even if the consumer key changes
  • New godep API calls for DEP endpoints:
    • Define and remove profile (#14)
    • Device details (b463e61)
  • DEP syncer debug mode for more verbose logging (30a24c5, 2a3e363)

Fixes

  • Fix uploading DEP tokens for new/initial DEP name token upload (#10, #11)

v0.1.1

22 Sep 20:22
a7538c5
Compare
Choose a tag to compare

Thank you to our contributors for this release: @lucasmrod.

New Features/Capabilities

  • Ability to set Common Name and validity age of DEP certificate that's provided to Apple DEP portal(s): #6
    • See the Operations Guide for documentation on the cfg-get-cert.sh script, the deptokens tool, and API docs for the /v1/tokenpki/{name} endpoints.

Bug fixes

  • Always return valid Config and check for directory in file backend: #3
  • Guard against changing consumer key: #1
    • This helps protect accidentally uploading the wrong DEP tokens for a given DEP name.
  • Guard against saving empty config: c77808e

Other

v0.1.0

13 Jul 16:29
Compare
Choose a tag to compare

Initial release.