Skip to content

Commit dccf5c0

Browse files
Release v0.13.0 (#1343)
1 parent c21a663 commit dccf5c0

File tree

455 files changed

+788
-790
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

455 files changed

+788
-790
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ swagger-operator:
6161
@swagger generate server -A operator --main-package=operator --server-package=operatorapi --exclude-main -P models.Principal -f ./swagger-operator.yml -r NOTICE
6262

6363
assets:
64-
@(cd portal-ui; yarn install; make build-static; yarn prettier --write . --loglevel warn; cd ..)
64+
@(cd portal-ui; yarn install; make build-static; yarn prettier --write . --loglevel warn; cd ..)
6565

6666
test-integration:
6767
@(docker run -d --name minio --rm -p 9000:9000 quay.io/minio/minio:latest server /data{1...4} && sleep 5)

k8s/operator-console/base/console-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: console-sa
1616
containers:
1717
- name: console
18-
image: minio/console:v0.12.9
18+
image: minio/console:v0.13.0
1919
imagePullPolicy: "IfNotPresent"
2020
env:
2121
- name: CONSOLE_OPERATOR_MODE

k8s/operator-console/standalone/console-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
spec:
3333
containers:
3434
- name: console
35-
image: minio/console:v0.12.9
35+
image: minio/console:v0.13.0
3636
imagePullPolicy: "IfNotPresent"
3737
env:
3838
- name: CONSOLE_MINIO_SERVER

node_modules/.yarn-integrity

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

portal-ui/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ default: build-static
22

33
build-static:
44
@echo "Building frontend static assets to 'build'"
5-
yarn build
5+
NODE_OPTIONS=--openssl-legacy-provider yarn build
66

portal-ui/build/asset-manifest.json

Lines changed: 316 additions & 316 deletions
Large diffs are not rendered by default.

portal-ui/build/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

portal-ui/build/static/js/0.13617cf4.chunk.js renamed to portal-ui/build/static/js/0.675c4d5f.chunk.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

portal-ui/build/static/js/0.13617cf4.chunk.js.map renamed to portal-ui/build/static/js/0.675c4d5f.chunk.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

portal-ui/build/static/js/1.0be45f9d.chunk.js renamed to portal-ui/build/static/js/1.e22c3ae8.chunk.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)