Skip to content

Commit

Permalink
Merge pull request #144 from vania-pooh/master
Browse files Browse the repository at this point in the history
Moon 1.9.2 release
  • Loading branch information
vania-pooh authored Oct 10, 2021
2 parents e6ba3d3 + 008f1db commit 36c42ae
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 19 deletions.
34 changes: 28 additions & 6 deletions moon-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ spec:
serviceAccountName: moon
containers:
- name: moon
image: aerokube/moon:1.9.1
image: aerokube/moon:1.9.2
args: ["-namespace", "moon", "-license-file", "/license/license.key", "-disable-cpu-limits", "-disable-memory-limits", "-service-account-name", "moon"]
ports:
- containerPort: 4444
Expand All @@ -127,7 +127,7 @@ spec:
mountPath: /license
readOnly: true
- name: moon-api
image: aerokube/moon-api:1.9.1
image: aerokube/moon-api:1.9.2
args: ["-namespace", "moon", "-license-file", "/license/license.key", "-listen", ":8888"]
ports:
- containerPort: 8888
Expand All @@ -139,7 +139,7 @@ spec:
mountPath: /license
readOnly: true
- name: selenoid-ui
image: aerokube/selenoid-ui:1.10.3
image: aerokube/selenoid-ui:1.10.4
args: ["-status-uri", "http://localhost:8888", "-webdriver-uri", "http://localhost:4444"]
ports:
- name: selenoid-ui
Expand Down Expand Up @@ -663,8 +663,18 @@ data:
}
},
"MicrosoftEdge": {
"default": "93.0",
"default": "95.0",
"versions": {
"95.0": {
"image": "quay.io/browsers/edge:95.0",
"port": "4444",
"path": "/"
},
"94.0": {
"image": "quay.io/browsers/edge:94.0",
"port": "4444",
"path": "/"
},
"93.0": {
"image": "quay.io/browsers/edge:93.0",
"port": "4444",
Expand Down Expand Up @@ -1153,8 +1163,12 @@ data:
}
},
"chrome": {
"default": "93.0",
"default": "94.0",
"versions": {
"94.0": {
"image": "quay.io/browsers/chrome:94.0",
"port": "4444"
},
"93.0": {
"image": "quay.io/browsers/chrome:93.0",
"port": "4444"
Expand Down Expand Up @@ -1338,8 +1352,16 @@ data:
}
},
"opera": {
"default": "78.0",
"default": "80.0",
"versions": {
"80.0": {
"image": "quay.io/browsers/opera:80.0",
"port": "4444"
},
"79.0": {
"image": "quay.io/browsers/opera:79.0",
"port": "4444"
},
"78.0": {
"image": "quay.io/browsers/opera:78.0",
"port": "4444"
Expand Down
2 changes: 1 addition & 1 deletion moon-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
serviceAccountName: moon-monitor
containers:
- name: moon-monitor
image: aerokube/moon-monitor:1.9.1
image: aerokube/moon-monitor:1.9.2
args:
- -namespace # -namespace flag specifies namespace where Moon is running
- moon
Expand Down
34 changes: 28 additions & 6 deletions moon-openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,18 @@ objects:
}
},
"MicrosoftEdge": {
"default": "93.0",
"default": "95.0",
"versions": {
"95.0": {
"image": "quay.io/browsers/edge:95.0",
"port": "4444",
"path": "/"
},
"94.0": {
"image": "quay.io/browsers/edge:94.0",
"port": "4444",
"path": "/"
},
"93.0": {
"image": "quay.io/browsers/edge:93.0",
"port": "4444",
Expand Down Expand Up @@ -1222,8 +1232,12 @@ objects:
}
},
"chrome": {
"default": "93.0",
"default": "94.0",
"versions": {
"94.0": {
"image": "quay.io/browsers/chrome:94.0",
"port": "4444"
},
"93.0": {
"image": "quay.io/browsers/chrome:93.0",
"port": "4444"
Expand Down Expand Up @@ -1407,8 +1421,16 @@ objects:
}
},
"opera": {
"default": "78.0",
"default": "80.0",
"versions": {
"80.0": {
"image": "quay.io/browsers/opera:80.0",
"port": "4444"
},
"79.0": {
"image": "quay.io/browsers/opera:79.0",
"port": "4444"
},
"78.0": {
"image": "quay.io/browsers/opera:78.0",
"port": "4444"
Expand Down Expand Up @@ -1619,19 +1641,19 @@ parameters:
- name: MOON_IMAGE
displayName: Moon docker image
description: Name of the image to be used.
value: quay.io/aerokube/moon:1.9.1
value: quay.io/aerokube/moon:1.9.2
required: true

- name: MOON_API_IMAGE
displayName: Moon-API docker image
description: Name of the image to be used.
value: quay.io/aerokube/moon-api:1.9.1
value: quay.io/aerokube/moon-api:1.9.2
required: true

- name: MOON_UI_IMAGE
displayName: Moon-UI docker image
description: Name of the image to be used.
value: quay.io/aerokube/selenoid-ui:1.10.3
value: quay.io/aerokube/selenoid-ui:1.10.4
required: true

- name: MOON_PODS
Expand Down
34 changes: 28 additions & 6 deletions moon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ spec:
spec:
containers:
- name: moon
image: aerokube/moon:1.9.1
image: aerokube/moon:1.9.2
args: ["-namespace", "moon", "-license-file", "/license/license.key"]
resources:
limits:
Expand Down Expand Up @@ -167,7 +167,7 @@ spec:
mountPath: /license
readOnly: true
- name: moon-api
image: aerokube/moon-api:1.9.1
image: aerokube/moon-api:1.9.2
args: ["-namespace", "moon", "-license-file", "/license/license.key", "-listen", ":8888"]
resources:
limits:
Expand All @@ -186,7 +186,7 @@ spec:
mountPath: /license
readOnly: true
- name: selenoid-ui
image: aerokube/selenoid-ui:1.10.3
image: aerokube/selenoid-ui:1.10.4
args: ["-status-uri", "http://localhost:8888", "-webdriver-uri", "http://localhost:4444"]
resources:
limits:
Expand Down Expand Up @@ -718,8 +718,18 @@ data:
}
},
"MicrosoftEdge": {
"default": "93.0",
"default": "95.0",
"versions": {
"95.0": {
"image": "quay.io/browsers/edge:95.0",
"port": "4444",
"path": "/"
},
"94.0": {
"image": "quay.io/browsers/edge:94.0",
"port": "4444",
"path": "/"
},
"93.0": {
"image": "quay.io/browsers/edge:93.0",
"port": "4444",
Expand Down Expand Up @@ -1208,8 +1218,12 @@ data:
}
},
"chrome": {
"default": "93.0",
"default": "94.0",
"versions": {
"94.0": {
"image": "quay.io/browsers/chrome:94.0",
"port": "4444"
},
"93.0": {
"image": "quay.io/browsers/chrome:93.0",
"port": "4444"
Expand Down Expand Up @@ -1393,8 +1407,16 @@ data:
}
},
"opera": {
"default": "78.0",
"default": "80.0",
"versions": {
"80.0": {
"image": "quay.io/browsers/opera:80.0",
"port": "4444"
},
"79.0": {
"image": "quay.io/browsers/opera:79.0",
"port": "4444"
},
"78.0": {
"image": "quay.io/browsers/opera:78.0",
"port": "4444"
Expand Down

0 comments on commit 36c42ae

Please sign in to comment.