-
-
Notifications
You must be signed in to change notification settings - Fork 763
Release 2.0.89 #1700
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
Release 2.0.89 #1700
Conversation
…0T225228Z-d5972d15
…g 24.04.3-8efa196d
…0.0-5c1c2d54" This reverts commit 79bd4c5.
…0.0-b545a82c" This reverts commit 2d64bc4.
…0.0-40a848cc" This reverts commit 35fca5e.
….0.0-d2c07a8a" This reverts commit 6693349.
…0.0-1a8949e5" This reverts commit 85746aa.
…new tag 8.0-f9c9e1f1" This reverts commit 8e3d1eb.
…0.0-b3449bd8" This reverts commit 84e50a2.
…0.0-43f2cd09" This reverts commit e3d6002.
… 13.0.0-c84a8c03" This reverts commit 8bc1f53.
… tag 3.3.0-33-91a0e644
…0.30-0020-rolling-0d0f700e
Update dependency ansible-lint to v24.12.2
Update dependency ansible to v12
…030-0745-9b372e2a
…w tag 3.3.0-37-9e73bfe5
…1.04-0019-rolling-0d0f700e
… tag 20251017-questing-c0f6109b
…w tag 3.3.0-37-47a038f9
…w tag 20251101-resolute-0d4c667b
… tag 3.3.0-33-9c8061ac
Update dependency ansible to v12.2.0
Release 2.0.89-RC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR bumps the version to 2.0.89 and includes multiple updates: OpenSUSE 16.0 support with a new live ISO boot method, distribution version updates (Alpine 3.23, Arch Linux 2025.11.01, CoreOS, IPFire, OpenBSD 7.7, Ubuntu 25.10 Questing Quokka, and many others), GitHub Actions upgrades (checkout v5, setup-python v6, configure-aws-credentials v5), Ansible v12 and ansible-lint upgrades, and Renovate configuration enhancements for better pip dependency tracking.
Key Changes
- Added OpenSUSE 16.0 with conditional live ISO boot method in iPXE template
- Updated build system dependencies: Ansible 12.2.0, ansible-lint 25.9.2, and GitHub Actions versions
- Refreshed multiple distribution versions and endpoints across the configuration files
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| version.txt | Bumped version from 2.0.88 to 2.0.89 |
| roles/netbootxyz/templates/menu/opensuse.ipxe.j2 | Added OpenSUSE 16.0 support with live ISO boot method |
| roles/netbootxyz/defaults/main.yml | Updated distribution versions (Alpine, Arch, CoreOS, IPFire, K3OS, OpenBSD, OpenSUSE, SmartOS, Ubuntu) |
| renovate.json | Added regex manager for pip dependencies in GitHub workflow files |
| endpoints.yml | Updated numerous distribution endpoints with new versions and paths |
| commit_revert.txt | Added revert commit template file |
| CHANGELOG.md | Documented all changes for version 2.0.89 |
| .github/workflows/*.yml | Updated GitHub Actions to v5 (checkout), v6 (setup-python), v5 (configure-aws-credentials) |
| .github/workflows/pull-requests.yml | Upgraded Ansible to 12.2.0 and ansible-lint to 25.9.2 |
| .ansible-lint | Added skip rule for var-naming[no-role-prefix] |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### Changed | ||
|
|
||
| - Updated Ansible to v12 for improved build system | ||
| - Updated ansible-lint to v24.12.2 with compatibility fixes |
Copilot
AI
Nov 8, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CHANGELOG states ansible-lint was updated to v24.12.2, but the actual version in .github/workflows/pull-requests.yml is 25.9.2. These version numbers should match.
| - Updated ansible-lint to v24.12.2 with compatibility fixes | |
| - Updated ansible-lint to v25.9.2 with compatibility fixes |
No description provided.