Skip to content

Releases: openrundev/openrun

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)

Release v0.15.13

28 Oct 19:38
Immutable release. Only release title and notes can be modified.
1777ba7

Choose a tag to compare

Changelog

Other

  • 1777ba7: Added AWS Systems Manager (SSM) based secrets provider (@akclace)

Release v0.15.12

27 Oct 22:58
Immutable release. Only release title and notes can be modified.
b82bd78

Choose a tag to compare

Changelog

Other

  • b82bd78: HTTP early hints is disabled by default since that seems to cause issues with HTTP/2 proxies (@akclace)

Release v0.15.11

27 Oct 21:44
Immutable release. Only release title and notes can be modified.
194b153

Choose a tag to compare

Changelog

Other

Release v0.15.10

26 Oct 23:18
Immutable release. Only release title and notes can be modified.
7d9ac96

Choose a tag to compare

Changelog

Added

  • Support for passing X-Openrun-Rbac-Enabled header to the proxied downstream service. Value is true if RBAC is enabled for app, false otherwise.
  • Added update_time field to listapps output, app listing will display that info

Other

Release v0.15.9

22 Oct 21:03
Immutable release. Only release title and notes can be modified.
2e8946c

Choose a tag to compare

Changelog

Added

  • Regex support in user value for RBAC. Regex can be used in grant.users and group values, Regex has to be prefixed with regex:
  • Support for passing X-Openrun-User header to the proxied downstream service. Value is the user making the request.
  • Support for passing X-Openrun-Perms header to the proxied downstream service. Value is comma separated list of all custom perms granted for the user on that app. custom: prefix is trimmed from the passed values.

Fixed

  • Fixed an issue where the source path was not set to $OPENRUN_HOME/app_src when running apply in dev mode.

Changes

Release v0.15.8

14 Oct 20:21
8cc9a98

Choose a tag to compare

Changelog

  • Enable CSRF protection for internal APIs and for apps. App level CSRF protection is enabled by default.
    Use security.disable_csrf_protection = true to disable. Disable in app metadata by running
    openrun app update-metadata conf --promote 'security.disable_csrf_protection=true' /myapp

Other

Release v0.15.7

12 Oct 23:43
568e1c5

Choose a tag to compare

Changelog

Other

Release v0.15.6

12 Oct 22:41
568e1c5

Choose a tag to compare

Changelog

Other

Release v0.15.5

09 Oct 21:18
e11bfbd

Choose a tag to compare

Changelog

Other