Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@jessepeterson jessepeterson released this 24 Oct 18:19
· 2 commits to main since this release

Thanks to our contributors for this release!

New

  • Dynamic declarations and storage: #91
    • This feature allows for having dynamic declarations and composing declaration systems together.
    • As an example of this feature we include "shard" management properties declaration. See the Operations Guide for more info.
  • API for removing an enrollment from all sets: #102
    • Use new ./tools/api-enrollment-sets-delete-all.sh script or /v1/enrollment-sets-all/{id} HTTP endpoint.

Other

  • GitHub Actions workflows:
    • Dependency bumps: #90, #92, #93, #95, #101
    • Use Go 1.21 including for Docker image builds and rename workflows: f1e4099
  • Go dependency updates: