StackStorm-Exchange / exchange-incubator

Submit your StackStorm integration and automation packs here.
12 stars 61 forks source link

Update MongoDB version in pack GHA workflow #168

Open arm4b opened 3 years ago

arm4b commented 3 years ago

Apparently, we use mongo:3.4 in CircleCI configs across our Exchange fleet. This version is deprecated and not supported by stackstorm anymore.

Example: https://github.com/StackStorm-Exchange/stackstorm-ansible/blob/35503b3cf6009856c9cba08f9584669742593fcd/.circleci/config.yml#L8

Instead switch to the latest stackstorm-supported MongoDB version.

cognifloyd commented 2 years ago

Now that we're using GHA, this needs to be updated in these places:

That will update it for the entire exchange!