We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apparently, we use mongo:3.4 in CircleCI configs across our Exchange fleet. This version is deprecated and not supported by stackstorm anymore.
mongo:3.4
Example: https://github.com/StackStorm-Exchange/stackstorm-ansible/blob/35503b3cf6009856c9cba08f9584669742593fcd/.circleci/config.yml#L8
Instead switch to the latest stackstorm-supported MongoDB version.
The text was updated successfully, but these errors were encountered:
Now that we're using GHA, this needs to be updated in these places:
That will update it for the entire exchange!
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: