ResourceModules icon indicating copy to clipboard operation
ResourceModules copied to clipboard

Automate update standalone repo from Azure/ResourceModules

Open MariusStorhaug opened this issue 2 years ago • 5 comments

Description

As a consumer of the Azure/ResourceModules framework, I want an automated way to get updates into my repo.

MariusStorhaug avatar Feb 08 '22 20:02 MariusStorhaug

Suggestion to look into: https://github.com/Azure/AzOps-Accelerator/blob/main/.github/workflows/update.yml

MariusStorhaug avatar Feb 08 '22 20:02 MariusStorhaug

@MariusStorhaug please add as discussed a more detailed description

rahalan avatar Apr 14 '22 13:04 rahalan

Based on discussions:

Not strictly CARML-related. As such a lower-priority feature we could implement at some point in time, if time allows.

AlexanderSehr avatar Apr 19 '22 16:04 AlexanderSehr

From a discussion: Would they want updates every time a PR is approved, or just when a new release tag is associated?

More importantly, what do they do with the updates?

  • Figure out which modules they’re using have been updated. And what the update is. And whether they want that update. And whether they want that now or later.
  • Add their standard changes.
  • Run their own tests of each updated module.
  • Notify their CARML Solution Developers of the updated modules. Receive time frame for solution update using updated modules.
  • Is this where package management and a private registry can help? By ensuring updates can’t break downstream developers and users. By separating CARML updates from internal module or solution updates.

MariusStorhaug avatar May 09 '22 23:05 MariusStorhaug

This is related to:

  • #1587
  • #1459

This issue is purely about automating the update process with a workflow/pipeline.

MariusStorhaug avatar Jun 26 '22 09:06 MariusStorhaug