Skip to content

v0.18.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@barroco barroco released this 09 Sep 17:04
· 24 commits to master since this release
ae62756

What's Changed

⚠️ This version requires a database schema update. We strongly recommend to wait for the stable release publication (without -rc* suffix) to upgrade production instances.

Database migration

  • [deploy][scd/crdb] Add columns uss_requested_ovn and past_ovns to scd_operations table; Bump schema_version to v3.2.0 by @mickmis in #1095
    • ⚠️ This version requires a database schema update. Instructions will be provided for the stable release.

DSS

  • [scd] factor out parameter validation against previous OIR by @Shastick in #1090
  • [scd] oir upsert factor out key validation by @Shastick in #1091
  • [scd] oir upsert: factor out determination of subscriptions to notify by @Shastick in #1092
  • [scd] oir upsert: check uss base URL and if both subscription ID and implicit request are specified by @Shastick in #1097
  • [scd] oir upsert: factor implicit subscription creation by @Shastick in #1094
  • [scd] oir upsert: factor out building and validating of the OIR by @Shastick in #1099
  • [scd] oir upsert: factor out extension and validation of existing subscription by @Shastick in #1098
  • [scd] properly cleanup implicit sub on oir update by @Shastick in #1109
  • [scd] Use scdmodels for OVN+VersionNumber and simplify 'version' variable flow by @mickmis in #1100
  • [scd] Store past OVNs on operational intents upsert by @mickmis in #1096

Deployment

  • [terraform] Fix CRDB version for automated deployment by @barroco in #1093

Full Changelog: interuss/dss/v0.17.0...interuss/dss/v0.18.0-rc1