Skip to content

Commit

Permalink
[v1.8.1 Patch] Flyte Console fixes (#3917)
Browse files Browse the repository at this point in the history
Pulling in two Flyte Console releases
  • Loading branch information
wild-endeavor authored Aug 2, 2023
1 parent 47fb3ee commit 978bf19
Show file tree
Hide file tree
Showing 29 changed files with 997 additions and 992 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG/CHANGELOG-v1.8.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Flyte v1.8.1 Patch

## Flyte Console
https://github.com/flyteorg/flyteconsole/releases/tag/v1.8.6
https://github.com/flyteorg/flyteconsole/releases/tag/v1.8.7

**Full Changelog**: https://github.com/flyteorg/flyteconsole/compare/v1.8.5...v1.8.7
3 changes: 1 addition & 2 deletions charts/flyte-binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Chart for basic single Flyte executable deployment
| configuration.auth.oidc.clientId | string | `""` | |
| configuration.auth.oidc.clientSecret | string | `""` | |
| configuration.co-pilot.image.repository | string | `"cr.flyte.org/flyteorg/flytecopilot"` | |
| configuration.co-pilot.image.tag | string | `"v0.0.30"` | |
| configuration.co-pilot.image.tag | string | `"v0.0.32"` | |
| configuration.database.dbname | string | `"flyte"` | |
| configuration.database.host | string | `"127.0.0.1"` | |
| configuration.database.options | string | `"sslmode=disable"` | |
Expand Down Expand Up @@ -184,4 +184,3 @@ Chart for basic single Flyte executable deployment
| serviceAccount.imagePullSecrets | list | `[]` | |
| serviceAccount.labels | object | `{}` | |
| serviceAccount.name | string | `""` | |

2 changes: 1 addition & 1 deletion charts/flyte-binary/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ configuration:
# repository CoPilot sidecar image repository
repository: cr.flyte.org/flyteorg/flytecopilot # FLYTECOPILOT_IMAGE
# tag CoPilot sidecar image tag
tag: v0.0.30 # FLYTECOPILOT_TAG
tag: v0.0.32 # FLYTECOPILOT_TAG
# agentService Flyte Agent configuration
agentService: {}
# Uncomment and modify to include configuration for Flyte Agent
Expand Down
4 changes: 2 additions & 2 deletions charts/flyte-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ helm install gateway bitnami/contour -n flyte
| flyteconsole.ga.tracking_id | string | `"G-0QW4DJWJ20"` | |
| flyteconsole.image.pullPolicy | string | `"IfNotPresent"` | |
| flyteconsole.image.repository | string | `"cr.flyte.org/flyteorg/flyteconsole"` | Docker image for Flyteconsole deployment |
| flyteconsole.image.tag | string | `"v1.8.5"` | |
| flyteconsole.image.tag | string | `"v1.8.7"` | |
| flyteconsole.nodeSelector | object | `{}` | nodeSelector for Flyteconsole deployment |
| flyteconsole.podAnnotations | object | `{}` | Annotations for Flyteconsole pods |
| flyteconsole.priorityClassName | string | `""` | Sets priorityClassName for flyte console pod(s). |
Expand Down Expand Up @@ -273,4 +273,4 @@ helm install gateway bitnami/contour -n flyte
| webhook.serviceAccount.create | bool | `true` | Should a service account be created for the webhook |
| webhook.serviceAccount.imagePullSecrets | list | `[]` | ImagePullSecrets to automatically assign to the service account |
| workflow_notifications | object | `{"config":{},"enabled":false}` | **Optional Component** Workflow notifications module is an optional dependency. Flyte uses cloud native pub-sub systems to notify users of various events in their workflows |
| workflow_scheduler | object | `{"config":{},"enabled":false,"type":""}` | **Optional Component** Flyte uses a cloud hosted Cron scheduler to run workflows on a schedule. The following module is optional. Without, this module, you will not have scheduled launchplans / workflows. Docs: https://docs.flyte.org/en/latest/howto/enable_and_use_schedules.html#setting-up-scheduled-workflows |
| workflow_scheduler | object | `{"config":{},"enabled":false,"type":""}` | **Optional Component** Flyte uses a cloud hosted Cron scheduler to run workflows on a schedule. The following module is optional. Without, this module, you will not have scheduled launchplans / workflows. Docs: https://docs.flyte.org/en/latest/howto/enable_and_use_schedules.html#setting-up-scheduled-workflows |
2 changes: 1 addition & 1 deletion charts/flyte-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ flyteconsole:
image:
# -- Docker image for Flyteconsole deployment
repository: cr.flyte.org/flyteorg/flyteconsole # FLYTECONSOLE_IMAGE
tag: v1.8.5 # FLYTECONSOLE_TAG
tag: v1.8.7 # FLYTECONSOLE_TAG
pullPolicy: IfNotPresent
# -- Default resources requests and limits for Flyteconsole deployment
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/flyte-deps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ helm upgrade -f values.yaml flyte .
| sparkoperator | object | `{"enabled":false}` | Optional: Spark Plugin using the Spark Operator |
| sparkoperator.enabled | bool | `false` | - enable or disable Sparkoperator deployment installation |
| webhook.enabled | bool | `true` | |
| webhook.service | object | `{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"type":"ClusterIP"}` | Service settings for the webhook |
| webhook.service | object | `{"annotations":{"projectcontour.io/upstream-protocol.h2c":"grpc"},"type":"ClusterIP"}` | Service settings for the webhook |
1 change: 0 additions & 1 deletion charts/flyte-sandbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,3 @@ A Helm chart for the Flyte local sandbox
| sandbox.proxy.image.pullPolicy | string | `"Never"` | |
| sandbox.proxy.image.repository | string | `"envoyproxy/envoy"` | |
| sandbox.proxy.image.tag | string | `"sandbox"` | |

6 changes: 3 additions & 3 deletions charts/flyte/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion charts/flyte/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ flyte:
# -- Docker image for Flyteconsole deployment
repository: cr.flyte.org/flyteorg/flyteconsole # FLYTECONSOLE_IMAGE
# -- Docker image tag
tag: v1.8.5 # FLYTECONSOLE_TAG
tag: v1.8.7 # FLYTECONSOLE_TAG
# -- Docker image pull policy
pullPolicy: IfNotPresent
# -- Default resources requests and limits for Flyteconsole deployment
Expand Down
2 changes: 1 addition & 1 deletion deployment/eks/flyte_aws_scheduler_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ spec:
runAsUser: 1000
fsGroupChangePolicy: "OnRootMismatch"
containers:
- image: "cr.flyte.org/flyteorg/flyteconsole:v1.8.5"
- image: "cr.flyte.org/flyteorg/flyteconsole:v1.8.7"
imagePullPolicy: "IfNotPresent"
name: flyteconsole
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion deployment/eks/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8951,7 +8951,7 @@ spec:
- envFrom:
- configMapRef:
name: flyte-console-config
image: cr.flyte.org/flyteorg/flyteconsole:v1.8.5
image: cr.flyte.org/flyteorg/flyteconsole:v1.8.7
name: flyteconsole
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion deployment/eks/flyte_helm_controlplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ spec:
runAsUser: 1000
fsGroupChangePolicy: "OnRootMismatch"
containers:
- image: "cr.flyte.org/flyteorg/flyteconsole:v1.8.5"
- image: "cr.flyte.org/flyteorg/flyteconsole:v1.8.7"
imagePullPolicy: "IfNotPresent"
name: flyteconsole
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion deployment/eks/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ spec:
runAsUser: 1000
fsGroupChangePolicy: "OnRootMismatch"
containers:
- image: "cr.flyte.org/flyteorg/flyteconsole:v1.8.5"
- image: "cr.flyte.org/flyteorg/flyteconsole:v1.8.7"
imagePullPolicy: "IfNotPresent"
name: flyteconsole
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion deployment/gcp/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8993,7 +8993,7 @@ spec:
- envFrom:
- configMapRef:
name: flyte-console-config
image: cr.flyte.org/flyteorg/flyteconsole:v1.8.5
image: cr.flyte.org/flyteorg/flyteconsole:v1.8.7
name: flyteconsole
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion deployment/gcp/flyte_helm_controlplane_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ spec:
runAsUser: 1000
fsGroupChangePolicy: "OnRootMismatch"
containers:
- image: "cr.flyte.org/flyteorg/flyteconsole:v1.8.5"
- image: "cr.flyte.org/flyteorg/flyteconsole:v1.8.7"
imagePullPolicy: "IfNotPresent"
name: flyteconsole
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion deployment/gcp/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ spec:
runAsUser: 1000
fsGroupChangePolicy: "OnRootMismatch"
containers:
- image: "cr.flyte.org/flyteorg/flyteconsole:v1.8.5"
- image: "cr.flyte.org/flyteorg/flyteconsole:v1.8.7"
imagePullPolicy: "IfNotPresent"
name: flyteconsole
envFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ data:
stackdriver-enabled: false
k8s:
co-pilot:
image: "cr.flyte.org/flyteorg/flytecopilot:v0.0.30"
image: "cr.flyte.org/flyteorg/flytecopilot:v0.0.32"
k8s-array:
logs:
config:
Expand Down Expand Up @@ -357,7 +357,7 @@ spec:
app.kubernetes.io/instance: flyte
app.kubernetes.io/component: flyte-binary
annotations:
checksum/configuration: ee7f2b8f30de7a3b54b5d3939ae877f8df9564627b84aaeed56d11d9f2fb2434
checksum/configuration: 8581ff80a5b9aa5de2b32e69f91c9ebb5fa8a8dc478e754b80a7fd038edf736b
checksum/configuration-secret: d5d93f4e67780b21593dc3799f0f6682aab0765e708e4020939975d14d44f929
checksum/cluster-resource-templates: 7dfa59f3d447e9c099b8f8ffad3af466fecbc9cf9f8c97295d9634254a55d4ae
spec:
Expand Down
2 changes: 1 addition & 1 deletion deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3118,7 +3118,7 @@ spec:
- envFrom:
- configMapRef:
name: flyte-console-config
image: cr.flyte.org/flyteorg/flyteconsole:v1.8.5
image: cr.flyte.org/flyteorg/flyteconsole:v1.8.7
name: flyteconsole
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion deployment/sandbox/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6997,7 +6997,7 @@ spec:
runAsUser: 1000
fsGroupChangePolicy: "OnRootMismatch"
containers:
- image: "cr.flyte.org/flyteorg/flyteconsole:v1.8.5"
- image: "cr.flyte.org/flyteorg/flyteconsole:v1.8.7"
imagePullPolicy: "IfNotPresent"
name: flyteconsole
envFrom:
Expand Down
6 changes: 3 additions & 3 deletions docker/sandbox-bundled/manifests/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: RDFqS1N3Z1RaaWw2UTRveg==
haSharedSecret: dmM5RTJVc0ZtdmdaMlBaeQ==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1182,7 +1182,7 @@ spec:
metadata:
annotations:
checksum/cluster-resource-templates: 6fd9b172465e3089fcc59f738b92b8dc4d8939360c19de8ee65f68b0e7422035
checksum/configuration: 61fd030f1cf6a0903fe7696cc5a92de50c9f8ea2f636458a2036a05929c095f2
checksum/configuration: 7b9f007178b8e076e38be8170a98e790956ff8d4803140e763e3603848e76f36
checksum/configuration-secret: 09216ffaa3d29e14f88b1f30af580d02a2a5e014de4d750b7f275cc07ed4e914
labels:
app.kubernetes.io/component: flyte-binary
Expand Down Expand Up @@ -1287,7 +1287,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: bd21016a74ab909d2141658a1698d749f0fc635e05c5bf730c8d72d39df26822
checksum/secret: 45c788da6088d9adf1032d8cac3f089c291bb5beda496147e7c11be4731dd6cb
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ metadata:
---
apiVersion: v1
data:
haSharedSecret: c3JOc21QU2ZnZDdnUjFnQg==
haSharedSecret: NFJpWWxxcjg2eEJlWjRreA==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -875,7 +875,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: b23a2fd488916ff700053c173927ef317a26fea3a991c9f0e5f9ee11f4ebcd77
checksum/secret: 86a113bb93d9d30e444b084a2f6e3f1921f056fe6bdd7b2db986ae7ae336c705
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/eks/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ images:
newName: cr.flyte.org/flyteorg/flyteadmin # override the name
# FlyteConsole
- name: flyteconsole # match images with this name
newTag: v1.8.5 # FLYTECONSOLE_TAG the tag
newTag: v1.8.7 # FLYTECONSOLE_TAG the tag
newName: cr.flyte.org/flyteorg/flyteconsole # override the namep
# Flyte DataCatalog
- name: datacatalog # match images with this name
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/gcp/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ images:
newName: cr.flyte.org/flyteorg/flyteadmin # override the name
# FlyteConsole
- name: flyteconsole # match images with this name
newTag: v1.8.5 # FLYTECONSOLE_TAG the tag
newTag: v1.8.7 # FLYTECONSOLE_TAG the tag
newName: cr.flyte.org/flyteorg/flyteconsole # override the namep
# Flyte DataCatalog
- name: datacatalog # match images with this name
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/sandbox/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ images:
newName: cr.flyte.org/flyteorg/flyteadmin # override the name
# FlyteConsole
- name: flyteconsole # match images with this name
newTag: v1.8.5 # FLYTECONSOLE_TAG the tag
newTag: v1.8.7 # FLYTECONSOLE_TAG the tag
newName: cr.flyte.org/flyteorg/flyteconsole # override the namep
# Flyte DataCatalog
- name: datacatalog # match images with this name
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ images:
newName: cr.flyte.org/flyteorg/flyteadmin # override the name
# FlyteConsole
- name: flyteconsole # match images with this name
newTag: v1.8.5 # FLYTECONSOLE_TAG the tag
newTag: v1.8.7 # FLYTECONSOLE_TAG the tag
newName: cr.flyte.org/flyteorg/flyteconsole # override the namep
# Flyte DataCatalog
- name: datacatalog # match images with this name
Expand Down
2 changes: 1 addition & 1 deletion rsts/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "1.8.0"
release = "1.8.1"

# -- General configuration ---------------------------------------------------

Expand Down
Loading

0 comments on commit 978bf19

Please sign in to comment.