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 ghcr.io/astral-sh/uv docker tag to v0.4.15 #3293

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 10, 2024

This PR contains the following updates:

Package Type Update Change
ghcr.io/astral-sh/uv final patch 0.4.7 -> 0.4.15
ghcr.io/astral-sh/uv stage patch 0.4.7 -> 0.4.15

Release Notes

astral-sh/uv (ghcr.io/astral-sh/uv)

v0.4.15

Compare Source

Bug fixes
  • Revert "Treat invalid platform as more compatible than invalid Python (#​7556)" (#​7608)
Documentation
  • Add the execution policy to powershell installs for single versions (#​7602)

v0.4.14

Compare Source

Breaking
  • Move uvx shell completion to uvx --generate-shell-completion (#​7511)
Enhancements
  • Adjust messaging for frozen hint on resolution failure during uv add (#​7597)
  • Provide resolution hints in case of possible local name conflicts (#​7505)
  • Improve Docker image release tagging order and display on ghcr.io (#​7568)
  • Improve deserialization error messages (#​7598)
Bug fixes
  • Allow system environments during project environment validity check (#​7585)
  • Avoid validating workspace members when --no-sources is provided (#​7599)
  • Fix handling of sys.base_prefix collision in interpreter identity check during tool installs (#​7596)
  • Make uv cache prune robust to unreadable rkyv entries (#​7561)
  • Revert "Remove duplicate warning for settings discovery errors (#​7384)" (#​7594)
Documentation
  • Fix - to _ in packaged applications document (#​7571)

v0.4.13

Compare Source

Enhancements
  • Add socks support (#​7503)
  • Avoid warning about bad Python interpreter links for empty project environment directories (#​7527)
  • Improve invalid environment warning messages (#​7544)
  • Use more verbose spelling of "virtualenv" during creation (#​7523)
  • Do not use a user-facing warning for "Waiting to acquire lock..." message (#​7502)
Performance
  • Use a single buffer for hints on resolver errors (#​7497)
Bug fixes
  • Allow Python pre-releases to be used if they are first on the PATH (#​7470)
  • Avoid deleting the project environment directory if it is not a virtual environment (#​7522)
  • Do not error if the CACHEDIR.TAG file exists but cannot be written to (#​7550)
  • Treat invalid platform as more compatible than invalid Python (#​7556)
  • Use portable paths when serializing sources (#​7504)
  • Compute resolver hints using the final reduced derivation tree (#​7546)
  • Bump the wheel and sdist cache versions (#​7560)
  • Heal cache entries with missing source distributions (#​7559)
Rust libraries
  • Bump minimum supported Rust version from 1.80 -> 1.81
Documentation
  • Add UV_LINK_MODE to Docker caching example (#​7510)
  • Clarify behavior of of overrides in CLI reference (#​7537)

v0.4.12

Compare Source

Enhancements
  • Allow users to provide pre-defined metadata for resolution (#​7442)
  • Invalidate existing tool environments on Python interpreter mismatch (#​7451)
Bug fixes
  • Avoid fatal error when searching for egg-info with missing directory (#​7498)
Documentation
  • Add note on cache growth for self-hosted GitHub runners (#​5757)

v0.4.11

Compare Source

Enhancements
  • Add --no-editable support to uv sync and uv export (#​7371)
  • Add support for --only-dev to uv sync and uv export (#​7367)
  • Add support for remaining pip-supported file extensions (#​7387)
  • Generate shell completion for uvx (#​7388)
  • Include uv export command in requirements.txt output (#​7374)
  • Prune unzipped source distributions in uv cache prune --ci (#​7446)
  • Warn when trying to uv sync a package without build configuration (#​7420)
  • Support requests for pre-releases in the --python option (#​7335)
Bug fixes
  • Avoid erroneous version warning for .dist-info directories (#​7444)
  • Avoid removing seed packages for uv venv --seed environments (#​7410)
  • Avoid unnecessary progress bar initializations (#​7412)
  • Error when tool.uv.sources contains duplicate package names (#​7383)
  • Include --branch et al when resolving unnamed URLs in uv add (#​7447)
  • Include dev-dependencies in --no-sources invocations (#​7408)
  • Include the parent interpreter in Python discovery when --system is used (#​7440)
  • Respect --no-sources in PEP 723 scripts (#​7409)
  • Respect pyproject.toml credentials from user-provided requirements (#​7474)
  • Use consistent PyPI cache bucket (#​7443)
  • Use unambiguous relative paths in uv export (#​7378)
Documentation
  • Add documentation on platform-specific dependencies (#​7411)
  • Add documentation for passing installer options on Linux (#​6839)
  • Separate project data from configuration settings (#​7053)
Error messages
  • Hint at missing project.name (#​6803)
  • Surface dedicated project.name error for workspaces (#​7399)
  • Remove duplicate warning for settings discovery errors (#​7384)

v0.4.10

Compare Source

Enhancements
  • Allow uv tool upgrade --all to continue on individual upgrade failure (#​7333)
  • Support globs as cache keys in tool.uv.cache-keys (#​7268)
  • Add Python package (__main__.py) support to uv run (#​7281)
  • Add zip application support to uv run (#​7289)
  • Add --token option to self update command (#​7279)
Performance
  • Use globwalk for cache-keys matching (#​7337)
Bug fixes
  • Always treat archive-like requirements as local files (#​7364)
  • Apply --no-install options when constructing resolution (#​7277)
  • Avoid clobbering existing py.typed files contents in uv init (#​7338)
  • Avoid enforcing platform compatibility when validating lockfile (#​7305)
  • Avoid installing transitive dev dependencies (#​7318)
  • Avoid selecting prerelease Python installations without opt-in (#​7300)
  • Fix PPC64 page size in binary builds. (#​7298)
  • Include pre-release Python versions in uv python list (#​7290)
  • Make version ID optional for source builds (#​7362)
  • Support relative paths in uv add --script (#​7301)
Documentation
  • Fix documentation typos for uv build --build-constraint flag (#​7330)
  • Fix grammatical error in CLI docs (#​7353)
Error messages
  • Add dedicated lock errors for wheel-only distributions (#​7307)
  • Avoid treating .whl sources as source distributions (#​7303)
  • Clarify Python requirement source for script incompatibilities (#​7339)

v0.4.9

Compare Source

Enhancements
Bug fixes
  • Avoid updating pyproject.toml offsets on non-add edits (#​7262)
  • Invalidate cache when --config-settings change (#​7139)
  • Remove workspace root for single-member workspace with uv export (#​7254)

v0.4.8

Compare Source

Enhancements
  • Add support for dynamic cache keys (#​7136)
  • Allow .dist-info names with dashes for post releases (#​7208)
  • Use type hints in code from uv init (#​7225)
  • Treat .tgz the same as .tar.gz (#​7201)
  • Direct users towards uv venv to create a virtual environment (#​7188)
  • Improve error message for uv init already init-ed (#​7198)
Performance
  • Avoid batch prefetching for un-optimized registries (#​7226)
  • Avoid iteration for singleton selections (#​7195)
Bug fixes
  • Avoid extra newlines in debug logging for source builds (#​7174)
  • Prune unreachable packages from --universal output (#​7209)
  • Respect exclusion when collecting workspace members (#​7175)
  • Use path file instead of sitecustomize.py (#​7161)
  • Replace incorrect --source and --binary flags with correct --sdist and --wheel flags in uv build (#​7156)
Documentation
  • Document support for UV_INSTALL_DIR (#​7107)
  • List all supported sdist formats (#​7168)

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 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 force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 7a3b722 to fa73377 Compare September 11, 2024 01:01
@renovate renovate bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.8 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.9 Sep 11, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch 3 times, most recently from 3db51e4 to 240f862 Compare September 13, 2024 19:13
@renovate renovate bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.9 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.10 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 240f862 to e1c9a9d Compare September 18, 2024 03:34
@renovate renovate bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.10 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.11 Sep 18, 2024
@renovate renovate bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.11 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.12 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch 2 times, most recently from 5a0f495 to 2260dbc Compare September 19, 2024 21:28
@renovate renovate bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.12 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.13 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from 2260dbc to eaf25ca Compare September 20, 2024 22:21
@renovate renovate bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.13 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.14 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-astral-sh-uv-0.x branch from eaf25ca to 3c561cc Compare September 21, 2024 15:33
@renovate renovate bot changed the title chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.14 chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.4.15 Sep 21, 2024
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.

0 participants