Skip to main content

Version 0.6.0 Released

ยท One min read

This version includes new features and some improvements.

Bot Users ๐Ÿค–โ€‹

This new type of user can be created by admins, and have admins manage their API tokens.

Bot users can be used for automations, and have their own identity displayed in deployment task history.

ID-based Deployment Kindsโ€‹

Deployment kinds are now stored in their own collection, instead of being a plain string.

This would allow for implementing renames of kinds in the future.

โš ๏ธ This change will break frontend paths, as paths now include the kind ID (a UUID) instead of the plain kind name.

Removed API v1โ€‹

API v1 lacked authentication, and was only enabled with an opt-in for past users of Platz.

/api/v1 is now removed completely.