Releases: micromdm/nanodep
Releases · micromdm/nanodep
v0.5.0
v0.4.0
Thanks to our contributors for this release: @maksymilian-lewicki!
New
- godep: Implement Disown Devices endpoint: #43
Fixes
- godep: Copy
User-Agent
from DEP request to auth/session request: #45 - godep: Updates to
User-Agent
: #49, b1a23f2depsyncer
tool now has a-user-agent
switch; see docs in the Operations Guide
- depserver API: Respect consumer key change "force" mode in token PKI API: #50
Other
v0.3.0
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
- New script for DEP profile assignment:
- Default DEP version now at "7": #15, fda06cf
- godep API: add Account Detail query: aa9d327
Other
- Storage test refactor/organization: 5ea1a0b, #25
- Use sqlc for MySQL backend: #33
- Go dependency updates:
- mysql: #19, #23
- Switch to smallstep/pkcs7 from Mozilla's PKCS#7 library: #34
- Enable dependabot updates for repo: f02b3fb
- GH action dependabot updates: 21a0962, #21, ca3e7a1, 5278992, c768908, #41
- GH action redux incl. automated Docker image building: 173bc38, 17863c5
- See project README for links to new Docker images
v0.2.1
New
- Implement Get a Profile endpoint in godep (3b6c000)
Fixes
- Add missing field for Device Details response (0f4dc72)
- Fix return type for Define a Profile endpoint (1bbcb36)
Other
v0.2.0
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:
- DEP syncer debug mode for more verbose logging (30a24c5, 2a3e363)
- See the Operations Guide for the new
-debug-syncer
flag fordepsyncer
.
- See the Operations Guide for the new
Fixes
v0.1.1
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, thedeptokens
tool, and API docs for the/v1/tokenpki/{name}
endpoints.
- See the Operations Guide for documentation on the
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
Initial release.