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

Bump Metabase Version to v0.48.3 #3270

Merged
merged 6 commits into from
Feb 14, 2024
Merged

Bump Metabase Version to v0.48.3 #3270

merged 6 commits into from
Feb 14, 2024

Conversation

SorenSpicknall
Copy link
Contributor

@SorenSpicknall SorenSpicknall commented Feb 8, 2024

Description

Resolves #3247

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

How has this been tested?

On the test Metabase instance, I substituted the new version number for the existing one by hand. We currently don't deploy PR changes to the test instance because doing so on every commit to a PR would be costly and potentially harmful. After making the version change by hand, I monitored for application errors and confirmed that the postgres backup job is still functioning correctly for metabase-test. Everything seems to be in order.

Post-merge follow-ups

  • No action required
  • Actions required (specified below)

Monitor prod deployment for errors, including application errors and postgres backup issues.

Copy link

github-actions bot commented Feb 8, 2024

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.46.6.1
+           image: metabase/metabase:v0.48.3
            envFrom:
              - configMapRef:
                  name: metabase-config
            ports:
            - containerPort: 3000
...

@SorenSpicknall SorenSpicknall marked this pull request as ready for review February 13, 2024 20:01
Copy link
Member

@charlie-costanzo charlie-costanzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you for taking care of this!

@SorenSpicknall SorenSpicknall merged commit 037ede4 into main Feb 14, 2024
2 checks passed
@SorenSpicknall SorenSpicknall deleted the soren-bump_metabase branch February 14, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Metabase to v0.48.3
2 participants