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

feat(helm): update chart superset to 0.14.0 #122

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2024

This PR contains the following updates:

Package Update Change
superset (source) minor 0.12.1 -> 0.14.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

apache/superset (superset)

v0.13.2

Compare Source


Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Feb 3, 2024

--- kubernetes/apps/business/superset/app Kustomization: flux-system/cluster-apps-business-superset-app HelmRelease: superset/superset

+++ kubernetes/apps/business/superset/app Kustomization: flux-system/cluster-apps-business-superset-app HelmRelease: superset/superset

@@ -13,13 +13,13 @@

       chart: superset
       interval: 15m
       sourceRef:
         kind: HelmRepository
         name: superset
         namespace: flux-system
-      version: 0.12.1
+      version: 0.14.0
   install:
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 2
   uninstall:

Copy link

github-actions bot commented Feb 3, 2024

--- HelmRelease: superset/superset Deployment: superset/superset-worker

+++ HelmRelease: superset/superset Deployment: superset/superset-worker

@@ -14,15 +14,15 @@

     matchLabels:
       app: superset-worker
       release: superset
   template:
     metadata:
       annotations:
-        checksum/superset_config.py: 63dbcea8b7a5447c76d4a4d50417a530517ab7633f03cf3a1c93d2b1ab3ffd60
+        checksum/superset_config.py: 645f8b44e6f772a77ab5910009c2790dc7fa8a372bb685e15183e1b2b88f2ea1
         checksum/superset_bootstrap.sh: dc9a47141051ced34960c313860a55e03eb48c1fa36a0ed25c03ad60cd3b5c48
-        checksum/connections: aff18aae0d51df0554749a0a4e8d19970cd9193bfc388762bb2a7cdc9cdade5e
+        checksum/connections: fde2b9db381599059b08a3b72a9c89196c1a03d4d7b8e1f404c1444a7fa0bf11
         checksum/extraConfigs: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
         checksum/extraSecrets: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
         checksum/extraSecretEnv: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
         checksum/configOverrides: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
         checksum/configOverridesFiles: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
       labels:
@@ -42,13 +42,13 @@

             name: superset-env
         image: apache/superset:dockerize
         imagePullPolicy: IfNotPresent
         name: wait-for-postgres-redis
       containers:
       - name: superset
-        image: apachesuperset.docker.scarf.sh/apache/superset:3.1.0
+        image: apachesuperset.docker.scarf.sh/apache/superset:4.1.1
         imagePullPolicy: IfNotPresent
         command:
         - /bin/sh
         - -c
         - . /app/pythonpath/superset_bootstrap.sh; celery --app=superset.tasks.celery_app:app
           worker
--- HelmRelease: superset/superset Deployment: superset/superset

+++ HelmRelease: superset/superset Deployment: superset/superset

@@ -14,16 +14,16 @@

     matchLabels:
       app: superset
       release: superset
   template:
     metadata:
       annotations:
-        checksum/superset_config.py: 63dbcea8b7a5447c76d4a4d50417a530517ab7633f03cf3a1c93d2b1ab3ffd60
+        checksum/superset_config.py: 645f8b44e6f772a77ab5910009c2790dc7fa8a372bb685e15183e1b2b88f2ea1
         checksum/superset_init.sh: e6b1e8eac1f7a79a07a6c72a0e2ee6e09654eeb439c6bbe61bfd676917c41e02
         checksum/superset_bootstrap.sh: dc9a47141051ced34960c313860a55e03eb48c1fa36a0ed25c03ad60cd3b5c48
-        checksum/connections: aff18aae0d51df0554749a0a4e8d19970cd9193bfc388762bb2a7cdc9cdade5e
+        checksum/connections: fde2b9db381599059b08a3b72a9c89196c1a03d4d7b8e1f404c1444a7fa0bf11
         checksum/extraConfigs: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
         checksum/extraSecrets: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
         checksum/extraSecretEnv: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
         checksum/configOverrides: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
         checksum/configOverridesFiles: 44136fa355b3678a1146ad16f7e8649e94fb4fc21fe77e8310c060f61caaff8a
       labels:
@@ -42,13 +42,13 @@

             name: superset-env
         image: apache/superset:dockerize
         imagePullPolicy: IfNotPresent
         name: wait-for-postgres
       containers:
       - name: superset
-        image: apachesuperset.docker.scarf.sh/apache/superset:3.1.0
+        image: apachesuperset.docker.scarf.sh/apache/superset:4.1.1
         imagePullPolicy: IfNotPresent
         command:
         - /bin/sh
         - -c
         - . /app/pythonpath/superset_bootstrap.sh; /usr/bin/run-server.sh
         env:
--- HelmRelease: superset/superset Job: superset/superset-init-db

+++ HelmRelease: superset/superset Job: superset/superset-init-db

@@ -1,12 +1,16 @@

 ---
 apiVersion: batch/v1
 kind: Job
 metadata:
   name: superset-init-db
   namespace: superset
+  labels:
+    app: superset
+    release: superset
+    heritage: Helm
   annotations:
     helm.sh/hook: post-install,post-upgrade
     helm.sh/hook-delete-policy: before-hook-creation
 spec:
   template:
     metadata:
@@ -24,13 +28,13 @@

             name: superset-env
         image: apache/superset:dockerize
         imagePullPolicy: IfNotPresent
         name: wait-for-postgres
       containers:
       - name: superset-init-db
-        image: apachesuperset.docker.scarf.sh/apache/superset:3.1.0
+        image: apachesuperset.docker.scarf.sh/apache/superset:4.1.1
         env:
         - name: DB_PASS
           valueFrom:
             secretKeyRef:
               key: password
               name: db-secrets

@renovate renovate bot force-pushed the renovate/superset-0.x branch from 8225bd6 to 34b0858 Compare February 4, 2024 21:35
@renovate renovate bot changed the title fix(helm): update chart superset to 0.12.2 fix(helm): update chart superset to 0.12.3 Feb 4, 2024
@renovate renovate bot changed the title fix(helm): update chart superset to 0.12.3 fix(helm): update chart superset to 0.12.4 Feb 9, 2024
@renovate renovate bot force-pushed the renovate/superset-0.x branch 2 times, most recently from 4fefe93 to 65f197b Compare February 13, 2024 04:13
@renovate renovate bot changed the title fix(helm): update chart superset to 0.12.4 fix(helm): update chart superset to 0.12.5 Feb 13, 2024
@renovate renovate bot changed the title fix(helm): update chart superset to 0.12.5 fix(helm): update chart superset to 0.12.6 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/superset-0.x branch from 65f197b to 57c668d Compare February 21, 2024 00:45
@renovate renovate bot changed the title fix(helm): update chart superset to 0.12.6 fix(helm): update chart superset to 0.12.7 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/superset-0.x branch from 57c668d to ac092b0 Compare March 19, 2024 16:22
@renovate renovate bot force-pushed the renovate/superset-0.x branch from ac092b0 to bf8a039 Compare April 5, 2024 16:48
@renovate renovate bot changed the title fix(helm): update chart superset to 0.12.7 fix(helm): update chart superset to 0.12.8 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/superset-0.x branch from bf8a039 to 13cddbf Compare April 9, 2024 21:03
@renovate renovate bot changed the title fix(helm): update chart superset to 0.12.8 fix(helm): update chart superset to 0.12.9 Apr 9, 2024
@renovate renovate bot force-pushed the renovate/superset-0.x branch from 13cddbf to 81a8baf Compare May 3, 2024 07:26
@renovate renovate bot changed the title fix(helm): update chart superset to 0.12.9 fix(helm): update chart superset to 0.12.10 May 3, 2024
@renovate renovate bot changed the title fix(helm): update chart superset to 0.12.10 fix(helm): update chart superset to 0.12.11 May 13, 2024
@renovate renovate bot force-pushed the renovate/superset-0.x branch from 81a8baf to c910138 Compare May 13, 2024 16:58
@renovate renovate bot force-pushed the renovate/superset-0.x branch from c910138 to c2c38e5 Compare November 14, 2024 22:40
@renovate renovate bot changed the title fix(helm): update chart superset to 0.12.11 feat(helm): update chart superset to 0.13.1 Nov 14, 2024
@renovate renovate bot changed the title feat(helm): update chart superset to 0.13.1 feat(helm): update chart superset to 0.13.2 Nov 19, 2024
@renovate renovate bot force-pushed the renovate/superset-0.x branch 2 times, most recently from 812e9cd to ea750fb Compare November 21, 2024 11:58
@renovate renovate bot changed the title feat(helm): update chart superset to 0.13.2 feat(helm): update chart superset to 0.13.3 Nov 21, 2024
@renovate renovate bot changed the title feat(helm): update chart superset to 0.13.3 feat(helm): update chart superset to 0.13.3 - autoclosed Nov 25, 2024
@renovate renovate bot closed this Nov 25, 2024
@renovate renovate bot deleted the renovate/superset-0.x branch November 25, 2024 07:48
@renovate renovate bot changed the title feat(helm): update chart superset to 0.13.3 - autoclosed feat(helm): update chart superset to 0.13.3 Nov 30, 2024
@renovate renovate bot reopened this Nov 30, 2024
@renovate renovate bot changed the title feat(helm): update chart superset to 0.13.3 feat(helm): update chart superset to 0.13.4 Nov 30, 2024
@renovate renovate bot force-pushed the renovate/superset-0.x branch from ea750fb to c6320e6 Compare November 30, 2024 04:38
@renovate renovate bot force-pushed the renovate/superset-0.x branch from c6320e6 to 5a17319 Compare December 9, 2024 17:43
@renovate renovate bot changed the title feat(helm): update chart superset to 0.13.4 feat(helm): update chart superset to 0.13.5 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/superset-0.x branch from 5a17319 to 4704f0f Compare January 7, 2025 19:58
@renovate renovate bot changed the title feat(helm): update chart superset to 0.13.5 feat(helm): update chart superset to 0.14.0 Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants