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

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

Merged
merged 15 commits into from
Nov 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 5, 2024

This PR contains the following updates:

Package Type Update Change
metabase/metabase final minor v0.46.6.4 -> v0.50.30.1

Configuration

📅 Schedule: Branch creation - "after 5pm every weekday,before 3am every weekday,every weekend" in timezone Europe/London, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot changed the title chore(deps): update metabase/metabase docker tag to v0.50.18.3 chore(deps): update metabase/metabase docker tag to v0.50.18.4 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/metabase-metabase-0.x branch 2 times, most recently from 51dcbd5 to 9aa3254 Compare August 6, 2024 05:16
@rikukissa rikukissa mentioned this pull request Aug 6, 2024
@renovate renovate bot changed the title chore(deps): update metabase/metabase docker tag to v0.50.18.4 chore(deps): update metabase/metabase docker tag to v0.50.19.1 Aug 7, 2024
@renovate renovate bot force-pushed the renovate/metabase-metabase-0.x branch 2 times, most recently from c9568d6 to 4e6a1ed Compare August 8, 2024 03:12
@renovate renovate bot changed the title chore(deps): update metabase/metabase docker tag to v0.50.19.1 chore(deps): update metabase/metabase docker tag to v0.50.19.2 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/metabase-metabase-0.x branch 2 times, most recently from 155a5fb to 5fef58c Compare August 9, 2024 04:38
@renovate renovate bot changed the title chore(deps): update metabase/metabase docker tag to v0.50.19.2 chore(deps): update metabase/metabase docker tag to v0.50.19.3 Aug 9, 2024
@renovate renovate bot force-pushed the renovate/metabase-metabase-0.x branch from 5fef58c to 90e74bd Compare August 9, 2024 07:20
Copy link

github-actions bot commented Aug 9, 2024

Oops! Looks like you forgot to update the changelog.

@renovate renovate bot force-pushed the renovate/metabase-metabase-0.x branch from 90e74bd to 0f18ca7 Compare August 13, 2024 03:21
@renovate renovate bot changed the title chore(deps): update metabase/metabase docker tag to v0.50.19.3 chore(deps): update metabase/metabase docker tag to v0.50.19.4 Aug 13, 2024
@renovate renovate bot changed the title chore(deps): update metabase/metabase docker tag to v0.50.19.4 chore(deps): update metabase/metabase docker tag to v0.50.20.1 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/metabase-metabase-0.x branch 3 times, most recently from deda6b4 to f9a6b46 Compare August 14, 2024 21:06
@renovate renovate bot changed the title chore(deps): update metabase/metabase docker tag to v0.50.20.1 chore(deps): update metabase/metabase docker tag to v0.50.20.2 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/metabase-metabase-0.x branch from f9a6b46 to ced44fc Compare August 15, 2024 01:23
@renovate renovate bot changed the title chore(deps): update metabase/metabase docker tag to v0.50.20.2 chore(deps): update metabase/metabase docker tag to v0.50.20.3 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/metabase-metabase-0.x branch 3 times, most recently from c77ce43 to 9656a3e Compare August 15, 2024 12:24
@renovate renovate bot changed the title chore(deps): update metabase/metabase docker tag to v0.50.20.3 chore(deps): update metabase/metabase docker tag to v0.50.20.4 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/metabase-metabase-0.x branch 3 times, most recently from e25dc0a to 0a00508 Compare August 17, 2024 03:22
@renovate renovate bot changed the title chore(deps): update metabase/metabase docker tag to v0.50.20.4 chore(deps): update metabase/metabase docker tag to v0.50.20.5 Aug 17, 2024
@renovate renovate bot force-pushed the renovate/metabase-metabase-0.x branch 4 times, most recently from 7e89930 to 22191d8 Compare October 17, 2024 13:09
@renovate renovate bot changed the title chore(deps): update metabase/metabase docker tag to v0.50.29.1 chore(deps): update metabase/metabase docker tag to v0.50.30.1 Oct 19, 2024
@renovate renovate bot force-pushed the renovate/metabase-metabase-0.x branch from 22191d8 to 41840de Compare October 19, 2024 04:57
Copy link
Contributor Author

renovate bot commented Oct 21, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ocrvs-bot
Copy link
Collaborator

Your environment is deployed to https://renovatemetabase-metabase-0x.opencrvs.dev

@@ -1,4 +1,4 @@
FROM metabase/metabase:v0.46.6.4
FROM metabase/metabase:v0.50.30.1
Copy link
Member

Choose a reason for hiding this comment

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

ARG VERSION
ENV METABASE_JAR=/app/metabase.jar
ENV MB_DB_INIT_SQL_FILE=/metabase.init.db.sql
ENV MB_DB_FILE=/data/metabase/metabase_${VERSION}.mv.db

@jamil314 jamil314 force-pushed the renovate/metabase-metabase-0.x branch from b39db14 to 5ea81e3 Compare November 4, 2024 13:55
@jamil314 jamil314 force-pushed the renovate/metabase-metabase-0.x branch from 5ea81e3 to 359c0f7 Compare November 5, 2024 07:49
@jamil314 jamil314 merged commit e3ea912 into develop Nov 13, 2024
59 of 60 checks passed
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.

3 participants