awslabs / idf-modules

Industry Data Framework (IDF) IAC modules repository
Apache License 2.0
25 stars 14 forks source link

[FEATURE] Automation to Update Manifests in `aiops` & `addf` to use latest version of IDF when released #285

Open malachi-constant opened 2 months ago

malachi-constant commented 2 months ago

Request

Something that uses regex to scan for (idf-modules.git.*)(\d+\.\d+\.\d+) and replace with $1{LATEST_VERSION}

Thoughts?

kukushking commented 2 months ago

@malachi-constant I like the idea! Especially if we also kick off full integration (manifest) test suite against those PRs.