Skip to content

Releases: microsoft/commercial-marketplace-offer-deploy

MODM 2.0.2

30 Jan 19:19
87b16ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.2

MODM 2.0.1

29 Jan 18:22
Compare
Choose a tag to compare

What's Changed

Contributors

Full Changelog: v2.0.0...v2.0.1

MODM 2.0.0

13 Dec 14:48
f7b1fd4
Compare
Choose a tag to compare

What's Changed

  • Moved to VM hosting model with a 1st party VM offer
  • Backend is now 100% C# for future Microsoft maintainability, and a React UI for managing / viewing the installation
  • Packaging is now incorporated side by side with a Python library

Contributors

Full Changelog: v1.3.6...v2.0.0

MODM 1.3.6

13 Jun 12:46
Compare
Choose a tag to compare

What's Changed

all changes from 1.3.5

@kevinhillinger @bobjac

Full Changelog: v1.3.4...v1.3.6

MODM 1.3.5

13 Jun 02:39
Compare
Choose a tag to compare

What's Changed

by @kevinhillinger @bobjac
Full Changelog: v1.3.4...v1.3.5

MODM 1.3.4

12 Jun 20:21
Compare
Choose a tag to compare

What's Changed

  • setting status to error #329
  • V1.3.3 preview #331
  • v1 fix 332 and 333 #334

By: @bobjac and @kevinhillinger

Full Changelog: v1.3.2...v1.3.4

MODM 1.3.2

09 Jun 19:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

MODM 1.3.1

08 Jun 17:35
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • DryRun errors being repeated fixed
  • Repeated deployments fixed
  • Event hook messages
    • stageStarted being sent fixed
    • Deduplication of event hook messages before publish

New Contributors

Full Changelog: v1.3.0...v1.3.1

MODM 1.3.0

06 Jun 14:13
Compare
Choose a tag to compare

What's Changed

Client SDK

  • SDK client exposes Cancel() instance of a running operation, e.g. a deployment started can now be cancelled
  • SDK client DryRun now supports options to explicitly set Retries field as the number of retries

Backend (API Server, Operator)

  • audit log added to capture all EventGrid event messages from Azure for auditing purposes. JSON is formatted and logged to LOG_FILE_PATH setting
  • Audit of all event hook messages to the db
  • Setting modm.operation.id tag on the parent Azure deployment AND each nested template prior to submitting to Azure, correlating the operationId
  • Adding ParentID to model.InvokedOperation to support path of retries for stages of a parent deployment

Bug fixes

  • EventHookMessage for deployments correctly setting StageId
  • EventHookMessage.Type field properly getting set for Stage events; example "stageCompleted", etc.
  • Fixing operation.Operation.Complete() not persisting state as completed, causing a retry to be triggered

Full Changelog: v1.2.0...v1.3.0