Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mup

Package Overview
Dependencies
Maintainers
0
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mup - npm Package Versions

13
16

1.5.6

Diff

Changelog

Source

1.5.6 - February 13, 2022

  • Fix connecting to built-in MongoDB with Meteor 1.6. The replica set now uses mongodb:27017 as the member's hostname instead of 127.0.0.1:27017
zodern
published 1.6.0-beta.2 •

zodern
published 1.5.5 •

Changelog

Source

1.5.5 - September 30, 2021

  • Config created by mup init now uses zodern/meteor:root as docker image
  • Update docs for Meteor support
  • Fix default docker registry host when using private docker registery
  • Avoid race condition when app.docker.prepareBundleLocally is enabled and logging into private docker registry
zodern
published 1.6.0-beta.1 •

zodern
published 1.5.4 •

Changelog

Source

1.5.4 - September 19, 2021

  • Increase worker_connections in nginx (@markdowney)
  • When setting config.privateDockerRegistry, the host option is now optional and defaults to the docker hub registry
  • Moved Prepare Bundle and Push Bundle to separate tasks. This will allow creating hooks that run between those two steps
  • Before building the app, it now deletes the previous build. This should fix the very rare situations where mup deployed the previous build. This can be disabled by setting the app.buildOptions.cleanBuildLocation option to false
  • Fix mup status when the config does not have a servers object
  • Reduced unnecessary output in the deploy check script
  • Mup now sets config.app.buildOptions.buildLocation to the default value while preparing the mup config, making the build location available to other plugins and hooks. You can also see the build location by running mup validate --show
  • Fix mup meteor status when mup uses a non-root user on the server

Prepare Bundle Locally

Mup can build the docker image locally instead of on the remote server, which can be faster and avoids taking resources away from anything else running on the servers. This version has some fixes and performance improvements:

  • When preparing the bundle locally, mup will try to use the docker registry api to change image tags instead of the much slower method of pulling and pushing the images
  • Fix getting node version when app.docker.prepareBundleLocally is enabled (@Floriferous)
  • Fix creating dockerignore file while building bundle locally. This should make building the docker image much faster

Plugin API

  • prepareConfig is now passed an instance of the plugin api as the second argument
zodern
published 1.5.3 •

Changelog

Source

1.5.3 - December 8, 2020

  • Fix getting node version when app.docker.prepareBundleLocally is enabled
  • Fix issue with let's encrypt regenerating SSL certificate too often
zodern
published 1.5.2 •

Changelog

Source

1.5.2 - December 2, 2020

  • Add mup mongo shell command to access a Mongo shell on the server
  • Add app.docker.prepareBundleLocally option to build docker image locally instead of on the servers. It is then pushed to the private docker registry
  • Add warning when using Node 14.0 - 14.15 that the Node version is not supported
  • Fix selecting server for mup ssh and mup meteor debug
  • mup validate --scrub will now scrub proxy and privateDockerRegistry
  • Shows a message when exiting if plugins have updates
  • Add MUP_PROFILE_TASKS env var to show how long each task took
  • Fix running Prepare Bundle when env vars have spaces
  • Fix error shown when unable to find config file on newer Node versions
  • Fix overriding app's port using app.servers[server name].env.PORT
  • Add explanation to Published Ports section of meteor status's output
  • Reduced size of npm package
  • Fix spelling in log in deploy check script
  • Fix mup deploy --cached-build only requires the .tar.gz file, and not the extracted bundle folder. This matches the behavior with mup 1.4.
  • Fix using app.buildOptions.executable option on Windows
  • Document proxy.stickySessions option

Plugin API

  • The verbose option in runTaskList defaults to true when mup is run with the --verbose option
  • Add showDuration option to runTaskList. When true, nodemiral will log how long each task took. Defaults to true when the MUP_PROFILE_TASKS env var is set to true
zodern
published 1.5.2-beta.7 •

zodern
published 1.5.2-beta.6 •

zodern
published 1.5.2-beta.5 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc