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 #321

Merged
merged 28 commits into from
Nov 27, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
ubuntu major 22.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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner April 26, 2024 02:12
github-actions[bot]
github-actions bot previously approved these changes Apr 26, 2024
cbartz
cbartz previously approved these changes Apr 26, 2024
@cbartz cbartz dismissed their stale review April 26, 2024 05:37

Overlooked that this is a major image update

yanksyoon
yanksyoon previously approved these changes Apr 26, 2024
@yanksyoon yanksyoon dismissed their stale review April 26, 2024 08:22

Overlooked that this is a major image update

@amandahla amandahla changed the title chore(deps): update ubuntu docker tag to v24 DNM - chore(deps): update ubuntu docker tag to v24 Apr 30, 2024
Copy link
Contributor Author

renovate bot commented May 15, 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.

@cbartz
Copy link
Contributor

cbartz commented Nov 8, 2024

@amandahla Can you take over here please (or close the PR)? Thanks.

@amandahla amandahla changed the title DNM - chore(deps): update ubuntu docker tag to v24 chore(deps): update ubuntu docker tag to v24 Nov 21, 2024
nrobinaubertin
nrobinaubertin previously approved these changes Nov 21, 2024
src/backup.py Outdated Show resolved Hide resolved
tests/unit/test_backup.py Outdated Show resolved Hide resolved
weiiwang01
weiiwang01 previously approved these changes Nov 26, 2024
Copy link
Contributor

Test coverage for f04566b

Name                                    Stmts   Miss Branch BrPart  Cover   Missing
-----------------------------------------------------------------------------------
src/actions/__init__.py                     1      0      0      0   100%
src/actions/register_user.py               21      0      2      0   100%
src/admin_access_token.py                   9      0      0      0   100%
src/backup.py                             175      5     20      2    96%   353-354, 423-424, 481->483, 484
src/backup_observer.py                    134     16     12      0    89%   132-135, 140-143, 179-182, 211-214
src/charm.py                              288     18     70     10    92%   135->137, 140, 246, 250-251, 279-280, 308, 315, 396-400, 403-404, 432-434, 454, 490-491
src/charm_state.py                        158      9     34      7    92%   271, 275, 296, 321, 327, 333, 337-338, 425
src/charm_types.py                         34      0      0      0   100%
src/database_client.py                     57      1      8      4    92%   35, 47->exit, 69->exit, 88->98
src/database_observer.py                   39      0      4      1    98%   70->72
src/exceptions.py                           3      0      0      0   100%
src/matrix_auth_observer.py                60      5     12      3    89%   61, 64, 148, 167-168
src/media_observer.py                      41      4      2      1    88%   61-63, 82
src/mjolnir.py                             97      3     30      3    95%   82, 91->107, 112-116
src/observability.py                       14      0      0      0   100%
src/pebble.py                             206     27     48     13    84%   57->62, 176->exit, 187-191, 225-226, 246-247, 300->305, 310-311, 323-324, 326-327, 345-346, 363, 365, 367, 369, 371, 399, 451-456
src/redis_observer.py                      35      3      4      0    92%   62-65
src/s3_parameters.py                       22      0      4      0   100%
src/saml_observer.py                       38      0      4      0   100%
src/smtp_observer.py                       56      4     14      2    91%   82-86, 89, 108->113
src/synapse/__init__.py                     4      0      0      0   100%
src/synapse/admin.py                       19      2      2      0    90%   40-41
src/synapse/api.py                        175      3     20      3    97%   176, 229, 402
src/synapse/workload.py                   139      6     24      0    94%   405-406, 416-419
src/synapse/workload_configuration.py     170     29     38     13    80%   95->exit, 99-100, 148-149, 178, 198-199, 231-232, 265, 274-275, 290, 295-296, 317-318, 337->342, 343, 361->363, 373-374, 390, 458-459, 487, 495->497, 497->499, 504-505, 525->532, 535, 555-556
src/user.py                                23      0      2      0   100%
-----------------------------------------------------------------------------------
TOTAL                                    2018    135    354     62    92%

Static code analysis report

Working... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
Run started:2024-11-27 13:55:04.582957

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 11302
  Total lines skipped (#nosec): 4
  Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Run metrics:
  Total issues (by severity):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
  Total issues (by confidence):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
Files skipped (0):

@amandahla amandahla merged commit dc74a67 into main Nov 27, 2024
21 checks passed
@amandahla amandahla deleted the renovate/ubuntu-24.x branch November 27, 2024 14:32
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.

7 participants