diff --git a/README.md b/README.md index 8e52cfaef53..77e8fb0026d 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ for [kustomize](https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kusto use that to install MiniO Operator. ```sh -kubectl kustomize github.com/minio/operator\?ref=v5.0.15 +kubectl kustomize github.com/minio/operator\?ref=v5.0.16 ``` Run the following command to verify the status of the Operator: diff --git a/api/consts.go b/api/consts.go index ba25fe015cc..4a676e402c9 100644 --- a/api/consts.go +++ b/api/consts.go @@ -28,7 +28,7 @@ const ( // Image versions - KESImageVersion = "minio/kes:2024-04-12T13-50-00Z" + KESImageVersion = "minio/kes:2024-06-17T15-47-05Z" // Constants for common configuration MinioImage = "OPERATOR_MINIO_IMAGE" diff --git a/docs/policybinding_crd.adoc b/docs/policybinding_crd.adoc index cef8cb1b8ba..fcded846bb0 100644 --- a/docs/policybinding_crd.adoc +++ b/docs/policybinding_crd.adoc @@ -4,8 +4,8 @@ [id="{p}-api-reference"] == API Reference -:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-05-01T01-11-10Z] -:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-04-12T13-50-00Z] +:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-07-04T14-25-45Z] +:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-06-17T15-47-05Z] [id="{anchor_prefix}-sts-min-io-v1alpha1"] diff --git a/docs/templates/asciidoctor/gv_list.tpl b/docs/templates/asciidoctor/gv_list.tpl index c4d240154ba..f654b4718b8 100644 --- a/docs/templates/asciidoctor/gv_list.tpl +++ b/docs/templates/asciidoctor/gv_list.tpl @@ -7,8 +7,8 @@ [id="{p}-api-reference"] == API Reference -:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-05-01T01-11-10Z] -:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-04-12T13-50-00Z] +:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-07-04T14-25-45Z] +:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-06-17T15-47-05Z] {{ range $groupVersions }} {{ template "gvDetails" . }} diff --git a/docs/tenant_crd.adoc b/docs/tenant_crd.adoc index 51e52b759eb..ccdc744c399 100644 --- a/docs/tenant_crd.adoc +++ b/docs/tenant_crd.adoc @@ -4,8 +4,8 @@ [id="{p}-api-reference"] == API Reference -:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-05-01T01-11-10Z] -:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-04-12T13-50-00Z] +:minio-image: https://hub.docker.com/r/minio/minio/tags[minio/minio:RELEASE.2024-07-04T14-25-45Z] +:kes-image: https://hub.docker.com/r/minio/kes/tags[minio/kes:2024-06-17T15-47-05Z] [id="{anchor_prefix}-minio-min-io-v2"] diff --git a/examples/kustomization/base/tenant.yaml b/examples/kustomization/base/tenant.yaml index bf3195a353c..acb5916bae6 100644 --- a/examples/kustomization/base/tenant.yaml +++ b/examples/kustomization/base/tenant.yaml @@ -144,7 +144,7 @@ spec: ## https://github.com/minio/minio/tree/master/docs/tls/kubernetes#2-create-kubernetes-secret externalClientCertSecrets: [ ] ## Registry location and Tag to download MinIO Server image - image: quay.io/minio/minio:RELEASE.2024-05-01T01-11-10Z + image: quay.io/minio/minio:RELEASE.2024-07-04T14-25-45Z imagePullSecret: { } ## Mount path where PV will be mounted inside container(s). mountPath: /export @@ -253,7 +253,7 @@ spec: ## Audit Logs will be deprecated soon, commenting out for now!. ## LogSearch API setup for MinIO Tenant. # log: - # image: "" # defaults to minio/operator:v5.0.15 + # image: "" # defaults to minio/operator:v5.0.16 # env: [ ] # resources: { } # nodeSelector: { } diff --git a/examples/kustomization/tenant-certmanager-kes/tenant.yaml b/examples/kustomization/tenant-certmanager-kes/tenant.yaml index 2d03e229481..245c362d4c9 100644 --- a/examples/kustomization/tenant-certmanager-kes/tenant.yaml +++ b/examples/kustomization/tenant-certmanager-kes/tenant.yaml @@ -14,7 +14,7 @@ spec: externalCertSecret: name: tenant-certmanager-2-tls type: cert-manager.io/v1 - image: minio/kes:2024-04-12T13-50-00Z + image: minio/kes:2024-06-17T15-47-05Z imagePullPolicy: IfNotPresent kesSecret: name: kes-configuration diff --git a/examples/kustomization/tenant-kes-encryption/tenant.yaml b/examples/kustomization/tenant-kes-encryption/tenant.yaml index 870402844db..93aa5fdac98 100644 --- a/examples/kustomization/tenant-kes-encryption/tenant.yaml +++ b/examples/kustomization/tenant-kes-encryption/tenant.yaml @@ -7,7 +7,7 @@ spec: ## Define configuration for KES (stateless and distributed key-management system) ## Refer https://github.com/minio/kes kes: - image: "" # minio/kes:2024-04-12T13-50-00Z + image: "" # minio/kes:2024-06-17T15-47-05Z env: [ ] replicas: 2 kesSecret: diff --git a/helm/operator/Chart.yaml b/helm/operator/Chart.yaml index 70764f45a72..c9d073b98e1 100644 --- a/helm/operator/Chart.yaml +++ b/helm/operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: A Helm chart for MinIO Operator name: operator -version: 5.0.15 -appVersion: v5.0.15 +version: 5.0.16 +appVersion: v5.0.16 keywords: - storage - object-storage diff --git a/helm/operator/values.yaml b/helm/operator/values.yaml index b7e59c584d6..3663fc1861f 100644 --- a/helm/operator/values.yaml +++ b/helm/operator/values.yaml @@ -37,14 +37,14 @@ operator: ### # Specify the Operator container image to use for the deployment. # ``image.tag`` - # For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v5.0.15 tag. + # For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v5.0.16 tag. # The container pulls the image if not already present: # # .. code-block:: yaml # # image: # repository: quay.io/minio/operator - # tag: v5.0.15 + # tag: v5.0.16 # pullPolicy: IfNotPresent # # The chart also supports specifying an image based on digest value: @@ -58,7 +58,7 @@ operator: # image: repository: quay.io/minio/operator - tag: v5.0.15 + tag: v5.0.16 pullPolicy: IfNotPresent ### # @@ -184,14 +184,14 @@ console: ### # Specify the Operator Console container image to use for the deployment. # ``image.tag`` - # For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v5.0.15 tag. + # For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v5.0.16 tag. # The container pulls the image if not already present: # # .. code-block:: yaml # # image: # repository: quay.io/minio/operator - # tag: v5.0.15 + # tag: v5.0.16 # pullPolicy: IfNotPresent # # The chart also supports specifying an image based on digest value: @@ -206,7 +206,7 @@ console: # The specified values should match that of ``operator.image`` to ensure predictable operations. image: repository: quay.io/minio/operator - tag: v5.0.15 + tag: v5.0.16 pullPolicy: IfNotPresent ### # An array of environment variables to pass to the Operator Console deployment. diff --git a/helm/tenant/Chart.yaml b/helm/tenant/Chart.yaml index 31885cb5894..356f8bdc966 100644 --- a/helm/tenant/Chart.yaml +++ b/helm/tenant/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: A Helm chart for MinIO Operator name: tenant -version: 5.0.15 -appVersion: v5.0.15 +version: 5.0.16 +appVersion: v5.0.16 keywords: - storage - object-storage diff --git a/helm/tenant/values.yaml b/helm/tenant/values.yaml index d95cdd1a90c..2f46a93e379 100644 --- a/helm/tenant/values.yaml +++ b/helm/tenant/values.yaml @@ -1,5 +1,5 @@ ### -# WARNING: '.secrets' is deprecated since v5.0.15 and will be removed in next minor release (i.e. v5.1.0). +# WARNING: '.secrets' is deprecated since v5.0.16 and will be removed in next minor release (i.e. v5.1.0). # WARNING: Please use '.tenant.configSecret' instead. # Root key for dynamically creating a secret for use with configuring root MinIO User # Specify the ``name`` and then a list of environment variables. @@ -48,14 +48,14 @@ tenant: ### # Specify the Operator container image to use for the deployment. # ``image.tag`` - # For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v5.0.15 tag. + # For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v5.0.16 tag. # The container pulls the image if not already present: # # .. code-block:: yaml # # image: # repository: quay.io/minio/minio - # tag: RELEASE.2024-05-01T01-11-10Z + # tag: RELEASE.2024-07-04T14-25-45Z # pullPolicy: IfNotPresent # # The chart also supports specifying an image based on digest value: @@ -70,7 +70,7 @@ tenant: # image: repository: quay.io/minio/minio - tag: RELEASE.2024-05-01T01-11-10Z + tag: RELEASE.2024-07-04T14-25-45Z pullPolicy: IfNotPresent ### # @@ -383,14 +383,14 @@ tenant: # # Image from tag (original behavior), for example: # # image: # # repository: quay.io/minio/kes - # # tag: 2024-04-12T13-50-00Z + # # tag: 2024-06-17T15-47-05Z # # Image from digest (added after original behavior), for example: # # image: # # repository: quay.io/minio/kes@sha256 # # digest: fb15af611149892f357a8a99d1bcd8bf5dae713bd64c15e6eb27fbdb88fc208b # image: # repository: quay.io/minio/kes - # tag: 2024-04-12T13-50-00Z + # tag: 2024-06-17T15-47-05Z # pullPolicy: IfNotPresent # env: [ ] # replicas: 2 diff --git a/pkg/apis/job.min.io/v1alpha1/types.go b/pkg/apis/job.min.io/v1alpha1/types.go index a1a90f7c0ee..4a5a6ebb18e 100644 --- a/pkg/apis/job.min.io/v1alpha1/types.go +++ b/pkg/apis/job.min.io/v1alpha1/types.go @@ -34,7 +34,7 @@ const ( // +kubebuilder:resource:scope=Namespaced,shortName=miniojob,singular=miniojob // +kubebuilder:printcolumn:name="Tenant",type=string,JSONPath=`.spec.tenant.name` // +kubebuilder:printcolumn:name="Phase",type=string,JSONPath=`.spec.status.phase` -// +kubebuilder:metadata:annotations=operator.min.io/version=v5.0.15 +// +kubebuilder:metadata:annotations=operator.min.io/version=v5.0.16 // MinIOJob is a top-level type. A client is created for it type MinIOJob struct { diff --git a/pkg/apis/minio.min.io/v2/constants.go b/pkg/apis/minio.min.io/v2/constants.go index ccb26ffe402..767992b968b 100644 --- a/pkg/apis/minio.min.io/v2/constants.go +++ b/pkg/apis/minio.min.io/v2/constants.go @@ -97,7 +97,7 @@ const MinIOVolumeMountPath = "/export" const MinIOVolumeSubPath = "" // DefaultMinIOImage specifies the default MinIO Docker hub image -const DefaultMinIOImage = "minio/minio:RELEASE.2024-05-01T01-11-10Z" +const DefaultMinIOImage = "minio/minio:RELEASE.2024-07-04T14-25-45Z" // DefaultMinIOUpdateURL specifies the default MinIO URL where binaries are // pulled from during MinIO upgrades @@ -135,7 +135,7 @@ const ConsoleAdminPolicyName = "consoleAdmin" // KES Related Constants // DefaultKESImage specifies the latest KES Docker hub image -const DefaultKESImage = "minio/kes:2024-04-12T13-50-00Z" +const DefaultKESImage = "minio/kes:2024-06-17T15-47-05Z" // KESInstanceLabel is applied to the KES pods of a Tenant cluster const KESInstanceLabel = "v1.min.io/kes" diff --git a/pkg/apis/minio.min.io/v2/types.go b/pkg/apis/minio.min.io/v2/types.go index bb9ce62dae9..5459f9ed528 100644 --- a/pkg/apis/minio.min.io/v2/types.go +++ b/pkg/apis/minio.min.io/v2/types.go @@ -30,7 +30,7 @@ import ( // +kubebuilder:resource:scope=Namespaced,shortName=tenant,singular=tenant // +kubebuilder:printcolumn:name="State",type="string",JSONPath=".status.currentState" // +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp" -// +kubebuilder:metadata:annotations=operator.min.io/version=v5.0.15 +// +kubebuilder:metadata:annotations=operator.min.io/version=v5.0.16 // +kubebuilder:storageversion type Tenant struct { metav1.TypeMeta `json:",inline"` diff --git a/pkg/apis/sts.min.io/v1alpha1/types.go b/pkg/apis/sts.min.io/v1alpha1/types.go index ba7113667a3..9bf5d6b18b6 100644 --- a/pkg/apis/sts.min.io/v1alpha1/types.go +++ b/pkg/apis/sts.min.io/v1alpha1/types.go @@ -25,7 +25,7 @@ import ( // +kubebuilder:resource:scope=Namespaced,shortName=policybinding,singular=policybinding // +kubebuilder:printcolumn:name="State",type="string",JSONPath=".status.currentState" // +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp" -// +kubebuilder:metadata:annotations=operator.min.io/version=v5.0.15 +// +kubebuilder:metadata:annotations=operator.min.io/version=v5.0.16 // +kubebuilder:storageversion // PolicyBinding is a https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/[Kubernetes object] describing a MinIO PolicyBinding. diff --git a/pkg/controller/operator.go b/pkg/controller/operator.go index a8f19b95eb4..e53ec03f83f 100644 --- a/pkg/controller/operator.go +++ b/pkg/controller/operator.go @@ -61,7 +61,7 @@ const ( // DefaultDeploymentName is the default name of the operator deployment DefaultDeploymentName = "minio-operator" // DefaultOperatorImage is the version fo the operator being used - DefaultOperatorImage = "minio/operator:v5.0.15" + DefaultOperatorImage = "minio/operator:v5.0.16" // DefaultOperatorImageEnv is the default image to minio instance DefaultOperatorImageEnv = "MINIO_OPERATOR_IMAGE" ) diff --git a/resources/base/console-ui.yaml b/resources/base/console-ui.yaml index 22e2ac41b92..d6cefcb29f2 100644 --- a/resources/base/console-ui.yaml +++ b/resources/base/console-ui.yaml @@ -289,7 +289,7 @@ spec: - args: - ui - --certs-dir=/tmp/certs - image: minio/operator:v5.0.15 + image: minio/operator:v5.0.16 imagePullPolicy: IfNotPresent name: console securityContext: diff --git a/resources/base/deployment.yaml b/resources/base/deployment.yaml index 16789a2d32a..384b2cb5c1c 100644 --- a/resources/base/deployment.yaml +++ b/resources/base/deployment.yaml @@ -23,7 +23,7 @@ spec: serviceAccountName: minio-operator containers: - name: minio-operator - image: minio/operator:v5.0.15 + image: minio/operator:v5.0.16 imagePullPolicy: IfNotPresent args: - controller diff --git a/resources/kustomization.yaml b/resources/kustomization.yaml index 81971bc4786..3a927a41e0e 100644 --- a/resources/kustomization.yaml +++ b/resources/kustomization.yaml @@ -5,7 +5,7 @@ commonAnnotations: operator.min.io/authors: "MinIO, Inc." operator.min.io/license: "AGPLv3" operator.min.io/support: "https://subnet.min.io" - operator.min.io/version: v5.0.15 + operator.min.io/version: v5.0.16 commonLabels: app.kubernetes.io/name: operator resources: diff --git a/testing/console-tenant+kes.sh b/testing/console-tenant+kes.sh index 426449c9e08..38b0a8baa58 100755 --- a/testing/console-tenant+kes.sh +++ b/testing/console-tenant+kes.sh @@ -120,7 +120,7 @@ function test_kes_tenant() { sed -i -e 's/ROLE_ID/'"$ROLE_ID"'/g' "${SCRIPT_DIR}/kes-config.yaml" sed -i -e 's/SECRET_ID/'"$SECRET_ID"'/g' "${SCRIPT_DIR}/kes-config.yaml" cp "${SCRIPT_DIR}/kes-config.yaml" "${SCRIPT_DIR}/../examples/kustomization/tenant-kes-encryption/kes-configuration-secret.yaml" - yq e -i '.spec.kes.image = "minio/kes:2024-04-12T13-50-00Z"' "${SCRIPT_DIR}/../examples/kustomization/tenant-kes-encryption/tenant.yaml" + yq e -i '.spec.kes.image = "minio/kes:2024-06-17T15-47-05Z"' "${SCRIPT_DIR}/../examples/kustomization/tenant-kes-encryption/tenant.yaml" kubectl apply -k "${SCRIPT_DIR}/../examples/kustomization/tenant-kes-encryption" echo "Check Tenant Status in tenant-kms-encrypted namespace for myminio:" diff --git a/web-app/build/asset-manifest.json b/web-app/build/asset-manifest.json index bbf451002cf..373ce38efdf 100644 --- a/web-app/build/asset-manifest.json +++ b/web-app/build/asset-manifest.json @@ -1,21 +1,21 @@ { "files": { "main.css": "./static/css/main.110caa22.css", - "main.js": "./static/js/main.bbc673b5.js", + "main.js": "./static/js/main.ae3d0722.js", "static/js/301.d424161c.chunk.js": "./static/js/301.d424161c.chunk.js", "static/js/361.970b063b.chunk.js": "./static/js/361.970b063b.chunk.js", "static/js/450.be9d2e55.chunk.js": "./static/js/450.be9d2e55.chunk.js", "static/js/799.359bf5c9.chunk.js": "./static/js/799.359bf5c9.chunk.js", - "static/js/577.4e2f491e.chunk.js": "./static/js/577.4e2f491e.chunk.js", - "static/js/890.17acf929.chunk.js": "./static/js/890.17acf929.chunk.js", + "static/js/577.8b7e6a65.chunk.js": "./static/js/577.8b7e6a65.chunk.js", + "static/js/890.ed0b3825.chunk.js": "./static/js/890.ed0b3825.chunk.js", "static/js/872.9de95914.chunk.js": "./static/js/872.9de95914.chunk.js", - "static/js/629.e9da79a6.chunk.js": "./static/js/629.e9da79a6.chunk.js", - "static/js/381.6e506d98.chunk.js": "./static/js/381.6e506d98.chunk.js", + "static/js/629.5cf92ab8.chunk.js": "./static/js/629.5cf92ab8.chunk.js", + "static/js/381.5deb6719.chunk.js": "./static/js/381.5deb6719.chunk.js", "static/js/941.a504f48a.chunk.js": "./static/js/941.a504f48a.chunk.js", "static/js/977.74859670.chunk.js": "./static/js/977.74859670.chunk.js", "static/js/619.87b2158f.chunk.js": "./static/js/619.87b2158f.chunk.js", "static/js/122.c782a33a.chunk.js": "./static/js/122.c782a33a.chunk.js", - "static/js/979.21101997.chunk.js": "./static/js/979.21101997.chunk.js", + "static/js/979.488d0c03.chunk.js": "./static/js/979.488d0c03.chunk.js", "static/js/481.f19f292a.chunk.js": "./static/js/481.f19f292a.chunk.js", "static/js/415.6349f8fe.chunk.js": "./static/js/415.6349f8fe.chunk.js", "static/js/414.f9770abf.chunk.js": "./static/js/414.f9770abf.chunk.js", @@ -27,16 +27,16 @@ "static/js/728.2edde3f9.chunk.js": "./static/js/728.2edde3f9.chunk.js", "static/js/682.2ebc8fc9.chunk.js": "./static/js/682.2ebc8fc9.chunk.js", "static/js/723.799b7760.chunk.js": "./static/js/723.799b7760.chunk.js", - "static/js/713.229d739a.chunk.js": "./static/js/713.229d739a.chunk.js", + "static/js/713.5120bc93.chunk.js": "./static/js/713.5120bc93.chunk.js", "static/js/461.dbb22491.chunk.js": "./static/js/461.dbb22491.chunk.js", - "static/js/666.3139236b.chunk.js": "./static/js/666.3139236b.chunk.js", + "static/js/583.c193ff9b.chunk.js": "./static/js/583.c193ff9b.chunk.js", "static/js/641.c69d9e22.chunk.js": "./static/js/641.c69d9e22.chunk.js", "static/js/654.59b7c512.chunk.js": "./static/js/654.59b7c512.chunk.js", "static/js/729.386ba038.chunk.js": "./static/js/729.386ba038.chunk.js", "static/js/241.f827f4d6.chunk.js": "./static/js/241.f827f4d6.chunk.js", - "static/js/829.67cb6474.chunk.js": "./static/js/829.67cb6474.chunk.js", - "static/js/64.2066437f.chunk.js": "./static/js/64.2066437f.chunk.js", - "static/js/517.6b633ce9.chunk.js": "./static/js/517.6b633ce9.chunk.js", + "static/js/568.cbe1933b.chunk.js": "./static/js/568.cbe1933b.chunk.js", + "static/js/98.7bedbe0f.chunk.js": "./static/js/98.7bedbe0f.chunk.js", + "static/js/187.d34961a6.chunk.js": "./static/js/187.d34961a6.chunk.js", "static/media/videoBG.mp4": "./static/media/videoBG.17363418b3c2246a0e27.mp4", "static/media/loginAnimationPoster.png": "./static/media/loginAnimationPoster.9aa924bfe619e71d5d29.png", "static/media/Inter-BoldItalic.woff": "./static/media/Inter-BoldItalic.b376885042f6c961a541.woff", @@ -59,21 +59,21 @@ "static/media/Inter-Regular.woff2": "./static/media/Inter-Regular.c8ba52b05a9ef10f4758.woff2", "index.html": "./index.html", "main.110caa22.css.map": "./static/css/main.110caa22.css.map", - "main.bbc673b5.js.map": "./static/js/main.bbc673b5.js.map", + "main.ae3d0722.js.map": "./static/js/main.ae3d0722.js.map", "301.d424161c.chunk.js.map": "./static/js/301.d424161c.chunk.js.map", "361.970b063b.chunk.js.map": "./static/js/361.970b063b.chunk.js.map", "450.be9d2e55.chunk.js.map": "./static/js/450.be9d2e55.chunk.js.map", "799.359bf5c9.chunk.js.map": "./static/js/799.359bf5c9.chunk.js.map", - "577.4e2f491e.chunk.js.map": "./static/js/577.4e2f491e.chunk.js.map", - "890.17acf929.chunk.js.map": "./static/js/890.17acf929.chunk.js.map", + "577.8b7e6a65.chunk.js.map": "./static/js/577.8b7e6a65.chunk.js.map", + "890.ed0b3825.chunk.js.map": "./static/js/890.ed0b3825.chunk.js.map", "872.9de95914.chunk.js.map": "./static/js/872.9de95914.chunk.js.map", - "629.e9da79a6.chunk.js.map": "./static/js/629.e9da79a6.chunk.js.map", - "381.6e506d98.chunk.js.map": "./static/js/381.6e506d98.chunk.js.map", + "629.5cf92ab8.chunk.js.map": "./static/js/629.5cf92ab8.chunk.js.map", + "381.5deb6719.chunk.js.map": "./static/js/381.5deb6719.chunk.js.map", "941.a504f48a.chunk.js.map": "./static/js/941.a504f48a.chunk.js.map", "977.74859670.chunk.js.map": "./static/js/977.74859670.chunk.js.map", "619.87b2158f.chunk.js.map": "./static/js/619.87b2158f.chunk.js.map", "122.c782a33a.chunk.js.map": "./static/js/122.c782a33a.chunk.js.map", - "979.21101997.chunk.js.map": "./static/js/979.21101997.chunk.js.map", + "979.488d0c03.chunk.js.map": "./static/js/979.488d0c03.chunk.js.map", "481.f19f292a.chunk.js.map": "./static/js/481.f19f292a.chunk.js.map", "415.6349f8fe.chunk.js.map": "./static/js/415.6349f8fe.chunk.js.map", "414.f9770abf.chunk.js.map": "./static/js/414.f9770abf.chunk.js.map", @@ -85,19 +85,19 @@ "728.2edde3f9.chunk.js.map": "./static/js/728.2edde3f9.chunk.js.map", "682.2ebc8fc9.chunk.js.map": "./static/js/682.2ebc8fc9.chunk.js.map", "723.799b7760.chunk.js.map": "./static/js/723.799b7760.chunk.js.map", - "713.229d739a.chunk.js.map": "./static/js/713.229d739a.chunk.js.map", + "713.5120bc93.chunk.js.map": "./static/js/713.5120bc93.chunk.js.map", "461.dbb22491.chunk.js.map": "./static/js/461.dbb22491.chunk.js.map", - "666.3139236b.chunk.js.map": "./static/js/666.3139236b.chunk.js.map", + "583.c193ff9b.chunk.js.map": "./static/js/583.c193ff9b.chunk.js.map", "641.c69d9e22.chunk.js.map": "./static/js/641.c69d9e22.chunk.js.map", "654.59b7c512.chunk.js.map": "./static/js/654.59b7c512.chunk.js.map", "729.386ba038.chunk.js.map": "./static/js/729.386ba038.chunk.js.map", "241.f827f4d6.chunk.js.map": "./static/js/241.f827f4d6.chunk.js.map", - "829.67cb6474.chunk.js.map": "./static/js/829.67cb6474.chunk.js.map", - "64.2066437f.chunk.js.map": "./static/js/64.2066437f.chunk.js.map", - "517.6b633ce9.chunk.js.map": "./static/js/517.6b633ce9.chunk.js.map" + "568.cbe1933b.chunk.js.map": "./static/js/568.cbe1933b.chunk.js.map", + "98.7bedbe0f.chunk.js.map": "./static/js/98.7bedbe0f.chunk.js.map", + "187.d34961a6.chunk.js.map": "./static/js/187.d34961a6.chunk.js.map" }, "entrypoints": [ "static/css/main.110caa22.css", - "static/js/main.bbc673b5.js" + "static/js/main.ae3d0722.js" ] } \ No newline at end of file diff --git a/web-app/build/index.html b/web-app/build/index.html index 43ecfc6ea9f..1fe2b09c883 100644 --- a/web-app/build/index.html +++ b/web-app/build/index.html @@ -1 +1 @@ -
(\n WrappedComponent: ComponentType
,\n fallback: SuspenseProps[\"fallback\"] = null,\n) {\n function ComponentWithSuspense(props: P) {\n return (\n