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 ubuntu docker tag to v24 #72

Merged
merged 4 commits into from
Nov 5, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2024

This PR contains the following updates:

Package Type Update Change
ubuntu final major 16.04 -> 24.04

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot force-pushed the renovate/ubuntu-24.x branch from a7b0520 to 20f243b Compare October 23, 2024 10:23
@ofaurax ofaurax force-pushed the renovate/ubuntu-24.x branch from 20f243b to 4bb0dc3 Compare October 31, 2024 13:56
Copy link
Contributor Author

renovate bot commented Oct 31, 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.

@ofaurax ofaurax force-pushed the renovate/ubuntu-24.x branch 2 times, most recently from 9113e67 to 1af7fd8 Compare October 31, 2024 16:21
@ofaurax ofaurax marked this pull request as draft October 31, 2024 16:39
@ofaurax
Copy link
Contributor

ofaurax commented Oct 31, 2024

BEWARE! DO NOT MERGE!

Moving to ubuntu 24 will update lsblk from 2.27.1 to 2.39.3.
Several value formats change ("0" to false, string to int):

...
       "name": "/dev/sdc",
       "rev": "DZ00",
-      "rota": "0",
+      "rota": false,
       "serial": null,
-      "size": "480103981056",
-      "tool": "lsblk from util-linux 2.27.1",
+      "size": 480103981056,
+      "tool": "lsblk from util-linux 2.39.3",
       "vendor": "ATA     "

...

Be sure to handle this cases before upgrading.

@ofaurax ofaurax force-pushed the renovate/ubuntu-24.x branch from 178e542 to 0fb69fb Compare November 4, 2024 16:51
@ofaurax
Copy link
Contributor

ofaurax commented Nov 4, 2024

Added 2 normalizations so that output data stay the same

@ofaurax ofaurax force-pushed the renovate/ubuntu-24.x branch from 21385ab to 7ab4a49 Compare November 4, 2024 17:37
Signed-off-by: Olivier FAURAX <[email protected]>
@ofaurax ofaurax force-pushed the renovate/ubuntu-24.x branch from 9dca122 to 37b7bb9 Compare November 4, 2024 17:42
@ofaurax ofaurax marked this pull request as ready for review November 4, 2024 17:43
Copy link
Contributor

@ofaurax ofaurax left a comment

Choose a reason for hiding this comment

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

Deploy with care!

@ofaurax ofaurax merged commit 9ddf260 into master Nov 5, 2024
51 checks passed
@ofaurax ofaurax deleted the renovate/ubuntu-24.x branch November 5, 2024 08:14
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.

1 participant