Ultralytics-actions

Latest version: v0.0.61

Safety actively analyzes 723683 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 11

0.0.43

It seems that no specific PR details or release differences are provided. Without this information, I can't generate a summary for you. If you could provide more details about the changes in this release, Iā€™d be happy to help! šŸ˜Š

What's Changed



**Full Changelog**: https://github.com/ultralytics/actions/compare/0163cb68789183936e6a83471818f044a52546ff...v0.0.43

0.0.42

šŸŒŸ Summary
This release (`v0.0.42`) introduces an improved automation workflow for release summaries by refining how previous tags are retrieved in the codebase. āœØ

šŸ“Š Key Changes
- šŸ”„ Updated version from `0.0.41` to `0.0.42`.
- āœ‚ļø Removed reliance on the `PREVIOUS_TAG` environment variable in the release summarization script.
- šŸ”§ Introduced `get_previous_tag()` to dynamically and consistently fetch the previous tag.

šŸŽÆ Purpose & Impact
- šŸ›  **Simplified Codebase**: By removing the dependency on `PREVIOUS_TAG`, the code is now cleaner, easier to manage, and less error-prone.
- šŸš€ **Enhanced Release Automation**: Automating the retrieval of previous tags ensures a more reliable and seamless release workflow for developers.
- šŸ“ˆ **Developer Focused**: Minimal direct user impact but provides better project maintainability and developer efficiency in managing releases.

This release refines the behind-the-scenes functionality, ensuring workflows remain smooth and maintainable over time. Perfect for keeping the technical processes streamlined! šŸŒŸ

What's Changed
* Always retrieve previous tag via API by glenn-jocher in https://github.com/ultralytics/actions/pull/368


**Full Changelog**: https://github.com/ultralytics/actions/compare/v0.0.41...v0.0.42

0.0.41

---

šŸ“Š Key Changes
- šŸ”§ **Improved Git Tag Handling**: Updated `summarize_release.py` to retrieve initial commit SHA when tags are absent, ensuring robust tag identification.
- šŸ“ **Consistent License Headers**: Standardized license headers across Python, YAML, and TOML files.
- šŸ”„ **Dependency Update**: Bumped `astral-sh/setup-uv` from v4 to v5 for GitHub Actions workflows to optimize configurations.
- šŸ”¢ Version increment from `0.0.40` to `0.0.41`.

---

šŸŽÆ Purpose & Impact
- **Enhanced Release Generation**: Ensures release summaries are accurate and reliable, even in repositories without prior tags, streamlining CI/CD workflows.
- **Clearer Licensing**: Standardized license formatting improves readability and adheres to best practices for transparency in file metadata.
- **Improved Workflow Efficiency**: Dependency updates enhance GitHub Actions performance, leveraging caching by default for faster, more cost-efficient builds.

šŸŒŸ Impact: Greater consistency, efficiency, and reliability for all users. šŸŒŸ

What's Changed
* Standardize license headers in Python files by pderrenger in https://github.com/ultralytics/actions/pull/363
* Standardize license headers in TOML/YAML files by pderrenger in https://github.com/ultralytics/actions/pull/364
* Bump astral-sh/setup-uv from 4 to 5 in /.github/workflows by dependabot[bot] in https://github.com/ultralytics/actions/pull/366
* Bump astral-sh/setup-uv from 4 to 5 by dependabot[bot] in https://github.com/ultralytics/actions/pull/365
* Update summarize_release.py for initial releases by glenn-jocher in https://github.com/ultralytics/actions/pull/367


**Full Changelog**: https://github.com/ultralytics/actions/compare/v0.0.40...v0.0.41

0.0.40

šŸŒŸ Summary
The `v0.0.40` release incorporates enhancements aimed at improving tool compatibility, code maintainability, CI reliability, and formatting visibility. šŸš€

---

šŸ“Š Key Changes
- **Dependency Update**: `ruff` (linter) updated to version `>=0.9.1` for improved linting and bug fixes. (PR 362)
- **Enhanced CI Retry Logic**:
- Added a retry workflow for GitHub Actions, ensuring steps automatically retry upon failure. šŸ› ļø (PRs 354, 355, 357)
- Improved script execution with robust temporary file handling and cleanup for retries. šŸ—‘ļø (PR 356)
- **Improved Package Installation**:
- Updated pip command in GitHub Actions to use `--break-system-packages` for seamless compatibility across systems like Ubuntu 24.04. (PR 358)
- **Better Formatting Feedback**: Integrated the `--list-different` flag in Prettier to list files with formatting issues without applying changes. āœØ (PR 361)
- **Added Documentation**: Enhanced GitHub utility methods with clear docstrings for better understanding. šŸ“š (PR 359)
- **Streamlined Formatting**: Latest Ruff version formatting rules applied for improved code structure. (PR 360)

---

šŸŽÆ Purpose & Impact
- **Improved Reliability in CI**: The updated retry logic ensures automated workflows handle transient errors gracefully, saving time during CI runs. šŸ”„
- **Enhanced Compatibility**: Adjustments like the `--break-system-packages` flag and `ruff` update boost compatibility, reducing dependency conflicts across environments. šŸ› ļø
- **Better Code Clarity**: Improved docstrings, updated linting rules, and streamlined code improve understanding and maintainability for developers contributing to the project. šŸ“–
- **Faster Debugging**: With visible formatting discrepancies (via Prettier) and enhanced retry error logs, developers can identify and solve issues faster. šŸš€

This release focuses on minor upgrades but delivers significant improvements in workflow efficiency, developer experience, and compatibility. šŸ˜Š

What's Changed
* Fix retry/action.yml by glenn-jocher in https://github.com/ultralytics/actions/pull/354
* Revert retry/action.yml changes by glenn-jocher in https://github.com/ultralytics/actions/pull/355
* Update Python retry by glenn-jocher in https://github.com/ultralytics/actions/pull/356
* Fix bash retry action by glenn-jocher in https://github.com/ultralytics/actions/pull/357
* Fix `uv` install for Ubuntu 24.04 by glenn-jocher in https://github.com/ultralytics/actions/pull/358
* Add docstrings to GitHub utils by glenn-jocher in https://github.com/ultralytics/actions/pull/359
* Apply `ruff==0.9.0` formatting by glenn-jocher in https://github.com/ultralytics/actions/pull/360
* Add prettier arg `--list-different` by glenn-jocher in https://github.com/ultralytics/actions/pull/361
* Update to `ruff>=0.9.1` by glenn-jocher in https://github.com/ultralytics/actions/pull/362


**Full Changelog**: https://github.com/ultralytics/actions/compare/v0.0.39...v0.0.40

0.0.39

šŸŒŸ Summary
The **v0.0.39** release enhances GitHub workflows by refining label automation, improving action performance, and optimizing code for efficiency. šŸš€

---

šŸ“Š Key Changes
- šŸ·ļø **Extended Excluded Labels**: Added more restricted labels (e.g., "research," "non-reproducible," "popular") to exclude them from automatic labeling in issues and PRs.
- āš” **Caching Disabled**: Explicitly disabled caching in the GitHub action setup to improve reliability.
- šŸ—‘ļø **Code Clean-Up**: Removed deprecated Python scripts related to MkDocs and eliminated other redundant logic.
- šŸ”„ **Version Update**: Bumped the action version from `0.0.38` to `0.0.39` for tracking improvements.

---

šŸŽÆ Purpose & Impact
- **Better Label Accuracy**: The expanded excluded label list ensures only meaningful labels are automatically applied, reducing mislabeling and keeping GitHub workflows tidy. āœ…
- **Streamlined Workflows**: Disabling caching minimizes potential issues during action setup, making workflows more predictable and faster. šŸš€
- **Improved Maintainability**: Removing unused and redundant code cleans up the codebase, making it easier for maintainers to manage and update. šŸ› ļø
- **Higher Efficiency**: Optimized functions and simplified logic deliver faster execution and smoother development experiences. šŸŒŸ

This release is a quality-of-life improvement for contributors and maintainers, ensuring a more organized and effective development workflow. šŸ’”

What's Changed
* Disable cache for speed by glenn-jocher in https://github.com/ultralytics/actions/pull/351
* Ultralytics Refactor https://ultralytics.com/actions by glenn-jocher in https://github.com/ultralytics/actions/pull/352
* Add more restricted labels by Y-T-G in https://github.com/ultralytics/actions/pull/353

New Contributors
* Y-T-G made their first contribution in https://github.com/ultralytics/actions/pull/353

**Full Changelog**: https://github.com/ultralytics/actions/compare/v0.0.38...v0.0.39

0.0.38

šŸ“Š Key Changes
- **Refined URL Validation (`is_url()`)**:
- Enhanced HTTP headers for broader compatibility with different web server configurations.
- Improved `User-Agent` and wildcard-based `Accept` headers for more robust URL handling.
- **Increased Test Coverage**:
- Introduced a new example test URL (`bus.jpg`) to validate the functionality of `is_url()`.
- Added a test print statement in the main script to demonstrate and verify URL handling behavior.
- **Documentation Update**:
- README clarified to specify that Swift code formatting requires the `macos-latest` runner in the workflow setup.
- **Version Bump**: Official transition to version `0.0.38`.

šŸŽÆ Purpose & Impact
- **Better URL Handling šŸŒ**:
- Strengthens the `is_url()` utility by making it more compatible with diverse web server environments.
- Helps avoid issues when verifying links, ensuring smoother web resource validation for users and automated scripts.
- **Enhanced Reliability šŸ”**:
- Added test cases and examples bolster confidence in URL-handling functionality while making debugging easier.
- **Improved Documentation šŸ“–**:
- Clearer README documentation reduces confusion, making it easier for users to configure workflows, particularly those targeting Swift code workflows.
- **User Experience Boost šŸ’”**:
- These changes collectively lead to more consistent tool performance and a better developer experience.

What's Changed
* Update README.md by glenn-jocher in https://github.com/ultralytics/actions/pull/349
* Fix `is_url()` wildcards by glenn-jocher in https://github.com/ultralytics/actions/pull/350


**Full Changelog**: https://github.com/ultralytics/actions/compare/v0.0.37...v0.0.38

Page 4 of 11

Ā© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.