Skip to content

Releases: openrundev/openrun

Release v0.16.5

15 Jan 01:14
Immutable release. Only release title and notes can be modified.
f53abbb

Choose a tag to compare

Changelog

Other

Release v0.16.4

14 Jan 20:58
Immutable release. Only release title and notes can be modified.
cd972db

Choose a tag to compare

Changelog

Other

Release v0.16.3

14 Jan 20:36
Immutable release. Only release title and notes can be modified.
c5c1633

Choose a tag to compare

Changelog

Other

Release v0.16.2

14 Jan 20:22
Immutable release. Only release title and notes can be modified.
c5c1633

Choose a tag to compare

Changelog

Other

Release v0.16.1

10 Jan 01:07
Immutable release. Only release title and notes can be modified.
16cb1c6

Choose a tag to compare

Changelog

Other

Release v0.16.0

06 Jan 01:45
Immutable release. Only release title and notes can be modified.
a6f2ffb

Choose a tag to compare

Changelog

Other

Release v0.15.20

01 Dec 22:40
Immutable release. Only release title and notes can be modified.
dd3b745

Choose a tag to compare

Changelog

Other

Release v0.15.19

05 Nov 03:47
Immutable release. Only release title and notes can be modified.
a5f7982

Choose a tag to compare

Changelog

Other

Release v0.15.18

05 Nov 02:49
Immutable release. Only release title and notes can be modified.
a5f7982

Choose a tag to compare

Changelog

Other

Release v0.15.14

31 Oct 21:58
Immutable release. Only release title and notes can be modified.
ca50bb2

Choose a tag to compare

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)