commercial-marketplace-offer-deploy

Deployment Manager for the Azure Marketplace

OTHER License

Downloads
44
Stars
21
Committers
12

Bot releases are hidden (Show)

commercial-marketplace-offer-deploy - MODM 2.0.2 Latest Release

Published by kevinhillinger 9 months ago

What's Changed

Full Changelog: https://github.com/microsoft/commercial-marketplace-offer-deploy/compare/v2.0.0...v2.0.2

commercial-marketplace-offer-deploy - MODM 2.0.1

Published by kevinhillinger 9 months ago

What's Changed

Contributors

  • @bobjac
  • @kevinhillinger

Full Changelog: https://github.com/microsoft/commercial-marketplace-offer-deploy/compare/v2.0.0...v2.0.1

commercial-marketplace-offer-deploy - MODM 2.0.0

Published by kevinhillinger 10 months ago

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

  • @bobjac
  • @kevinhillinger

Full Changelog: https://github.com/microsoft/commercial-marketplace-offer-deploy/compare/v1.3.6...v2.0.0

commercial-marketplace-offer-deploy - MODM 2.0.0

Published by kevinhillinger 12 months ago

commercial-marketplace-offer-deploy - MODM 1.3.6

Published by kevinhillinger over 1 year ago

commercial-marketplace-offer-deploy - MODM 1.3.5

Published by kevinhillinger over 1 year ago

commercial-marketplace-offer-deploy - MODM 1.3.1

Published by kevinhillinger over 1 year ago

What's Changed

  • #300 - Add function formatting file field in the log output by @tznamena
  • #301
  • #302

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: https://github.com/microsoft/commercial-marketplace-offer-deploy/compare/v1.3.0...v1.3.1

commercial-marketplace-offer-deploy - MODM 1.3.0

Published by kevinhillinger over 1 year ago

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: https://github.com/microsoft/commercial-marketplace-offer-deploy/compare/v1.2.0...v1.3.0