Skip to content
New issue

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

Moon 1.9.12 and new browsers #223

Merged
merged 4 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions moon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: moon
version: 1.1.31
appVersion: 1.9.11
version: 1.1.32
appVersion: 1.9.12
description: Moon Helm chart
icon: https://aerokube.com/img/aerokube_logo.svg
59 changes: 55 additions & 4 deletions moon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,12 @@ moon:
port: "4444"
path: "/"
MicrosoftEdge:
default: "113.0"
default: "114.0"
versions:
"114.0":
image: quay.io/browsers/edge:114.0
port: "4444"
path: "/"
"113.0":
image: quay.io/browsers/edge:113.0
port: "4444"
Expand Down Expand Up @@ -579,8 +583,28 @@ moon:
port: "4444"
path: "/"
firefox:
default: "113.0"
default: "118.0"
versions:
"118.0":
image: quay.io/browsers/firefox:118.0
port: "4444"
path: "/wd/hub"
"117.0":
image: quay.io/browsers/firefox:117.0
port: "4444"
path: "/wd/hub"
"116.0":
image: quay.io/browsers/firefox:116.0
port: "4444"
path: "/wd/hub"
"115.0":
image: quay.io/browsers/firefox:115.0
port: "4444"
path: "/wd/hub"
"114.0":
image: quay.io/browsers/firefox:114.0
port: "4444"
path: "/wd/hub"
"113.0":
image: quay.io/browsers/firefox:113.0
port: "4444"
Expand Down Expand Up @@ -1026,8 +1050,20 @@ moon:
port: "4444"
path: "/wd/hub"
chrome:
default: "113.0"
default: "117.0"
versions:
"117.0":
image: quay.io/browsers/chrome:117.0
port: "4444"
"116.0":
image: quay.io/browsers/chrome:116.0
port: "4444"
"115.0":
image: quay.io/browsers/chrome:115.0
port: "4444"
"114.0":
image: quay.io/browsers/chrome:114.0
port: "4444"
"113.0":
image: quay.io/browsers/chrome:113.0
port: "4444"
Expand Down Expand Up @@ -1224,8 +1260,23 @@ moon:
image: quay.io/browsers/chrome:48.0
port: "4444"
opera:
default: "94.0"
default: "103.0"
versions:
"103.0":
image: quay.io/browsers/opera:103.0
port: "4444"
"102.0":
image: quay.io/browsers/opera:102.0
port: "4444"
"101.0":
image: quay.io/browsers/opera:101.0
port: "4444"
"100.0":
image: quay.io/browsers/opera:100.0
port: "4444"
"99.0":
image: quay.io/browsers/opera:99.0
port: "4444"
"98.0":
image: quay.io/browsers/opera:98.0
port: "4444"
Expand Down
2 changes: 1 addition & 1 deletion moon2/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: moon2
version: 2.5.4
version: 2.5.4+1
appVersion: 2.5.4
description: Moon Helm chart
icon: https://aerokube.com/img/aerokube_logo.svg
6 changes: 3 additions & 3 deletions moon2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -436,13 +436,13 @@ browsers:
default: 115.0.1901.203-5
chrome:
repository: quay.io/browser/google-chrome-stable
default: 117.0.5938.88-5
default: 118.0.5993.88-6
firefox:
repository: quay.io/browser/firefox-mozilla-build
default: 117.0.1-4
default: 119.0.0-5
opera:
repository: quay.io/browser/opera-stable
default: 102.0.4880.56-6
default: 103.0.4928.34-7
safari:
repository: quay.io/browser/safari
default: 15.0-0
Expand Down
Loading