Skip to content

Commit

Permalink
chore(deps): update metabase/metabase docker tag to v0.50.30.1 (#7454)
Browse files Browse the repository at this point in the history
* chore(deps): update metabase/metabase docker tag to v0.50.29.1

* chore(deps): update metabase/metabase docker tag to v0.50.30.1

* chore: bump metabase to v0.50.30.1

* chore: remove metabase related entries from tryivyignore

* chore: update changelog

* feat: include version in metabase file name

* fix: override `MB_DB_FILE` only if not defined

* Revert "feat: include version in metabase file name"

This reverts commit 3a26d0b.

* Revert "chore: update changelog"

This reverts commit 2662940.

* Update CHANGELOG.md

chore: update changelog

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jamil314 <jamil31415926@gmail.com>
  • Loading branch information
renovate[bot] and jamil314 authored Nov 13, 2024
1 parent f7dab93 commit e3ea912
Show file tree
Hide file tree
Showing 5 changed files with 419 additions and 425 deletions.
16 changes: 0 additions & 16 deletions .trivyignore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@ vulnerabilities:
statement: Dashboards vulns (java libs)
- id: CVE-2022-1471
statement: Dashboards vulns (java libs)
- id: CVE-2024-25710
statement: Metabase v0.46 vulnerability, fixed in Metabase v0.49
- id: CVE-2024-26308
statement: Metabase v0.46 vulnerability, fixed in Metabase v0.49
- id: CVE-2024-22201
statement: Metabase v0.46 vulnerability, fixed in Metabase v0.49
- id: CVE-2023-36478
statement: Metabase v0.46 vulnerability, fixed in Metabase v0.49
- id: CVE-2024-21634
statement: Metabase v0.46 vulnerability, fixed in Metabase v0.49
- id: CVE-2024-4068
statement: Transitive dependency of jest and msw. Not running in production. Likely fixed by upgrading.
- id: CVE-2024-37890
Expand All @@ -57,9 +47,3 @@ vulnerabilities:
statement: Transitive dependency of react-router 5.3.4. Only affects client-side code ocrvs-7682
- id: CVE-2024-47068
statement: Transitive dependency of Vite. Not run in production and there is currently no fix.
- id: CVE-2024-7254
statement: Metabase v0.46 vulnerability, fixed in Metabase v0.50 ocrvs-6607
- id: CVE-2024-41909
statement: Metabase v0.46 vulnerability, fixed in Metabase v0.50 ocrvs-6607
- id: CVE-2024-22871
statement: Metabase v0.46 vulnerability, fixed in Metabase v0.50 ocrvs-6607
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Breaking changes

- **Title** Description
- **Dashboard:** Changes made to the dashboard configuration will reset after upgrading OpenCRVS.

## Improvements

Expand Down
2 changes: 1 addition & 1 deletion packages/dashboards/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM metabase/metabase:v0.46.6.4
FROM metabase/metabase:v0.50.30.1

ADD packages/dashboards/run.sh /
ADD packages/dashboards/initialize-database.sh /
Expand Down
Loading

0 comments on commit e3ea912

Please sign in to comment.