Skip to content

Move app configuration into service configuration

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 16:43
ab2639b

Contents (#730)

IMPORTANT: There is 1 breaking change.

New features

  • 💥 BREAKING CHANGE: Move app configuration into service configuration

Upgrade instructions

💥 Move app configuration into service configuration
  • Move the contents of the app_configuration.json file into the octue.yaml file under the first item in the services list (make sure to convert from JSON to YAML)
  • Remove the app_configuration_path argument from the octue.yaml file
  • Use ServiceConfiguration.from_file instead of load_service_and_app_configuration
  • Replace any uses of the app_configuration argument/variable with service_configuration