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

Update dependencies and Node to v16 #3828

Merged
merged 13 commits into from
Nov 17, 2021
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
npm-debug.log
testem.log
/typings
.angular

# System files.
.DS_Store
Expand Down
18 changes: 9 additions & 9 deletions .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.17-node-14-kind-0.11-1
- image: quay.io/kubermatic/build:go-1.17-node-16-kind-0.11-1
command:
- make
- verify-go
Expand All @@ -51,7 +51,7 @@ presubmits:
clone_uri: "ssh://git@github.com/kubermatic/dashboard.git"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.17-node-14-kind-0.11-1
- image: quay.io/kubermatic/build:go-1.17-node-16-kind-0.11-1
command:
- make
- check
Expand All @@ -69,7 +69,7 @@ presubmits:
clone_uri: "ssh://git@github.com/kubermatic/dashboard.git"
spec:
containers:
- image: quay.io/kubermatic/chrome-headless:v0.10
- image: quay.io/kubermatic/chrome-headless:v0.11
command:
- make
- test-headless
Expand Down Expand Up @@ -117,7 +117,7 @@ presubmits:
preset-scratch-tmpfs: "true"
spec:
containers:
- image: quay.io/kubermatic/e2e-kind-cypress:v1.8.0
- image: quay.io/kubermatic/e2e-kind-cypress:v1.9.0
imagePullPolicy: Always
command:
- make
Expand Down Expand Up @@ -172,7 +172,7 @@ presubmits:
preset-scratch-tmpfs: "true"
spec:
containers:
- image: quay.io/kubermatic/e2e-kind-cypress:v1.8.0
- image: quay.io/kubermatic/e2e-kind-cypress:v1.9.0
imagePullPolicy: Always
command:
- make
Expand Down Expand Up @@ -207,7 +207,7 @@ presubmits:
preset-minio: "true"
spec:
containers:
- image: quay.io/kubermatic/e2e-cypress:v1.0.0
- image: quay.io/kubermatic/e2e-cypress:v1.1.0
imagePullPolicy: Always
command:
- make
Expand Down Expand Up @@ -235,7 +235,7 @@ presubmits:
preset-minio: "true"
spec:
containers:
- image: quay.io/kubermatic/e2e-cypress:v1.0.0
- image: quay.io/kubermatic/e2e-cypress:v1.1.0
imagePullPolicy: Always
command:
- make
Expand Down Expand Up @@ -266,7 +266,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.17-node-14-kind-0.11-1
- image: quay.io/kubermatic/build:go-1.17-node-16-kind-0.11-1
imagePullPolicy: Always
command:
- /bin/bash
Expand Down Expand Up @@ -294,7 +294,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.17-node-14-kind-0.11-1
- image: quay.io/kubermatic/build:go-1.17-node-16-kind-0.11-1
imagePullPolicy: Always
command:
- /bin/bash
Expand Down
2 changes: 1 addition & 1 deletion containers/chrome-headless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM quay.io/kubermatic/build:go-1.17-node-14-kind-0.11-1
FROM quay.io/kubermatic/build:go-1.17-node-16-kind-0.11-1
LABEL maintainer="support@kubermatic.com"

# Install Google Chrome
Expand Down
2 changes: 1 addition & 1 deletion containers/chrome-headless/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

TAG=v0.10
TAG=v0.11

set -euo pipefail

Expand Down
2 changes: 1 addition & 1 deletion containers/custom-dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM quay.io/kubermatic/build:go-1.16-kind-0.8-nodejs-14.16-0
FROM quay.io/kubermatic/build:go-1.17-node-16-kind-0.11-1
LABEL maintainer="support@kubermatic.com"

ENV NG_CLI_ANALYTICS=ci
Expand Down
2 changes: 1 addition & 1 deletion containers/e2e-cypress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM quay.io/kubermatic/build:go-1.17-node-14-kind-0.11-1 AS kkpbuild
FROM quay.io/kubermatic/build:go-1.17-node-16-kind-0.11-1 AS kkpbuild

FROM cypress/browsers:node14.17.0-chrome88-ff89
LABEL maintainer="support@kubermatic.com"
Expand Down
2 changes: 1 addition & 1 deletion containers/e2e-cypress/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -e

cd $(dirname $0)

image="quay.io/kubermatic/e2e-cypress:v1.0.0"
image="quay.io/kubermatic/e2e-cypress:v1.1.0"

docker build --no-cache --pull -t "$image" .
docker push "$image"
2 changes: 1 addition & 1 deletion containers/e2e-kind-cypress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM quay.io/kubermatic/build:go-1.17-node-14-kind-0.11-1 AS kkpbuild
FROM quay.io/kubermatic/build:go-1.17-node-16-kind-0.11-1 AS kkpbuild

FROM cypress/browsers:node14.17.0-chrome88-ff89
LABEL maintainer="support@kubermatic.com"
Expand Down
2 changes: 1 addition & 1 deletion containers/e2e-kind-cypress/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -e

cd $(dirname $0)

image="quay.io/kubermatic/e2e-kind-cypress:v1.8.0"
image="quay.io/kubermatic/e2e-kind-cypress:v1.9.0"

docker build --no-cache --pull -t "$image" .
docker push "$image"
4 changes: 2 additions & 2 deletions cypress/support/paste.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {Paths} from './paths';
* @example
* cy.get('body').pasteFile('filename.txt');
*/
export function pasteFile(subject, filename): Chainable {
export function pasteFile(subject: any, filename: string): Chainable {
Cypress.log({
displayName: 'pasteFile',
message: `Subject: ${subject.selector}\n Filename: ${filename}\n`,
Expand All @@ -49,7 +49,7 @@ export function pasteFile(subject, filename): Chainable {
* @example
* cy.get('body').paste('some text to paste');
*/
export function paste(subject, text): Chainable {
export function paste(subject: any, text: string): Chainable {
Cypress.log({
displayName: 'paste',
message: `Subject: ${subject.selector}\n Text: ${text}\n`,
Expand Down
Loading