You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove platform as param for update_track (IN-3157) (#362)
# Remove platform parameter and add node_version parameter
This PR makes the following changes:
- Removes the `platform` parameter from track update commands and jobs
- only removes passing it through so we don't break workflows while deprecating this param
- rely on native architecture for platform instead of the flag
- Adds `node_version` parameter to database track commands and jobs
- Updates the `extra_build_args` to use the node version parameter
- Adds `pre_release_steps` parameter to the release job
- Updates Docker images in the Node 20 executor:
- Changes `circleci/redis:6.2-alpine` to `cimg/redis:6.2`
- Changes `circleci/mongo:4.4.1` to `mongo:4.4.1`
- Simplifies Docker buildx creation by removing platform specification and using `--bootstrap` flag
## Related PRs
- dependency of voiceflow/canvas-export#254
- dependency of voiceflow/database-cli#993
0 commit comments