File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Description
2+
3+ <!-- What does this PR do? Why is this change needed? -->
4+
5+
6+ ## Type of change
7+
8+ <!-- Check all that apply -->
9+
10+ - [ ] Bug fix
11+ - [ ] New feature / tool addition
12+ - [ ] Version update (tool or image)
13+ - [ ] Configuration change (Ansible, Packer, OpenStack)
14+ - [ ] Documentation only
15+ - [ ] Other: <!-- describe -->
16+
17+ ---
18+
19+ ## Version updates
20+
21+ <!-- If this PR updates any tool versions in build/ansible/vars/tool-versions.yml,
22+ list them here. If no version changes, write "N/A". -->
23+
24+ | Tool | Old version | New version |
25+ | ------| -------------| -------------|
26+ | | | |
27+
28+ ** Image version** (` build/openstack-bioshell.pkr.hcl ` )
29+ - [ ] Bumped ` image_version ` to reflect changes in this PR
30+ - [ ] No image version bump needed (docs/config only)
31+
32+ ---
33+
34+ ## Changelog
35+
36+ - [ ] Updated ` CHANGELOG.md ` with a summary of changes under the correct version heading
37+ - [ ] No changelog entry needed (e.g. internal refactor, typo fix)
38+
39+ ---
40+
41+ ## Checklist
42+
43+ - [ ] My changes follow the existing conventions in this repo
44+ - [ ] I have reviewed the diff and removed any unintended changes
45+ - [ ] Any new tools or version pins are documented in the relevant Ansible vars file
You can’t perform that action at this time.
0 commit comments