Skip to content

chore(deps): update astral-sh/setup-uv action to v8.3.2 (main) - #928

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-astral-sh-setup-uv-8.x
Open

chore(deps): update astral-sh/setup-uv action to v8.3.2 (main)#928
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-astral-sh-setup-uv-8.x

Conversation

@renovate

@renovate renovate Bot commented Apr 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
astral-sh/setup-uv action minor v8.0.0v8.3.2
astral-sh/setup-uv action minor v8.1.0v8.3.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

astral-sh/setup-uv (astral-sh/setup-uv)

v8.3.2

Compare Source

v8.3.1

Compare Source

v8.3.0

Compare Source

v8.2.0: 🌈 New inputs quiet and download-from-astral-mirror

Compare Source

Changes

This release brings two new inputs and a few bug fixes.

New inputs

Lets talk about the new inputs first.

quiet

Pretty simple. It turns of all info loggings. Useful if you use this in a composite action and are not interested in all the details.
In the upcoming releases we will add log groups to fully implement support for "less noise"

[!NOTE]
Warnings and errors are always logged.

download-from-astral-mirror

In some cases you may want to directly use the fallback of checking for available versions and downloading releases from GitHub instead of using the astral.sh mirror. Setting download-from-astral-mirror: false allows you to do that.

Bugfixes

When using the astral.sh mirror to query available versions and download releases (done by default) we now stop sending the GitHub token in the header. The mirror never looked at it but we shouldn't be handing out that data even if it is just a short lived token.
All other bugfixes try to limit the impact of failed GitHub queries due to retries and other faults.

We couldn't pinpoint all rootcauses yet but added more logging for error cases to track them down.

🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates

v8.1.0: 🌈 New input no-project

Compare Source

Changes

This add the a new boolean input no-project.
It only makes sense to use in combination with activate-environment: true and will append --no project to the uv venv call. This is for example useful if you have a pyproject.toml file with parts unparseable by uv

🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates

Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 added the dependencies Pull requests that update a dependency file label Apr 16, 2026
@renovate
renovate Bot force-pushed the renovate/main-astral-sh-setup-uv-8.x branch from 66d0bb0 to 2032636 Compare May 12, 2026 13:13
@github-actions

Copy link
Copy Markdown
Contributor

Test results for commit 2032636

Test coverage for 2032636

Name                                            Stmts   Miss Branch BrPart  Cover   Missing
-------------------------------------------------------------------------------------------
charms/worker/k8s/src/certificates.py             187    187     44      0     0%   6-457
charms/worker/k8s/src/charm.py                    647    289    202     35    51%   120-121, 233-234, 244-245, 247, 261, 275-282, 305-310, 316-332, 369-372, 384, 393, 410-413, 418-420, 428-437, 460->465, 467-470, 504-505, 517->519, 524-526, 528-530, 542-556, 577, 585-591, 604-621, 637, 642-643, 653->exit, 675-691, 700-709, 721-733, 751-767, 777-792, 801-807, 819-861, 879-881, 883, 901-913, 922-949, 961-973, 983, 1025, 1028, 1037, 1047, 1050, 1060-1072, 1077-1083, 1105-1107, 1111-1114, 1125-1144, 1148-1149, 1169-1170, 1187, 1190-1191, 1197->1206, 1233-1236, 1239-1242, 1245-1248, 1254-1257, 1268-1269, 1272-1273
charms/worker/k8s/src/charmed_etcd.py              47     28      8      0    35%   32-36, 46, 57, 61-63, 67-81, 90-91, 95-102
charms/worker/k8s/src/cloud_integration.py         80      3     24      3    94%   140, 149->151, 158-159
charms/worker/k8s/src/config/arg_files.py          78      0     22      2    98%   125->124, 143->141
charms/worker/k8s/src/config/bootstrap.py         145     24     54      5    78%   65-84, 158-159, 202-203, 205, 223, 252, 266->254
charms/worker/k8s/src/config/cluster.py            63      3     22     11    84%   37, 51->53, 59->61, 63->65, 66, 68, 73->75, 79->81, 85->87, 92->94, 98->100
charms/worker/k8s/src/config/extra_args.py         41      3     18      3    90%   32->27, 79, 97, 113
charms/worker/k8s/src/config/option.py             20      0      8      0   100%
charms/worker/k8s/src/config/resource.py           33      7      4      1    73%   32, 57-58, 63-72
charms/worker/k8s/src/containerd.py               154     15     48     18    83%   45-48, 78->82, 82->85, 85->88, 234->236, 240->243, 243->245, 245->247, 247->250, 262, 269, 276, 327-328, 340-341, 355, 357, 359, 363
charms/worker/k8s/src/cos_integration.py           41     16      4      0    56%   82, 117-234, 238
charms/worker/k8s/src/endpoints.py                 40      1     18      1    97%   62
charms/worker/k8s/src/events/update_status.py     104     19     32      9    78%   93, 99-100, 124, 126, 142, 156-167, 173, 191, 192->194, 198
charms/worker/k8s/src/inspector.py                 62     10     24      6    79%   44-45, 74, 109, 122-123, 132, 138-143
charms/worker/k8s/src/k8s/client.py                20      4      2      1    77%   39->41, 47-48, 50-51
charms/worker/k8s/src/k8s/node.py                  34     14      4      0    53%   47-49, 52, 65-75
charms/worker/k8s/src/k8sd_api_manager.py         408     27     14      2    93%   701, 776-777, 1008, 1051-1053, 1062-1066, 1128, 1197, 1205, 1223, 1236-1237, 1298-1300, 1311-1314, 1331-1335
charms/worker/k8s/src/kube_control.py              44     32     10      0    22%   31-35, 44-90
charms/worker/k8s/src/literals.py                 109      0      0      0   100%
charms/worker/k8s/src/pki.py                       29      9      2      1    68%   35-36, 49-54, 65
charms/worker/k8s/src/protocols.py                 33      5      0      0    85%   60, 68, 76, 84, 92
charms/worker/k8s/src/reschedule.py                79      4      6      3    92%   155->158, 174-175, 191-192, 215->exit, 221->exit
charms/worker/k8s/src/snap.py                     180     16     58     11    89%   110, 188-189, 200-201, 214->207, 232-237, 291-292, 294, 297->288, 304->288, 308, 329-330
charms/worker/k8s/src/token_distributor.py        251    129     66      7    43%   112-114, 128, 182, 186, 211, 236->exit, 267, 287-288, 301-311, 332, 348-361, 407->406, 411, 415->420, 438-472, 506, 519, 529, 550-660, 679-732, 745-747
charms/worker/k8s/src/upgrade.py                  121     38     36      5    64%   81-108, 191->193, 202-205, 208-212, 219->221, 222-225, 242
charms/worker/k8s/src/utils.py                     16     16      4      0     0%   6-47
-------------------------------------------------------------------------------------------
TOTAL                                            3066    899    734    124    66%

Static code analysis report

Run started:2026-05-12 13:14:01.319189+00:00

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 6144
  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):

@github-actions

Copy link
Copy Markdown
Contributor

Test results for commit 2032636

Test coverage for 2032636

Name                                            Stmts   Miss Branch BrPart  Cover   Missing
-------------------------------------------------------------------------------------------
charms/worker/k8s/src/certificates.py             187    187     44      0     0%   6-457
charms/worker/k8s/src/charm.py                    647    289    202     35    51%   120-121, 233-234, 244-245, 247, 261, 275-282, 305-310, 316-332, 369-372, 384, 393, 410-413, 418-420, 428-437, 460->465, 467-470, 504-505, 517->519, 524-526, 528-530, 542-556, 577, 585-591, 604-621, 637, 642-643, 653->exit, 675-691, 700-709, 721-733, 751-767, 777-792, 801-807, 819-861, 879-881, 883, 901-913, 922-949, 961-973, 983, 1025, 1028, 1037, 1047, 1050, 1060-1072, 1077-1083, 1105-1107, 1111-1114, 1125-1144, 1148-1149, 1169-1170, 1187, 1190-1191, 1197->1206, 1233-1236, 1239-1242, 1245-1248, 1254-1257, 1268-1269, 1272-1273
charms/worker/k8s/src/charmed_etcd.py              47     28      8      0    35%   32-36, 46, 57, 61-63, 67-81, 90-91, 95-102
charms/worker/k8s/src/cloud_integration.py         80      3     24      3    94%   140, 149->151, 158-159
charms/worker/k8s/src/config/arg_files.py          78      0     22      2    98%   125->124, 143->141
charms/worker/k8s/src/config/bootstrap.py         145     24     54      5    78%   65-84, 158-159, 202-203, 205, 223, 252, 266->254
charms/worker/k8s/src/config/cluster.py            63      3     22     11    84%   37, 51->53, 59->61, 63->65, 66, 68, 73->75, 79->81, 85->87, 92->94, 98->100
charms/worker/k8s/src/config/extra_args.py         41      3     18      3    90%   32->27, 79, 97, 113
charms/worker/k8s/src/config/option.py             20      0      8      0   100%
charms/worker/k8s/src/config/resource.py           33      7      4      1    73%   32, 57-58, 63-72
charms/worker/k8s/src/containerd.py               154     15     48     18    83%   45-48, 78->82, 82->85, 85->88, 234->236, 240->243, 243->245, 245->247, 247->250, 262, 269, 276, 327-328, 340-341, 355, 357, 359, 363
charms/worker/k8s/src/cos_integration.py           41     16      4      0    56%   82, 117-234, 238
charms/worker/k8s/src/endpoints.py                 40      1     18      1    97%   62
charms/worker/k8s/src/events/update_status.py     104     19     32      9    78%   93, 99-100, 124, 126, 142, 156-167, 173, 191, 192->194, 198
charms/worker/k8s/src/inspector.py                 62     10     24      6    79%   44-45, 74, 109, 122-123, 132, 138-143
charms/worker/k8s/src/k8s/client.py                20      4      2      1    77%   39->41, 47-48, 50-51
charms/worker/k8s/src/k8s/node.py                  34     14      4      0    53%   47-49, 52, 65-75
charms/worker/k8s/src/k8sd_api_manager.py         408     27     14      2    93%   701, 776-777, 1008, 1051-1053, 1062-1066, 1128, 1197, 1205, 1223, 1236-1237, 1298-1300, 1311-1314, 1331-1335
charms/worker/k8s/src/kube_control.py              44     32     10      0    22%   31-35, 44-90
charms/worker/k8s/src/literals.py                 109      0      0      0   100%
charms/worker/k8s/src/pki.py                       29      9      2      1    68%   35-36, 49-54, 65
charms/worker/k8s/src/protocols.py                 33      5      0      0    85%   60, 68, 76, 84, 92
charms/worker/k8s/src/reschedule.py                79      4      6      3    92%   155->158, 174-175, 191-192, 215->exit, 221->exit
charms/worker/k8s/src/snap.py                     180     16     58     11    89%   110, 188-189, 200-201, 214->207, 232-237, 291-292, 294, 297->288, 304->288, 308, 329-330
charms/worker/k8s/src/token_distributor.py        251    129     66      7    43%   112-114, 128, 182, 186, 211, 236->exit, 267, 287-288, 301-311, 332, 348-361, 407->406, 411, 415->420, 438-472, 506, 519, 529, 550-660, 679-732, 745-747
charms/worker/k8s/src/upgrade.py                  121     38     36      5    64%   81-108, 191->193, 202-205, 208-212, 219->221, 222-225, 242
charms/worker/k8s/src/utils.py                     16     16      4      0     0%   6-47
-------------------------------------------------------------------------------------------
TOTAL                                            3066    899    734    124    66%

Static code analysis report

Run started:2026-05-12 13:16:48.547894+00:00

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 6144
  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):

@renovate
renovate Bot force-pushed the renovate/main-astral-sh-setup-uv-8.x branch from 2032636 to 9252875 Compare June 3, 2026 18:39
@renovate renovate Bot changed the title chore(deps): update astral-sh/setup-uv action to v8.1.0 (main) chore(deps): update astral-sh/setup-uv action to v8.2.0 (main) Jun 3, 2026
@renovate
renovate Bot force-pushed the renovate/main-astral-sh-setup-uv-8.x branch 3 times, most recently from 5702eea to ff6f646 Compare July 5, 2026 11:45
@renovate renovate Bot changed the title chore(deps): update astral-sh/setup-uv action to v8.2.0 (main) chore(deps): update astral-sh/setup-uv action to v8.3.0 (main) Jul 5, 2026
@renovate
renovate Bot force-pushed the renovate/main-astral-sh-setup-uv-8.x branch from ff6f646 to 2d60fb0 Compare July 7, 2026 10:54
@renovate renovate Bot changed the title chore(deps): update astral-sh/setup-uv action to v8.3.0 (main) chore(deps): update astral-sh/setup-uv action to v8.3.1 (main) Jul 7, 2026
@renovate renovate Bot changed the title chore(deps): update astral-sh/setup-uv action to v8.3.1 (main) chore(deps): update astral-sh/setup-uv action to v8.3.2 (main) Jul 8, 2026
@renovate
renovate Bot force-pushed the renovate/main-astral-sh-setup-uv-8.x branch 2 times, most recently from 51f9847 to 95aba1f Compare July 13, 2026 18:42
@renovate
renovate Bot force-pushed the renovate/main-astral-sh-setup-uv-8.x branch from 95aba1f to 15fe559 Compare August 13, 2026 10:41
@renovate
renovate Bot force-pushed the renovate/main-astral-sh-setup-uv-8.x branch from 15fe559 to d0d1191 Compare August 13, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants