cal-itp / data-infra

Cal-ITP data infrastructure
https://docs.calitp.org/data-infra
GNU Affero General Public License v3.0
48 stars 13 forks source link

Upgrade Metabase to v0.50.26.1 #3461

Closed ohrite closed 2 months ago

ohrite commented 2 months ago

Description

Metabase is currently out of date (0.48 vs v0.50) and the Slack integration surfaces a warning.

Resolves #3451

Type of change

How has this been tested?

This PR was tested according to the steps documented in runbooks/workflow/upgrade-metabase.md

Post-merge follow-ups

The new version will need to be rolled out to the cluster.

github-actions[bot] commented 2 months ago

The following changes will be applied to the production Kubernetes cluster upon merge.

BE AWARE this may not reveal changes that have been manually applied to the cluster getting undone—applying manual changes to the cluster should be avoided.

metabase, metabase, Deployment (apps) has changed:
...
        labels:
          name: metabase
      spec:
        containers:
          - name: metabase
-           image: metabase/metabase:v0.48.3
+           image: metabase/metabase:v0.50.26.1
            envFrom:
              - configMapRef:
                  name: metabase-config
            ports:
            - containerPort: 3000
...
metabase-test, metabase, Deployment (apps) has changed:
...
        labels:
          name: metabase
      spec:
        containers:
          - name: metabase
-           image: metabase/metabase:v0.48.3
+           image: metabase/metabase:v0.50.26.1
            envFrom:
              - configMapRef:
                  name: metabase-config
            ports:
            - containerPort: 3000
...