Skip to content

Commit

Permalink
Merge pull request #1366 from zodern/1.5.11
Browse files Browse the repository at this point in the history
Release 1.5.11
  • Loading branch information
zodern authored Oct 21, 2024
2 parents 2272e10 + 2dcfb20 commit fcf2c23
Show file tree
Hide file tree
Showing 26 changed files with 2,307 additions and 3,478 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ jobs:
fail-fast: false
matrix:
include:
- nodeVersion: 8.x
- nodeVersion: 10.x
testPlugins: "meteor"
testOptions: "--non-root"
- nodeVersion: 8.x
- nodeVersion: 10.x
testPlugins: "docker,mongo,proxy,default"
testOptions: "--non-root"
- nodeVersion: 14.x
- nodeVersion: 22.x
testPlugins: "meteor"
testOptions: ""
- nodeVersion: 14.x
- nodeVersion: 22.x
testPlugins: "docker,mongo,proxy,default"
testOptions: ""
steps:
Expand All @@ -66,6 +66,9 @@ jobs:
- name: Install npm dependencies
run: npm ci

- name: Free up space
run: sudo rm -rf /usr/local/lib/android

- name: Run tests
env:
TEST_PLUGINS: ${{ matrix.testPlugins }}
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.5.11 - October 21, 2024

- Node 8 is no longer supported. The minimum node version is 10.16
- Fix issues with deploying in Node 20.10 and newer
- Fix some ssh issues
- Add support for MongodB 6 and newer (@bessw)
- Add `mongo.dataPath` option
- When there is a connection issue with SSH, the error now includes the hostname of the server
- Fix running `mup proxy reconfig-shared` when shared nginx config is not configured

## 1.5.10 - January 25, 2022

- Support relative paths for proxy.shared.nginxConfig (@sitiarel)
Expand Down
5 changes: 4 additions & 1 deletion docs/.stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"ignoreFiles": [
"css/tocbot.css",
"css/highlight.css"
]
],
"rules": {
"media-feature-range-notation": null
}
}
2 changes: 1 addition & 1 deletion docs/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ body {
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background-color: #1c2126;
background-image: url(../imgs/space-bg-shadowcodex.jpg);
background-image: url("../imgs/space-bg-shadowcodex.jpg");
background-attachment: fixed;
background-size: cover;
color: white;
Expand Down
14 changes: 7 additions & 7 deletions docs/css/docs.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#docs-head {
padding-top: 50px;
display: flex;
background-color: rgba(28, 33, 38, 0.3);
background-color: rgb(28 33 38 / 30%);
height: 100px;
align-items: center;
justify-content: center;
Expand All @@ -14,7 +14,7 @@
}

.docs-wrapper {
background: rgba(28, 33, 38, 1);
background: rgb(28 33 38 / 100%);
display: flex;
flex-direction: row-reverse;
}
Expand All @@ -24,7 +24,7 @@
min-width: 250px;
padding: 0 50px;
margin: 0 auto;
background: rgba(28, 33, 38, 1);
background: rgb(28 33 38 / 100%);
}

.docs-content h2 {
Expand Down Expand Up @@ -99,7 +99,7 @@

a.toc-link {
text-decoration: none;
color: rgba(256, 256, 256, 0.8);
color: rgb(256 256 256 / 80%);
}

.is-active-link {
Expand Down Expand Up @@ -147,7 +147,7 @@ a.toc-link {
.docs-content table td {
padding: 10px 5px;
font-size: 14px;
border-bottom: 1px solid rgba(256, 256, 256, 0.2);
border-bottom: 1px solid rgb(256 256 256 / 20%);
}

.docs-content table tr:last-child td {
Expand Down Expand Up @@ -179,7 +179,7 @@ a.toc-link {
width: 100%;
text-align: center;
cursor: pointer;
background: rgba(28, 33, 38, 1);
background: rgb(28 33 38 / 100%);
}

.docs-nav-wrapper .close {
Expand All @@ -192,7 +192,7 @@ a.toc-link {
width: 30px;
height: 30px;
z-index: 15;
background: rgba(0, 0, 0, 0.5);
background: rgb(0 0 0 / 50%);
padding: 6px;
cursor: pointer;
}
Expand Down
6 changes: 3 additions & 3 deletions docs/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
vertical-align: top;
height: 140px;
background: white;
color: rgb(28, 31, 35);
color: rgb(28 31 35);
border-radius: 1px;
padding: 20px;
margin: 0 20px 20px 0;
Expand Down Expand Up @@ -48,7 +48,7 @@
justify-content: center;
align-items: center;
flex-direction: column;
background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, rgba(28, 31, 35, 0.79) 71.75%, rgb(28, 33, 38) 100%);
background: linear-gradient(180deg, rgb(27 27 27 / 0%) 0%, rgb(28 31 35 / 79%) 71.75%, rgb(28 33 38) 100%);
}

#hero .content {
Expand Down Expand Up @@ -126,7 +126,7 @@
#community {
padding: 50px 100px 100px;
background: #ffffffa1;
color: rgb(28, 31, 35);
color: rgb(28 31 35);
}

#community .content {
Expand Down
8 changes: 7 additions & 1 deletion docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,12 @@ module.exports = {
// (optional, default is 3.4.1) Version of MongoDB
version: '3.4.1',

// (optional, default is the name of the app)
dbName: 'maps',

// (optional, default is /var/lib/mongodb) Folder to store the mongodb data
dataPath: '/var/lib/mongodb',

servers: {
one: {}
}
Expand Down Expand Up @@ -293,7 +299,7 @@ Mup supports Meteor 1.2 and newer, though you might need to change the docker im
| Meteor version | Docker image | Prepare Bundle | Notes |
| --- | --- | --- |
| 1.2 - 1.3 | `kadirahq/meteord` | false | This is the default docker image. When using Meteor 1.2, `app.buildOptions.serverOnly` should be false. |
| 1.2 - 2.6 and newer | `zodern/meteor:root` | true | Automatically uses the correct node version for the app's Meteor version. |
| 1.2 - 3.0 and newer | `zodern/meteor:root` | true | Automatically uses the correct node version for the app's Meteor version. |
| 1.4 - 1.5 | `abernix/meteord:node-4-base` | true | |
| 1.6 - 1.8| `abernix/meteord:node-8-base` | true | |
| 1.9 - 2.2 | `abernix/meteord:node-12-base` | true | |
Expand Down
Loading

0 comments on commit fcf2c23

Please sign in to comment.