Skip to content

Release v0.15.14

Latest

Choose a tag to compare

@akclace akclace released this 31 Oct 21:58
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
ca50bb2

Changelog

Added

  • Added openrun_admin plugin with apis to manage sync jobs, for use by manage_sync app

Changed

  • Changed app authentication setting and git auth setting to be stored in app metadata instead of in app settings. This allows those properties to be updated through declarative config. The property is moved over as part of a migration. Also, app update-metadata CLI command is renamed to app update.
  • Changed app update-settings CLI command to app settings.

Other

  • ca50bb2: Add deprecated label (@akclace)
  • 9278865: Added openrun_admin plugin with apis to manage sync jobs, for use by manage_sync app (@akclace)
  • 8ed867d: Changed 'app update-settings' CLI command to 'app settings' (@akclace)
  • cbcba27: Moved app auth and git-auth settings to app metadata instead of app settings (@akclace)