Skip to content

23.0.0

Latest
Compare
Choose a tag to compare
@weberjm weberjm released this 08 Sep 11:14
· 46 commits to master since this release
e5aa3a7

Features

Better Recovery from Rabbit unavailability

  • Services and Ferryman have both been updated to provide more robust failure handling when RabbitMQ connections are lost. Pods will now intentionally fail when the channel is closed, canceled, or throws an error. The pods will then attempt to restart until they successfully connect to Rabbit again. (#1480, #1481)

Mongoose Update

  • Rolled out Mongoose updates to support Mongo v6.x (#1470)

Secret Service

  • Added FORM_AUTH request type (#1482)

Enhancements

Secret Service

  • There is a preprocessor for getting data from Azure tokens (#1464)

Component Repository

  • The Component Repository now allows the max request body size to be configured from the ENV (#1465)
  • Allow longer component descriptions (#1467)

IAM

  • Fetch users by username or id (#1478)

Fixes

  • Update for Tenant Ownership of components (#1472)

  • Fix for kubernetes permission errors (#1475 , #1477)

  • Other minor bugfixes and docs improvements were also included. For a full changelog, see here